diff options
Diffstat (limited to 'abs/core/apache/httpd.logrotate')
-rw-r--r-- | abs/core/apache/httpd.logrotate | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/abs/core/apache/httpd.logrotate b/abs/core/apache/httpd.logrotate deleted file mode 100644 index a723d20..0000000 --- a/abs/core/apache/httpd.logrotate +++ /dev/null @@ -1,6 +0,0 @@ -/var/log/httpd/*log { - missingok - postrotate - /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true - endscript -} |