Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2010 01:51:47 +0000 (UTC)
From:      Garrett Wollman <wollman@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/locate/locate updatedb.sh
Message-ID:  <201011010151.oA11pvTg055485@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

wollman     2010-11-01 01:51:47 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/locate/locate updatedb.sh 
  Log:
  SVN rev 214613 on 2010-11-01 01:51:47Z by wollman
  
  jilles@ pointed out that using ${PRUNEDIRS:=".zfs"} in updatedb.sh
  made it impossible to override PRUNEDIRS to make it empty.  Use the
  non-colon form to only set PRUNEDIRS if it is completely unset.  (For
  parallelism, the other configuration defaults here could be done the
  same way, but that could be more obviously accomplished by disabling
  updatedb in periodic.conf, so leave them alone for now.)
  
  Revision  Changes    Path
  1.24      +1 -1      src/usr.bin/locate/locate/updatedb.sh



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