Date: Mon, 9 Sep 2002 14:34:03 -0400 (EDT) From: Carl Schmidt <carl@slackerbsd.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: conf/42611: syscons rc.d script fails to start Message-ID: <20020909183403.B67DC4170@laptop.slackerbsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 42611
>Category: conf
>Synopsis: syscons rc.d script fails to start
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Sep 09 15:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Carl Schmidt
>Release: FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD laptop.slackerbsd.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Sep 8 15:34:02 EDT 2002 root@laptop.slackerbsd.org:/usr/obj/usr/src/sys/LAPTOP i386
>Description:
The rc.d script for syscons is incorrect. There was a bit of discussion
on -current about this and a request for someone to commit the fix.
>How-To-Repeat:
# echo "keyrate=\"fast\"" >> /etc/rc.conf
# init 1
('enter' at prompt for shell)
(logout out of shell, hence starting /etc/rc)
Notice that nothing has changed.
>Fix:
--- syscons.diff begins here ---
--- syscons.orig Mon Sep 9 14:16:10 2002
+++ syscons Mon Sep 9 14:16:34 2002
@@ -197,3 +197,6 @@
echo '.'
}
+
+load_rc_config $name
+run_rc_command "$1"
--- syscons.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
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?20020909183403.B67DC4170>
