summaryrefslogtreecommitdiffstats
path: root/abs/core/apache/httpd.logrotate
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-06 22:24:33 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-06 22:24:33 (GMT)
commit401ad9311566b025a4544b4cf1622fdd93e05b9d (patch)
tree2cbf6e1780fe02815b58fdb146d276dbe4385175 /abs/core/apache/httpd.logrotate
parenta9836c708d7c835f1caf63a56c45daef98bdb277 (diff)
downloadlinhes_pkgbuild-401ad9311566b025a4544b4cf1622fdd93e05b9d.zip
linhes_pkgbuild-401ad9311566b025a4544b4cf1622fdd93e05b9d.tar.gz
linhes_pkgbuild-401ad9311566b025a4544b4cf1622fdd93e05b9d.tar.bz2
apache 2.2.22
Diffstat (limited to 'abs/core/apache/httpd.logrotate')
-rw-r--r--abs/core/apache/httpd.logrotate6
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
-}