Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 1996 17:20:46 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-etc@freefall.freebsd.org, jkh@freefall.freebsd.org
Subject:   Re: cvs commit:  src/etc rc
Message-ID:  <199607300720.RAA07220@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    etc       rc
>  Log:
>  Edit this for consistency's sake (though it's syntactically identical).
>  Noticed-By: "William A. Gill" <bill@duchess.wagill.com>
>  
>  Revision  Changes    Path
>  1.96      +2 -2      src/etc/rc

There are many more inconsistencies in sysconfig.  NO is sometimes quoted
and sometimes not.  Mostly not.  Quoting it mainly wastes space.

Also, in rc, some (poor) comments say that the test is $foo != NO, but
the test is actually "X${foo}" != X"NO".  The braces mainly waste space.
Other (poor) comments say that the test is $foo == NO for the reverse
condition, but == isn't an operator for `test'.

Bruce



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