aboutsummaryrefslogtreecommitdiffstats
path: root/main/ulogd/ulogd.logrotate
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-08-27 13:50:45 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-08-27 13:50:45 +0000
commitf6ad56cf5e99a98dc23c955145e7beeee39094a1 (patch)
treee8d93d42ee6c10e8997c83ebeace92dcce6ef97a /main/ulogd/ulogd.logrotate
parent629d95e6e23f32f373c812782af627a2bcc84315 (diff)
downloadaports-f6ad56cf5e99a98dc23c955145e7beeee39094a1.tar.bz2
aports-f6ad56cf5e99a98dc23c955145e7beeee39094a1.tar.xz
main/ulogd: moved to main
Diffstat (limited to 'main/ulogd/ulogd.logrotate')
-rw-r--r--main/ulogd/ulogd.logrotate12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/ulogd/ulogd.logrotate b/main/ulogd/ulogd.logrotate
new file mode 100644
index 0000000000..6974d41b15
--- /dev/null
+++ b/main/ulogd/ulogd.logrotate
@@ -0,0 +1,12 @@
+/var/log/ulogd.log /var/log/ulog.syslogemu {
+ rotate 4
+ daily
+ missingok
+ notifempty
+ compress
+ delaycompress
+ sharedscripts
+ postrotate
+ /etc/init.d/ulogd reload &>/dev/null
+ endscript
+}