From owner-freebsd-current Wed Jul 17 13:47:33 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA18772 for current-outgoing; Wed, 17 Jul 1996 13:47:33 -0700 (PDT) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA18758 for ; Wed, 17 Jul 1996 13:47:26 -0700 (PDT) Received: (from uucp@localhost) by frmug.org (8.6.8/8.6.9) with UUCP id WAA10837 for current@FreeBSD.org; Wed, 17 Jul 1996 22:47:12 +0200 Received: from localhost (localhost [127.0.0.1]) by xp11.frmug.org (8.7.5/8.7.3/xp11-uucp-1.1) with ESMTP id VAA00247 for ; Wed, 17 Jul 1996 21:30:42 +0200 (MET DST) Message-Id: <199607171930.VAA00247@xp11.frmug.org> To: current@FreeBSD.org Subject: ugly output of /etc/rc Date: Wed, 17 Jul 1996 21:30:40 +0200 From: "Philippe Charnier" Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, With the last change of /etc/rc, the ouput on console is ugly a little. This one is nicer for me. Index: rc =================================================================== RCS file: /home2h/FreeBSD.cvsroot/src/etc/rc,v retrieving revision 1.94 diff -u -r1.94 rc --- rc 1996/07/13 17:27:39 1.94 +++ rc 1996/07/17 19:21:38 @@ -150,7 +150,7 @@ # /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 - echo -n checking for core dump... + echo -n 'checking for core dump... ' savecore /var/crash fi @@ -294,6 +294,8 @@ echo -n ' printer'; lpd fi +echo '.' + # Make shared lib searching a little faster. Leave /usr/lib first if you # add your own entries or you may come to grief. if [ -x /sbin/ldconfig ]; then @@ -308,10 +310,8 @@ # $sendmail_flags is imported from /etc/sysconfig; # if $sendmail_flags is something other than NO, sendmail is run. if [ "X${sendmail_flags}" != X"NO" -a -r /etc/sendmail.cf ]; then - echo -n ' sendmail'; /usr/sbin/sendmail ${sendmail_flags} + echo 'starting sendmail.'; /usr/sbin/sendmail ${sendmail_flags} fi - -echo '.' # configure implementation specific stuff arch=`uname -m` ------ ------ Philippe Charnier charnier@lirmm.fr (smtp) charnier@xp11.frmug.org (uucp) ``a PC not running FreeBSD is like a venusian with no tentacles'' ------------------------------------------------------------------------