Revision: 7524
          http://sourceforge.net/p/ipcop/svn/7524
Author:   owes
Date:     2014-05-06 18:44:10 +0000 (Tue, 06 May 2014)
Log Message:
-----------
Due to the change in update mechanism, sleep should no longer be needed.

Modified Paths:
--------------
    ipcop/trunk/src/scripts/restarthttpd
    ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6

Modified: ipcop/trunk/src/scripts/restarthttpd
===================================================================
--- ipcop/trunk/src/scripts/restarthttpd        2014-05-06 18:42:29 UTC (rev 
7523)
+++ ipcop/trunk/src/scripts/restarthttpd        2014-05-06 18:44:10 UTC (rev 
7524)
@@ -11,9 +11,7 @@
 
 case "$1" in
 --restart|restart)
-    # first wait some time for the web page to refresh, then stop and start
     if [ -f /var/run/httpd.pid ]; then
-        /bin/sleep 10
         /usr/bin/killall -KILL httpd
     fi
     /usr/sbin/httpd

Modified: ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6
===================================================================
--- ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6      2014-05-06 18:42:29 UTC 
(rev 7523)
+++ ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6      2014-05-06 18:44:10 UTC 
(rev 7524)
@@ -3,6 +3,7 @@
 /etc/logrotate.d/squidGuard
 /etc/rc.d/rc.sysinit
 /home/httpd/cgi-bin/proxy.cgi
+/usr/local/bin/restarthttpd
 /usr/local/bin/setreservedports.pl
 ##
 ## openssl patched

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to