<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 7: MakeFile sortof supports debian / ubuntu</title><link href="https://sourceforge.net/p/linuxisns/bugs/7/" rel="alternate"/><link href="https://sourceforge.net/p/linuxisns/bugs/7/feed.atom" rel="self"/><id>https://sourceforge.net/p/linuxisns/bugs/7/</id><updated>2007-06-03T19:33:28Z</updated><subtitle>Recent changes to 7: MakeFile sortof supports debian / ubuntu</subtitle><entry><title>MakeFile sortof supports debian / ubuntu</title><link href="https://sourceforge.net/p/linuxisns/bugs/7/" rel="alternate"/><published>2007-06-03T19:33:28Z</published><updated>2007-06-03T19:33:28Z</updated><author><name>NetworkParadox</name><uri>https://sourceforge.net/u/networkparadox/</uri></author><id>https://sourceforge.net848dc843b041eecd34486a115d3a73068900ff48</id><summary type="html">&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;</summary></entry></feed>