<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 7: MakeFile sortof supports debian / ubuntu</title><link>https://sourceforge.net/p/linuxisns/bugs/7/</link><description>Recent changes to 7: MakeFile sortof supports debian / ubuntu</description><atom:link href="https://sourceforge.net/p/linuxisns/bugs/7/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 03 Jun 2007 19:33:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/linuxisns/bugs/7/feed.rss" rel="self" type="application/rss+xml"/><item><title>MakeFile sortof supports debian / ubuntu</title><link>https://sourceforge.net/p/linuxisns/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I do not claim to be a package maintainer by any means but while installing v2.0.3 using make under ubuntu it would not install the init script for 2 reasons. The make file was missing spaces after the [ in the if statements. The initd file was not supplied. Here is what I have done to fix this. Hope it helps.&lt;/p&gt;
&lt;p&gt;Make file changes as shown by diff&lt;/p&gt;
&lt;p&gt;diff Makefile.dist Makefile.new&lt;br /&gt;
166c166&lt;br /&gt;
&amp;lt;       elif [-f /etc/debian_version ]; then \
---&lt;br /&gt;
&amp;gt;       elif [ -f /etc/debian_version ]; then \
168c168&lt;br /&gt;
&amp;lt;       elif [-f /etc/redhat_version ]; then \
---&lt;br /&gt;
&amp;gt;       elif [ -f /etc/redhat_version ]; then \&lt;/p&gt;
&lt;p&gt;init.d script I used is attached. start-stop-daemon is used for checking existing processes. It likely needs more work.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">NetworkParadox</dc:creator><pubDate>Sun, 03 Jun 2007 19:33:28 -0000</pubDate><guid>https://sourceforge.net848dc843b041eecd34486a115d3a73068900ff48</guid></item></channel></rss>