From: Elan Ruusamäe Date: Tue, 26 Sep 2006 18:43:06 +0000 (+0000) Subject: - use /sbin/service X-Git-Tag: auto/ac/apache-2_2_3-10 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=a5aa2a221956f535adbcc0711745a7ee9ac9fae3;p=packages%2Fapache1.git - use /sbin/service Changed files: apache.logrotate -> 1.14 apache1.logrotate -> 1.8 --- diff --git a/apache.logrotate b/apache.logrotate index 52d6f95..2e0f0c2 100644 --- a/apache.logrotate +++ b/apache.logrotate @@ -9,6 +9,6 @@ olddir /var/log/archiv/httpd sharedscripts postrotate - /etc/rc.d/init.d/httpd flush-logs > /dev/null + /sbin/service httpd flush-logs > /dev/null endscript } diff --git a/apache1.logrotate b/apache1.logrotate index b6f74c6..eea8961 100644 --- a/apache1.logrotate +++ b/apache1.logrotate @@ -7,6 +7,6 @@ sharedscripts olddir /var/log/archiv/apache postrotate - /etc/rc.d/init.d/apache flush-logs > /dev/null + /sbin/service apache flush-logs > /dev/null endscript }