Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 1999 06:46:11 +0200
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        Bill Fumerola <billf@jade.chc-chimes.com>
Cc:        brian@FreeBSD.ORG, andre.albsmeier@mchp.siemens.de, freebsd-bugs@FreeBSD.ORG
Subject:   Re: bin/11096: unneeded SPACE in rc.network
Message-ID:  <19990413064611.A2780@internal>
In-Reply-To: <Pine.BSF.3.96.990412174654.3331B-100000@jade.chc-chimes.com>; from Bill Fumerola on Mon, Apr 12, 1999 at 05:47:34PM -0400
References:  <199904121530.IAA05306@freefall.freebsd.org> <Pine.BSF.3.96.990412174654.3331B-100000@jade.chc-chimes.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 12-Apr-1999 at 17:47:34 -0400, Bill Fumerola wrote:
> On Mon, 12 Apr 1999 brian@FreeBSD.ORG wrote:
> 
> > Synopsis: unneeded SPACE in rc.network
> > 
> > State-Changed-From-To: open->closed
> > State-Changed-By: brian
> > State-Changed-When: Mon Apr 12 08:27:49 PDT 1999
> > State-Changed-Why: 
> > Patch applied to -current & -stable.
> > Thanks.
> 
> At first look, it looked like the space was there so 
> 
> " ... daemons: daemon1 daemon2.. " would look right. Is this not the case?

Yes, but the needed space should be in front of the daemon:

echo -n 'blah, blah, starting daemons:'
blah
blah
echo -n ' daemon1'
blah
echo -n ' daemon2'
blah
echo '.'

At least the other outputs are like this...  For example, look a few lines
below at "echo -n 'Additional routing options:'"...

	-Andre


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?19990413064611.A2780>