From owner-freebsd-current Sat Aug 21 0:13:33 1999 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id A697015373 for ; Sat, 21 Aug 1999 00:13:31 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id BAA58632; Sat, 21 Aug 1999 01:11:09 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id BAA41758; Sat, 21 Aug 1999 01:11:20 -0600 (MDT) Message-Id: <199908210711.BAA41758@harmony.village.org> To: Sheldon Hearn Subject: Re: REQ: Test /etc/rc clean-up Cc: current@FreeBSD.ORG In-reply-to: Your message of "Fri, 20 Aug 1999 10:19:10 +0200." <21889.935137150@axl.noc.iafrica.com> References: <21889.935137150@axl.noc.iafrica.com> Date: Sat, 21 Aug 1999 01:11:20 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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