[Debian-live-changes] r1752 - dists/trunk/live-helper/debian

daniel at alioth.debian.org daniel at alioth.debian.org
Fri May 25 20:49:14 UTC 2007


Author: daniel
Date: 2007-05-25 20:49:14 +0000 (Fri, 25 May 2007)
New Revision: 1752

Added:
   dists/trunk/live-helper/debian/logrotate
Modified:
   dists/trunk/live-helper/debian/rules
Log:


Added: dists/trunk/live-helper/debian/logrotate
===================================================================
--- dists/trunk/live-helper/debian/logrotate	                        (rev 0)
+++ dists/trunk/live-helper/debian/logrotate	2007-05-25 20:49:14 UTC (rev 1752)
@@ -0,0 +1,11 @@
+# /etc/logrotate.d/live-helper
+
+/var/log/live
+{
+	compress
+	copytruncate
+	missingok
+	monthly
+	notifempty
+	rotate 24
+}

Modified: dists/trunk/live-helper/debian/rules
===================================================================
--- dists/trunk/live-helper/debian/rules	2007-05-25 20:27:41 UTC (rev 1751)
+++ dists/trunk/live-helper/debian/rules	2007-05-25 20:49:14 UTC (rev 1752)
@@ -42,6 +42,7 @@
 	dh_installchangelogs docs/ChangeLog
 	dh_installdocs
 	dh_install
+	dh_installlogrotate
 	dh_installcron
 	dh_installman
 	dh_compress




More information about the Debian-live-changes mailing list