diff options
Diffstat (limited to 'community/ulogd/ulogd.logrotate')
-rw-r--r-- | community/ulogd/ulogd.logrotate | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/community/ulogd/ulogd.logrotate b/community/ulogd/ulogd.logrotate deleted file mode 100644 index 312c71acb..000000000 --- a/community/ulogd/ulogd.logrotate +++ /dev/null @@ -1,10 +0,0 @@ -/var/log/ulogd.log /var/log/ulogd.syslogemu { - missingok - notifempty - sharedscripts - create 0640 root root - - postrotate - [ -e /var/run/ulogd.pid ] && /etc/rc.d/ulogd restart > /dev/null - endscript -} |