diff options
Diffstat (limited to 'tools/conf/etc/logrotate.d/shorewall')
-rw-r--r-- | tools/conf/etc/logrotate.d/shorewall | 11 |
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 -} |