Date: Sat, 25 Nov 2000 19:00:03 -0800 (PST) From: Cyrille Lefevre <root@gits.dyndns.org> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/14931: rc logging facility Message-ID: <200011260300.TAA08097@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/14931; it has been noted by GNATS.
From: Cyrille Lefevre <root@gits.dyndns.org>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011260300.TAA08097>
