debian/dtn.logrotate
changeset 0 2b3e5ec03512
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/dtn.logrotate	Thu Apr 21 14:57:45 2011 +0100
@@ -0,0 +1,12 @@
+/var/dtn/dtnd.log {
+	daily
+	missingok
+	rotate 7
+	sharedscripts
+	postrotate
+		invoke-rc.d --quiet dtn logrotate > /dev/null && sleep 10
+	endscript
+	compress
+	delaycompress
+	notifempty
+}