Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2002 15:51:56 +0100
From:      Thomas Quinot <thomas@FreeBSD.ORG>
To:        Kenneth W Cochran <kwc@TheWorld.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Change in daily security run in -stable
Message-ID:  <20021115145156.GA29645@melusine.cuivre.fr.eu.org>
In-Reply-To: <200211151434.JAA74437113@shell.TheWorld.com>
References:  <200211151434.JAA74437113@shell.TheWorld.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Le 2002-11-15, Kenneth W Cochran écrivait :

> I don't find any documentation/announcemt of this change;
> is it a bug or a feature?  ;)

Looks like a bug. Please try the enclosed patch.

Index: 700.kernelmsg
===================================================================
RCS file: /home/ncvs/src/etc/periodic/security/700.kernelmsg,v
retrieving revision 1.6
diff -u -r1.6 700.kernelmsg
--- 700.kernelmsg	25 Oct 2002 15:14:16 -0000	1.6
+++ 700.kernelmsg	15 Nov 2002 14:50:03 -0000
@@ -44,7 +44,7 @@
 
 case "$daily_status_security_kernelmsg_enable" in
     [Yy][Ee][Ss])
-	dmesg 2>/dev/null > ${TMP} |
+	dmesg 2>/dev/null |
 	    check_diff new_only dmesg - "${host} kernel log messages:"
 	rc=$?;;
     *)	rc=0;;

-- 
    Thomas.Quinot@Cuivre.FR.EU.ORG

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021115145156.GA29645>