summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-02-28 20:40:19 +0000
committerache <ache@FreeBSD.org>1999-02-28 20:40:19 +0000
commit89cdd7ff462de1dc89498be8bbebe8ec2ea6bc10 (patch)
treeeb33b508ff274528eebd8c891e366556eafc84b8 /usr.bin/locate
parent18f6fdbb5cb2a59a5aebff25926a34201623d719 (diff)
downloadFreeBSD-src-89cdd7ff462de1dc89498be8bbebe8ec2ea6bc10.zip
FreeBSD-src-89cdd7ff462de1dc89498be8bbebe8ec2ea6bc10.tar.gz
fix PRUNEPATHS assignment
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/locate/updatedb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/locate/locate/updatedb.sh b/usr.bin/locate/locate/updatedb.sh
index 29c30bc..4de9e88 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}
OpenPOWER on IntegriCloud