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