aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-02-28 20:40:19 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-02-28 20:40:19 +0000
commit7c105f542de3259e1c843058cd8aa96f1ccb36bb (patch)
tree89e8e127f91393cec5e940ad1e23343416820685 /usr.bin
parent1fdf11c3e672c9b6fbaadde96a453b9e3931f2d3 (diff)
Notes
Diffstat (limited to 'usr.bin')
-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 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}