summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2005-02-04 14:44:44 +0000
committerivan <ivan>2005-02-04 14:44:44 +0000
commit1042bdaec22e1b95484ee7cfbd720f33c9b6709a (patch)
treed88edae563403f7f578e6335355ec3b0b38c0b3c /Makefile
parent9bf9c7f1e8ecf26f45dab7928ebf4399a8eb2b2b (diff)
freebsd throws a fatal error if it can't stop apache now, bah
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d706013..9d6a37d 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