finally in sync with archive
[bcm963xx.git] / userapps / opensource / reaim / redhat / etc / logrotate.d / reaim
diff --git a/userapps/opensource/reaim/redhat/etc/logrotate.d/reaim b/userapps/opensource/reaim/redhat/etc/logrotate.d/reaim
deleted file mode 100755 (executable)
index 07c0690..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-/var/log/reaim.log {
-    missingok
-    create 0644 reaim reaim
-    postrotate
-        /bin/kill -HUP `cat /var/run/reaim.pid 2> /dev/null` 2> /dev/null || true
-    endscript
-}