From 1042bdaec22e1b95484ee7cfbd720f33c9b6709a Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 4 Feb 2005 14:44:44 +0000 Subject: [PATCH] freebsd throws a fatal error if it can't stop apache now, bah --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0