Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/etc



Module Name:    src
Committed By:   lukem
Date:           Sat Jan  4 15:27:45 UTC 2003

Modified Files:
        src/etc: rc rc.subr

Log Message:
Change how internal boolean variables are used to:
        if ! ${_somevar:-false}; then
                _somevar=true
        fi
(Consisent, slightly quicker, and slightly cleaner)


To generate a diff of this commit:
cvs rdiff -r1.161 -r1.162 src/etc/rc
cvs rdiff -r1.52 -r1.53 src/etc/rc.subr

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index