summaryrefslogtreecommitdiffstats
path: root/apache/httpd.logrotate
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-03-17 15:36:43 +0100
committerFlorian Pritz <bluewind@xssn.at>2010-03-17 15:37:03 +0100
commit1dffac4f0cca7bc2f6bdc044e2805edff5be1c87 (patch)
treeb16c0d9dd7afd1d4db3239632d6f5116a733ad47 /apache/httpd.logrotate
parent4b3da4f08d06e1000aa2ab7fdeec96941d9ffd16 (diff)
downloadaur-packages-1dffac4f0cca7bc2f6bdc044e2805edff5be1c87.tar.gz
aur-packages-1dffac4f0cca7bc2f6bdc044e2805edff5be1c87.tar.xz
remove apache
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'apache/httpd.logrotate')
-rw-r--r--apache/httpd.logrotate5
1 files changed, 0 insertions, 5 deletions
diff --git a/apache/httpd.logrotate b/apache/httpd.logrotate
deleted file mode 100644
index 3f9298c..0000000
--- a/apache/httpd.logrotate
+++ /dev/null
@@ -1,5 +0,0 @@
-/var/log/httpd/*log {
- postrotate
- /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
- endscript
-}