about summary refs log tree commit diff stats
path: root/tools/conf/etc/logrotate.d/shorewall
diff options
context:
space:
mode:
Diffstat (limited to 'tools/conf/etc/logrotate.d/shorewall')
-rw-r--r--tools/conf/etc/logrotate.d/shorewall11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/conf/etc/logrotate.d/shorewall b/tools/conf/etc/logrotate.d/shorewall
deleted file mode 100644
index a7dffdf..0000000
--- a/tools/conf/etc/logrotate.d/shorewall
+++ /dev/null
@@ -1,11 +0,0 @@
-/var/log/shorewall-init.log {
-  missingok
-  notifempty
-  create 0600 root root
-    sharedscripts
-    postrotate
-    if [ -f /var/run/syslog-ng.pid ]; then \
-    	kill -HUP `cat /var/run/syslog-ng.pid`; \
-    fi;
-    endscript
-}