Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 1995 18:50:01 -0800
From:      Paul Traina <pst@Shockwave.COM>
To:        freebsd-bugs
Subject:   misc/279: remove non-bsdish echo in rc.maint
Message-ID:  <199503290250.SAA03325@freefall.cdrom.com>
In-Reply-To: Your message of Tue, 28 Mar 1995 18:39:53 -0800 <199503290239.SAA00521@precipice.shockwave.com>

next in thread | previous in thread | raw e-mail | index | archive | help

>Number:         279
>Category:       misc
>Synopsis:       lose the '** Begin system maintenance tasks **' message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs (FreeBSD bugs mailing list)
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 28 18:50:01 1995
>Originator:     Paul Traina
>Organization:
>Release:        FreeBSD 2.1.0-Development i386
>Environment:

FreeBSD 2.1.0 as of last night

>Description:

echo '** Begin system maintainance tasks **'

is gratuitous.  Given all of the crap currently being echoed to the
screen at startup, why do we need yet another line that can scroll useful
information off the top of the screen.

I'm sure it was useful when you were debugging the rc* stuff,  but now
it's just annoying.

>How-To-Repeat:

Boot system

>Fix:
	
*** rc.maint	Thu Mar 23 19:03:34 1995
--- /etc/rc.maint	Tue Mar 28 18:16:34 1995
***************
*** 4,11 ****
  
  # Various maintainance tasks to be done as the system is coming up
  
- echo '** Begin system maintainance tasks **'
- 
  # /var/crash should be a directory or a symbolic link
  # to the crash directory if core dumps are to be saved.
  if [ "X${savecore}" = X"YES" -a -d /var/crash ]; then
--- 4,9 ----
>Audit-Trail:
>Unformatted:





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503290250.SAA03325>