[Pkg-voip-commits] r6538 - in /monast/trunk/debian: TODO.Debian monast.logrotate

the-me-guest at alioth.debian.org the-me-guest at alioth.debian.org
Sun Dec 7 19:30:49 UTC 2008


Author: the-me-guest
Date: Sun Dec  7 19:30:49 2008
New Revision: 6538

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6538
Log:
Add logrotating support.

Added:
    monast/trunk/debian/monast.logrotate
Modified:
    monast/trunk/debian/TODO.Debian

Modified: monast/trunk/debian/TODO.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/monast/trunk/debian/TODO.Debian?rev=6538&op=diff
==============================================================================
--- monast/trunk/debian/TODO.Debian (original)
+++ monast/trunk/debian/TODO.Debian Sun Dec  7 19:30:49 2008
@@ -5,5 +5,4 @@
 * get-orig-source: still needs testing
 * Get the README of pymon/amapi into the docs dir. But why isn't it part
   of pydoc, anyway?
-* Log rotation
 * A security evaluation

Added: monast/trunk/debian/monast.logrotate
URL: http://svn.debian.org/wsvn/pkg-voip/monast/trunk/debian/monast.logrotate?rev=6538&op=file
==============================================================================
--- monast/trunk/debian/monast.logrotate (added)
+++ monast/trunk/debian/monast.logrotate Sun Dec  7 19:30:49 2008
@@ -1,0 +1,9 @@
+/var/log/monast/monast.log {
+	weekly
+	rotate 12
+	compress
+	delaycompress
+	missingok
+	notifempty
+	create 640 monast adm
+}




More information about the Pkg-voip-commits mailing list