Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2007 13:37:44 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc rc.subr
Message-ID:  <200703101337.l2ADbiZ7054520@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2007-03-10 13:37:44 UTC

  FreeBSD src repository

  Modified files:
    etc                  rc.subr 
  Log:
  Prepend ${_chroot} to a pathname in a consistent and robust way:
  insert a slash between ${_chroot} and the pathname if and only if
  ${_chroot} is set to a non-empty string.  Now the pathname is very
  likely to be absolute, but we shouldn't take that for granted.
  
  Revision  Changes    Path
  1.74      +3 -2      src/etc/rc.subr



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