diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-21 03:22:19 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-21 03:22:19 +0000 |
commit | d0f33415f254cb2fee06fd89f9cfed4535322f37 (patch) | |
tree | 66c13d72eac4f0110772b4675231c891334137bc /pcr/ulogd2/logrotate | |
parent | 7e108c74958ec076a3734822f61f145d0d69547f (diff) |
Fri Mar 21 03:19:28 UTC 2014
Diffstat (limited to 'pcr/ulogd2/logrotate')
-rw-r--r-- | pcr/ulogd2/logrotate | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pcr/ulogd2/logrotate b/pcr/ulogd2/logrotate deleted file mode 100644 index 7a53c4d52..000000000 --- a/pcr/ulogd2/logrotate +++ /dev/null @@ -1,10 +0,0 @@ -/var/log/ulogd2.log { - missingok - notifempty - sharedscripts - create 0640 root root - - postrotate - [ -e /var/run/ulogd2.pid ] && /etc/rc.d/ulogd2 restart > /dev/null - endscript -} |