diff options
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/locate/locate/updatedb.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/locate/locate/updatedb.sh b/usr.bin/locate/locate/updatedb.sh index 29c30bc902d5c..4de9e8840da90 100644 --- a/usr.bin/locate/locate/updatedb.sh +++ b/usr.bin/locate/locate/updatedb.sh @@ -26,7 +26,7 @@ # # updatedb - update locate database for local mounted filesystems # -# $Id: updatedb.sh,v 1.11 1998/06/18 09:26:22 wosch Exp $ +# $Id: updatedb.sh,v 1.12 1998/11/29 14:46:35 wosch Exp $ LOCATE_CONFIG="/etc/locate.rc" if [ -f "$LOCATE_CONFIG" -a -r "$LOCATE_CONFIG" ]; then @@ -46,7 +46,7 @@ PATH=$LIBEXECDIR:/bin:/usr/bin:$PATH; export PATH : ${mklocatedb:=locate.mklocatedb} # make locate database program : ${FCODES:=/var/db/locate.database} # the database : ${SEARCHPATHS:="/"} # directories to be put in the database -: ${PRUNEPATHS="/tmp /usr/tmp /var/tmp"} # unwanted directories +: ${PRUNEPATHS:="/tmp /usr/tmp /var/tmp"} # unwanted directories : ${FILESYSTEMS:="ufs"} # allowed filesystems : ${find:=find} |
