From andre.albsmeier@mchp.siemens.de  Thu Aug 17 22:02:43 2000
Return-Path: <andre.albsmeier@mchp.siemens.de>
Received: from david.siemens.de (david.siemens.de [192.35.17.14])
	by hub.freebsd.org (Postfix) with ESMTP id 7B24637B422
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Aug 2000 22:02:42 -0700 (PDT)
Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11])
	by david.siemens.de (8.10.1/8.10.1) with ESMTP id e7I52cU07800
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Aug 2000 07:02:38 +0200 (MET DST)
Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7])
	by mail2.siemens.de (8.10.1/8.10.1) with ESMTP id e7I52b011095
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Aug 2000 07:02:37 +0200 (MET DST)
Received: (from localhost)
	by curry.mchp.siemens.de (8.10.2/8.10.2) id e7I52bL33232
	for FreeBSD-gnats-submit@freebsd.org; Fri, 18 Aug 2000 07:02:37 +0200 (CEST)
Message-Id: <200008180502.e7I52bj29787@curry.mchp.siemens.de>
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: two small changes to /etc/rc and /etc/rc.shutdown
X-Send-Pr-Version: 3.2

>Number:         20692
>Category:       conf
>Synopsis:       two small changes to /etc/rc and /etc/rc.shutdown
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sheldonh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 17 22:10:04 PDT 2000
>Closed-Date:    Fri Aug 18 03:28:06 PDT 2000
>Last-Modified:  Fri Aug 18 03:37:01 PDT 2000
>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:
Responsible-Changed-From-To: freebsd-bugs->sheldonh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Thu Aug 17 23:56:39 PDT 2000 
Responsible-Changed-Why:  
Let me do this; I'm about to change something in there anyway. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20692 
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Fri Aug 18 03:28:06 PDT 2000 
State-Changed-Why:  
Something very close to your submission has been committed 
and merged onto RELENG_4.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20692 
>Unformatted:
