delete app
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / build / rpm / httpd.logrotate
diff --git a/rubbos/app/httpd-2.0.64/build/rpm/httpd.logrotate b/rubbos/app/httpd-2.0.64/build/rpm/httpd.logrotate
deleted file mode 100644 (file)
index dd0ce1b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/httpd/*log {
-    missingok
-    notifempty
-    sharedscripts
-    postrotate
-       /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
-    endscript
-}