From owner-cvs-etc Sat Aug 17 00:15:57 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA25255 for cvs-etc-outgoing; Sat, 17 Aug 1996 00:15:57 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA25222; Sat, 17 Aug 1996 00:15:42 -0700 (PDT) Date: Sat, 17 Aug 1996 00:15:42 -0700 (PDT) From: Peter Wemm Message-Id: <199608170715.AAA25222@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc rc.local Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/08/17 00:15:41 Modified: etc rc.local Log: Put on my flame-proof suit and attempt to make the /etc/motd banner editor safer. The old one was too deadly, if the blank line after the "FreeBSD" version banner was missing, it would delete from the beginning of the file up until the next blank line, possibly to the end of file. This was not good. Revision Changes Path 1.20 +2 -4 src/etc/rc.local