1 |
diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/updatedb.conf/01conf e-smith-base-5.8.1/root/etc/e-smith/templates/etc/updatedb.conf/01conf |
2 |
--- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/updatedb.conf/01conf 1969-12-31 19:00:00.000000000 -0500 |
3 |
+++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/updatedb.conf/01conf 2023-02-09 00:15:02.696000000 -0500 |
4 |
@@ -0,0 +1,4 @@ |
5 |
+{ |
6 |
+ $PRUNEPATHS=""; |
7 |
+ $PRUNEFS=""; |
8 |
+} |
9 |
diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/updatedb.conf/10conf e-smith-base-5.8.1/root/etc/e-smith/templates/etc/updatedb.conf/10conf |
10 |
--- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/updatedb.conf/10conf 2013-01-31 10:52:04.000000000 -0500 |
11 |
+++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/updatedb.conf/10conf 2023-02-09 00:14:49.218000000 -0500 |
12 |
@@ -2,6 +2,6 @@ |
13 |
# /etc/updatedb.conf |
14 |
|
15 |
# Sample configuration file for updatedb(8). See man 5 updatedb.conf |
16 |
-PRUNEFS = "auto afs gfs gfs2 iso9660 sfs udf" |
17 |
-PRUNEPATHS = "/afs /media /net /sfs /tmp /udev /var/spool/cups /var/spool/squid /var/tmp" |
18 |
+PRUNEFS = "auto afs gfs gfs2 iso9660 sfs udf {$PRUNEFS}" |
19 |
+PRUNEPATHS = "/afs /media /net /sfs /tmp /udev /var/spool/cups /var/spool/squid /var/tmp {$PRUNEPATHS}" |
20 |
|