forked from pool/findutils
e8d8ebfa75
update to 4.5.10 OBS-URL: https://build.opensuse.org/request/show/100464 OBS-URL: https://build.opensuse.org/package/show/Base:System/findutils?expand=0&rev=25
12 lines
515 B
Diff
12 lines
515 B
Diff
--- locate/updatedb.sh.orig 2012-01-16 19:04:21.074917128 -0500
|
|
+++ locate/updatedb.sh 2012-01-16 19:05:02.438400012 -0500
|
|
@@ -228,7 +228,7 @@
|
|
|
|
PATH=/bin:/usr/bin:${BINDIR}; export PATH
|
|
|
|
-: ${PRUNEFS="nfs NFS proc afs smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs sysfs shfs cifs 9P"}
|
|
+: ${PRUNEFS="nfs NFS proc afs smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs sysfs shfs cifs 9P unknown"}
|
|
|
|
if test -n "$PRUNEFS"; then
|
|
prunefs_exp=`echo $PRUNEFS |sed -e 's/\([^ ][^ ]*\)/-fstype \1 -o/g' \
|