From owner-freebsd-bugs Sat Nov 25 19: 0:16 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EC1037B4C5 for ; Sat, 25 Nov 2000 19:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08097; Sat, 25 Nov 2000 19:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 25 Nov 2000 19:00:03 -0800 (PST) Message-Id: <200011260300.TAA08097@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: conf/14931: rc logging facility Reply-To: Cyrille Lefevre Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/14931; it has been noted by GNATS. From: Cyrille Lefevre To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: conf/14931: rc logging facility Date: Sun, 26 Nov 2000 03:52:22 +0100 (CET) oops, typo error in my previous posting, sorry. on the line : # DO NOT DELETE THIS LINE -- rc.boot uses it read rc.bootlog and not rc.boot. Index: rc =================================================================== RCS file: /home/ncvs/src/etc/rc,v retrieving revision 1.212.2.8 diff -u -r1.212.2.8 rc --- rc 2000/10/30 10:40:10 1.212.2.8 +++ rc 2000/10/31 03:46:45 @@ -158,6 +158,13 @@ sh ${diskless_mount} fi +# log rc.* messages +# +if [ -r /etc/rc.boot ]; then + . /etc/rc.boot +fi +# DO NOT DELETE THIS LINE -- rc.bootlog uses it + adjkerntz -i purgedir() { =================================================================== Cyrille. -- home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message