]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- wrong apache was restarted in mod_log_forensic auto/ac/apache1-1_3_33-2
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Feb 2005 16:04:32 +0000 (16:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1.spec -> 1.73

apache1.spec

index 3bacaed7d7243f7c82cca305cae8a22388a8af1d..3209fbb0cbab345392ab57543af9537685ee523b 100644 (file)
@@ -1201,8 +1201,8 @@ fi
 
 %preun mod_log_forensic
 if [ "$1" = "0" ]; then
-       if [ -f /var/lock/subsys/httpd ]; then
-               /etc/rc.d/init.d/httpd restart 1>&2
+       if [ -f /var/lock/subsys/apache ]; then
+               /etc/rc.d/init.d/apache restart 1>&2
        fi
 fi
 
This page took 0.037299 seconds and 4 git commands to generate.