Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2002 09:15:29 -0700 (PDT)
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc rc.subr
Message-ID:  <200209061615.g86GFTKs082824@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gordon      2002/09/06 09:15:29 PDT

  Modified files:
    etc                  rc.subr 
  Log:
  Add a support for a ${OSTYPE} which is set once in /etc/rc.subr. Also convert
  all instances of `${CMD_OSTYPE}` to just using ${OSTYPE}. This saves us a
  shell invocation on anything that is OS-dependent. I seriously doubt that we
  will be spontaneously changing OS types during bootup.
  
  Revision  Changes    Path
  1.5       +4 -3      src/etc/rc.subr

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




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