From owner-freebsd-stable Fri Nov 15 7:53:50 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E3B037B401 for ; Fri, 15 Nov 2002 07:53:49 -0800 (PST) Received: from melusine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [62.212.105.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B6743E75 for ; Fri, 15 Nov 2002 07:53:48 -0800 (PST) (envelope-from thomas@FreeBSD.ORG) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id DDD952C3D1; Fri, 15 Nov 2002 16:53:46 +0100 (CET) Date: Fri, 15 Nov 2002 16:53:46 +0100 From: Thomas Quinot To: Mike Jakubik Cc: Kenneth W Cochran , freebsd-stable@freebsd.org Subject: Re: Change in daily security run in -stable Message-ID: <20021115155346.GA44832@melusine.cuivre.fr.eu.org> Reply-To: Thomas Quinot References: <200211151434.JAA74437113@shell.TheWorld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4i X-message-flag: WARNING! Using Outlook can damage your computer. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Le 2002-11-15, Mike Jakubik écrivait : > Not only that, I am getting errors on the passwordless account run, this is > FreeBSD 4.7-STABLE #0: Thu Nov 14 13:19:18 EST 2002. This worked fine before > the cvsup. Actually this is an artifact of one of the scripts running after 400.passwdless, which was not modified. Please try the patch below. Thomas. Index: security.functions =================================================================== RCS file: /home/ncvs/src/etc/periodic/security/security.functions,v retrieving revision 1.1 diff -u -r1.1 security.functions --- security.functions 25 Oct 2002 15:14:16 -0000 1.1 +++ security.functions 15 Nov 2002 15:48:42 -0000 @@ -63,7 +63,7 @@ cp ${tmpf} ${LOG}/${label}.today || rc=3 fi - if ! cmp ${LOG}/${label}.today ${tmpf} >/dev/null; then + if ! cmp -s ${LOG}/${label}.today ${tmpf} >/dev/null; then [ $rc -lt 1 ] && rc=1 echo "" echo "${msg}" -- Thomas.Quinot@Cuivre.FR.EU.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message