Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 1999 22:32:30 +0200 (CEST)
From:      Oliver Fromme <olli@dorifer.heim3.tu-clausthal.de>
To:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Please review: rc file changes
Message-ID:  <199908272032.WAA12801@dorifer.heim3.tu-clausthal.de>

next in thread | raw e-mail | index | archive | help
Maybe this is nit-picking, too, buth those are just
my 0.02 Euros...

Doug wrote in list.freebsd-hackers:
 > -# this file, but rather in /etc/defaults/rc.conf.  Please check this file
 > +# this file, but rather in /etc/defaults/rc.conf. Please check that file

I'd prefer to keep it with two spaces, to improve
readability.

 >  	case $? in
 > -	0)
 > +	0 )
 >  		;;
 > -	2)
 > +	2 )
 >  		exit 1
 >  		;;
 > -	4)
 > +	4 )

I have yet to see a good reason for adding those
spaces.  I don't like them, but that's just me...

Apart from the above -- Good work, Doug!

Regards
   Oliver

-- 
Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany
(Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de)

"In jedem Stück Kohle wartet ein Diamant auf seine Geburt"
                                         (Terry Pratchett)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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