From: Elan Ruusamäe Date: Thu, 10 Feb 2005 16:04:32 +0000 (+0000) Subject: - wrong apache was restarted in mod_log_forensic X-Git-Tag: auto/ac/apache1-1_3_33-2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=53c2dbcc147de10ef6d5ea61b553b9a2864330f4;hp=6003bd1654423a0423144b6fae1563f6778a870a;p=packages%2Fapache1.git - wrong apache was restarted in mod_log_forensic Changed files: apache1.spec -> 1.73 --- diff --git a/apache1.spec b/apache1.spec index 3bacaed..3209fbb 100644 --- a/apache1.spec +++ b/apache1.spec @@ -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