remove unnecessary circular use of FS::ClientAPI, doesn't work with 5.8.[56] + perl??
[freeside.git] / Makefile
index 825c976..9d6a37d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,16 +37,16 @@ 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
 #redhat, fedora, mandrake
 #HTTPD_RESTART = /etc/init.d/httpd restart
 #freebsd
-#HTTPD_RESTART = /usr/local/etc/rc.d/apache.sh stop; sleep 10; /usr/local/etc/rc.d/apache.sh start
+#HTTPD_RESTART = /usr/local/etc/rc.d/apache.sh stop || true; sleep 10; /usr/local/etc/rc.d/apache.sh start
 #openbsd
 #HTTPD_RESTART = kill -TERM `cat /var/www/logs/httpd.pid`; sleep 10; /usr/sbin/httpd -u -DSSL
 #apache