chkconfig ON
[freeside.git] / Makefile
index 825c976..d706013 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,9 +37,9 @@ INIT_FILE = /etc/init.d/freeside
 #deb
 INIT_INSTALL = /usr/sbin/update-rc.d freeside defaults 21 20
 #redhat, fedora
-#INIT_INSTALL = /sbin/chkconfig freeside
+#INIT_INSTALL = /sbin/chkconfig freeside on
 #not necessary (freebsd)
-#INIT_INSTALL = /bin/true
+#INIT_INSTALL = /usr/bin/true
 
 #deb, suse
 HTTPD_RESTART = /etc/init.d/apache restart