Date: Fri, 18 Aug 2000 07:02:37 +0200 (CEST) From: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> To: FreeBSD-gnats-submit@freebsd.org Subject: conf/20692: two small changes to /etc/rc and /etc/rc.shutdown Message-ID: <200008180502.e7I52bj29787@curry.mchp.siemens.de>
next in thread | raw e-mail | index | archive | help
>Number: 20692
>Category: conf
>Synopsis: two small changes to /etc/rc and /etc/rc.shutdown
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Aug 17 22:10:04 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Andre Albsmeier
>Release: FreeBSD 4.1-STABLE i386
>Organization:
>Environment:
Recent FreeBSD 4.1-STABLE (and I assume -current as well)
>Description:
The start of the linux emulator moved from /etc/rc.i386 to /etc/rc.
Therefore the output of 'echo -n ' linux'" appears a bit lost.
/etc/rc.shutdown contains a additional space.
>How-To-Repeat:
Boot the box with linux emulation enabled. Watch the startup messages.
>Fix:
--- etc/rc.shutdown.ORI Thu Aug 17 18:48:46 2000
+++ etc/rc.shutdown Thu Aug 17 18:49:10 2000
@@ -26,7 +26,7 @@
;;
esac
-echo -n "Shutting down daemon processes: "
+echo -n "Shutting down daemon processes:"
# Insert shutdown procedures here
--- etc/rc.ORI Thu Aug 17 18:48:55 2000
+++ etc/rc Thu Aug 17 18:51:29 2000
@@ -515,6 +515,8 @@
sh /etc/rc.devfs
fi
+echo -n "Starting emulators:"
+
# Start the Linux binary compatibility if requested.
#
case ${linux_enable} in
@@ -530,6 +532,8 @@
echo -n ' svr4'; svr4 > /dev/null 2>&1
;;
esac
+
+echo .
# Do traditional (but rather obsolete) rc.local file if it exists. If you
>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?200008180502.e7I52bj29787>
