[Gnucash-changes] r13445 - mail-search/nmz - Add a logrotate script.

Derek Atkins warlord at cvs.gnucash.org
Thu Mar 2 20:47:59 EST 2006


Author: warlord
Date: 2006-03-02 20:47:58 -0500 (Thu, 02 Mar 2006)
New Revision: 13445
Trac: http://svn.gnucash.org/trac/changeset/13445

Added:
   mail-search/nmz/nmz.logrotate
Log:
Add a logrotate script.


Added: mail-search/nmz/nmz.logrotate
===================================================================
--- mail-search/nmz/nmz.logrotate	2006-03-02 22:04:05 UTC (rev 13444)
+++ mail-search/nmz/nmz.logrotate	2006-03-03 01:47:58 UTC (rev 13445)
@@ -0,0 +1,19 @@
+#
+# NMZ Logrotate script
+#
+# $Id$
+
+/home/nmz/index/*/*.err {
+    missingok
+    notifempty
+}
+
+/home/nmz/index/*/*.log {
+    missingok
+    notifempty
+}
+
+#/home/nmz/index/*/*.slog {
+#    missingok
+#    notifempty
+#}


Property changes on: mail-search/nmz/nmz.logrotate
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native



More information about the gnucash-changes mailing list