Subject: Re: rc.conf question
To: Michael K. Sanders <msanders@aros.net>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: current-users
Date: 05/05/1997 13:31:42
On Mon, 05 May 1997 14:39:39 -0600 
 "Michael K. Sanders" <msanders@aros.net> wrote:

 > 
 > I'm curious how the following syntax came about:
 > 
 >   if [ "$option" != NO ]; then
 > 	...
 > 
 > Might it not be more clear if it were:
 > 
 >   if [ "$option" = YES]; then
 > 	...

...because $option might also specify the flags for the command to
be run, so "YES" isn't terribly useful :-)

Jason R. Thorpe                                       thorpej@nas.nasa.gov
NASA Ames Research Center                               Home: 408.866.1912
NAS: M/S 258-6                                          Work: 415.604.0935
Moffett Field, CA 94035                                Pager: 415.428.6939