From owner-cvs-src-old@FreeBSD.ORG Sat Oct 25 18:45:56 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EE481065682 for ; Sat, 25 Oct 2008 18:45:56 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C63A8FC28 for ; Sat, 25 Oct 2008 18:45:56 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9PIjujt004081 for ; Sat, 25 Oct 2008 18:45:56 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9PIjuS8004080 for cvs-src-old@freebsd.org; Sat, 25 Oct 2008 18:45:56 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200810251845.m9PIjuS8004080@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sat, 25 Oct 2008 18:45:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/periodic/security 200.chkmounts X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2008 18:45:56 -0000 ed 2008-10-25 18:45:40 UTC FreeBSD src repository Modified files: etc/periodic/security 200.chkmounts Log: SVN rev 184265 on 2008-10-25 18:45:40Z by ed Sort `mount -p' output by name before checking for any differences. I noticed on a system at home that restarting named(8) causes the /var/named/dev mount to be moved to the bottom of the mount list, because it gets remounted. When I received the daily security email this morning, I was quite amazed to see that the security report listed the differences, while it was nothing out of the ordinary. If we just throw the `mount -p' output through sort(1), we'll only receive notifications about changes to mounts if something has really changed. Revision Changes Path 1.6 +1 -1 src/etc/periodic/security/200.chkmounts