X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=be5340643f88dfc035adc9ec55c66afdfa6168a9;hp=9eaa2bbf9ab23ab7506a125919c37472cb488aa5;hb=a01faeb3a6b823c97535782f072c455298a4ffc7;hpb=bb60bac36854bcd609563dd4b1500bfcdc1449ec diff --git a/Makefile b/Makefile index 9eaa2bbf9..be5340643 100644 --- a/Makefile +++ b/Makefile @@ -39,9 +39,9 @@ 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 1; /usr/local/etc/rc.d/apache.sh start +#HTTPD_RESTART = /usr/local/etc/rc.d/apache.sh stop; sleep 10; /usr/local/etc/rc.d/apache.sh start #openbsd -#HTTPD_RESTART = kill -TERM `cat /var/www/logs/httpd.pid`; sleep 1; /usr/sbin/httpd -u -DSSL +#HTTPD_RESTART = kill -TERM `cat /var/www/logs/httpd.pid`; sleep 10; /usr/sbin/httpd -u -DSSL #apache #HTTPD_RESTART = /usr/local/apache/bin/apachectl stop; sleep 10; /usr/local/apache/bin/apachectl startssl