aboutsummaryrefslogtreecommitdiffstats
path: root/main/ulogd/ulogd.logrotate
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2011-12-28 07:55:45 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2011-12-28 07:56:00 +0000
commit0d155d05733a5ac80cae05286a509ad64561f0a0 (patch)
tree3b633487a26c76591b55c969c50be6a47804d685 /main/ulogd/ulogd.logrotate
parent81afd9c64b498a8c46ed41b554f4b6914736127d (diff)
downloadaports-0d155d05733a5ac80cae05286a509ad64561f0a0.tar.bz2
aports-0d155d05733a5ac80cae05286a509ad64561f0a0.tar.xz
main/ulogd: fix logrotate
Diffstat (limited to 'main/ulogd/ulogd.logrotate')
-rw-r--r--main/ulogd/ulogd.logrotate11
1 files changed, 2 insertions, 9 deletions
diff --git a/main/ulogd/ulogd.logrotate b/main/ulogd/ulogd.logrotate
index 6974d41b15..1daed48604 100644
--- a/main/ulogd/ulogd.logrotate
+++ b/main/ulogd/ulogd.logrotate
@@ -1,12 +1,5 @@
-/var/log/ulogd.log /var/log/ulog.syslogemu {
- rotate 4
- daily
+/var/log/ulogd.* {
missingok
- notifempty
- compress
+ copytruncate
delaycompress
- sharedscripts
- postrotate
- /etc/init.d/ulogd reload &>/dev/null
- endscript
}