diff options
Diffstat (limited to 'locate/updatedb.sh')
-rw-r--r-- | locate/updatedb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locate/updatedb.sh b/locate/updatedb.sh index 944791af..5b6b69a9 100644 --- a/locate/updatedb.sh +++ b/locate/updatedb.sh @@ -53,7 +53,7 @@ done : ${NETPATHS=} # Directories to not put in the database, which would otherwise be. -: ${PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs"} +: ${PRUNEPATHS="/proc /tmp /usr/tmp /var/tmp /afs /amd /net"} # The same, in the form of a regex that find can use. test -z "$PRUNEREGEX" && |