Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 1999 01:11:20 -0600
From:      Warner Losh <imp@village.org>
To:        Sheldon Hearn <sheldonh@uunet.co.za>
Cc:        current@FreeBSD.ORG
Subject:   Re: REQ: Test /etc/rc clean-up 
Message-ID:  <199908210711.BAA41758@harmony.village.org>
In-Reply-To: Your message of "Fri, 20 Aug 1999 10:19:10 %2B0200." <21889.935137150@axl.noc.iafrica.com> 
References:  <21889.935137150@axl.noc.iafrica.com>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <21889.935137150@axl.noc.iafrica.com> Sheldon Hearn writes:
: -if [ X$start_vinum = XYES ]; then
: +if [ X"${start_vinum}" = X"YES" ]; then

I never understood why you check against X"YES"?  XYES always seemed
much better than X"YES" since the latter is somewhat obscure.  Both
are identical...

Warner


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




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