From a5aa2a221956f535adbcc0711745a7ee9ac9fae3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 26 Sep 2006 18:43:06 +0000 Subject: [PATCH] - use /sbin/service Changed files: apache.logrotate -> 1.14 apache1.logrotate -> 1.8 --- apache.logrotate | 2 +- apache1.logrotate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.44.0