Fwd: inotify cron
"Kirk Bauer" <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
------------------------------------------------------ Kirk Bauer <[email protected]> http://linux.kaybee.org | www.logwatch.org Author, Automating UNIX & Linux Administration ---------- Forwarded message ---------- From: Orion Poplawski <[email protected]> Date: Thu, Oct 30, 2008 at 8:43 AM Subject: inotify cron To: [email protected] cronie-1.2-4.fc10.x86_64 outputs: Oct 27 15:08:51 test crond[2034]: (CRON) INFO (running with inotify support) The attached fixes. -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division FAX: 303-415-9702 3380 Mitchell Lane [email protected] Boulder, CO 80301 http://www.cora.nwra.com _______________________________________________ Logwatch-Devel mailing list [email protected] http://www2.list.logwatch.org:81/mailman/listinfo/logwatch-devel
cron.patch
(text/x-patch, 779 B)
Index: scripts/services/cron
===================================================================
RCS file: /var/cvs/logwatch/scripts/services/cron,v
retrieving revision 1.34
diff -u -r1.34 cron
--- scripts/services/cron 18 Aug 2008 15:52:00 -0000 1.34
+++ scripts/services/cron 30 Oct 2008 15:43:09 -0000
@@ -118,6 +118,7 @@
($ThisLine =~ /INFO \(Running \@(re)?boot jobs\)/) or
($ThisLine =~ /INFO \(Skipping \@(re)?boot jobs -- not system startup\)/) or
($ThisLine =~ /INFO \(not boot nor reboot\)/) or
+ ($ThisLine =~ /INFO \(running with inotify support\)/) or
($ThisLine =~ /logfile turned over/) or
($ThisLine =~ /ready to process filesystem events/) or # newsyslog on OpenBSD
($ThisLine =~ /loading (system|user) tables/) or