cvs commit: src/etc rc.subr

Mike Makonnen mtm at FreeBSD.org
Thu Feb 26 04:19:49 PST 2004


mtm         2004/02/26 04:19:48 PST

  FreeBSD src repository

  Modified files:
    etc                  rc.subr 
  Log:
  NetBSD rev. 1.53, 1.54 and 1.55:
    Change how internal boolean variables are used to:
          if ! ${_somevar:-false}; then
                  _somevar=true
          fi
    (Consisent, slightly quicker, and slightly cleaner)
  
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.20      +11 -7     src/etc/rc.subr


More information about the cvs-src mailing list