From: ivan Date: Fri, 4 Feb 2005 14:44:44 +0000 (+0000) Subject: freebsd throws a fatal error if it can't stop apache now, bah X-Git-Tag: BEFORE_FINAL_MASONIZE~719 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=1042bdaec22e1b95484ee7cfbd720f33c9b6709a freebsd throws a fatal error if it can't stop apache now, bah --- diff --git a/Makefile b/Makefile index d70601360..9d6a37d9c 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ 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