[Pkg-voip-commits] r6866 - in /lcr/trunk/debian: lcr.logrotate rules

dorchain-guest at alioth.debian.org dorchain-guest at alioth.debian.org
Mon Mar 9 15:20:06 UTC 2009


Author: dorchain-guest
Date: Mon Mar  9 15:20:06 2009
New Revision: 6866

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6866
Log:
Added logrotate files

Added:
    lcr/trunk/debian/lcr.logrotate
Modified:
    lcr/trunk/debian/rules

Added: lcr/trunk/debian/lcr.logrotate
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/lcr.logrotate?rev=6866&op=file
==============================================================================
--- lcr/trunk/debian/lcr.logrotate (added)
+++ lcr/trunk/debian/lcr.logrotate Mon Mar  9 15:20:06 2009
@@ -1,0 +1,9 @@
+/var/log/lcr/* {
+        weekly
+	missingok
+	rotate 8
+	compress
+	delaycompress
+	notifempty
+# No signalling necessary, lcr does not keep logiles open
+}

Modified: lcr/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/rules?rev=6866&op=diff
==============================================================================
--- lcr/trunk/debian/rules (original)
+++ lcr/trunk/debian/rules Mon Mar  9 15:20:06 2009
@@ -88,6 +88,7 @@
 	dh_testroot
 	dh_installchangelogs ChangeLog
 	dh_installdocs
+	dh_installlogrotate
 	dh_installexamples
 	dh_installinit  -- defaults 21
 	dh_installman




More information about the Pkg-voip-commits mailing list