From 7c105f542de3259e1c843058cd8aa96f1ccb36bb Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 28 Feb 1999 20:40:19 +0000 Subject: fix PRUNEPATHS assignment --- usr.bin/locate/locate/updatedb.sh | 4 ++-- 1 file 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} -- cgit v1.3