From owner-freebsd-commit Tue Sep 19 03:05:42 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA23478 for freebsd-commit-outgoing; Tue, 19 Sep 1995 03:05:42 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA23463 for cvs-all-outgoing; Tue, 19 Sep 1995 03:05:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA23439 for cvs-etc-outgoing; Tue, 19 Sep 1995 03:05:30 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id DAA23429 ; Tue, 19 Sep 1995 03:05:12 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id DAA02465; Tue, 19 Sep 1995 03:04:44 -0700 To: Bruce Evans cc: CVS-commiters@freefall.FreeBSD.org, cvs-etc@freefall.FreeBSD.org, jkh@freefall.FreeBSD.org Subject: Re: cvs commit: src/etc rc sysconfig In-reply-to: Your message of "Tue, 19 Sep 1995 19:51:03 +1000." <199509190951.TAA03222@godzilla.zeta.org.au> Date: Tue, 19 Sep 1995 03:04:44 -0700 Message-ID: <2463.811505084@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.org Precedence: bulk > > Branch: etc RELENG_2_1_0 > > Modified: etc rc sysconfig > > Log: > > Bring in changes from the HEAD. Also fix the local rc file changes > > What happened to the idea of testing things in current? The changes > in rc broke rc.local, which is carefully installed with mode 644, so > it shouldn't pass the -x test. > > Bruce Wurgh.. I actually thought of this as a kind of extra sanity check, but I suppose you're right.. I'll change it back - I need to make some more changes there anyway.. Jordan