summaryrefslogtreecommitdiffstats
path: root/apache/httpd.logrotate
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-05-17 12:04:10 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-05-17 12:04:10 +0200
commit545b0b7de32c86264d4ec1eb7b7610e4c1c85946 (patch)
tree9ad399ce5176aee3c98f216f54a12a3e6d5290c6 /apache/httpd.logrotate
parent8dc1d552c0bab7b72371c3a1529e365410c7548c (diff)
parentac57415603ea60e9af632e70827dffa22cfff584 (diff)
downloadaur-packages-545b0b7de32c86264d4ec1eb7b7610e4c1c85946.tar.gz
aur-packages-545b0b7de32c86264d4ec1eb7b7610e4c1c85946.tar.xz
Merge branch 'master' of git://git.server-speed.net/~flo/git/aur
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
-}