1 |
wellsi |
1.1 |
diff -ruN e-smith-base-5.2.0.old/createlinks e-smith-base-5.2.0/createlinks |
2 |
|
|
--- e-smith-base-5.2.0.old/createlinks 2012-12-30 19:13:37.000000000 +0000 |
3 |
|
|
+++ e-smith-base-5.2.0/createlinks 2012-12-30 19:18:03.000000000 +0000 |
4 |
|
|
@@ -121,6 +121,9 @@ |
5 |
|
|
email-update |
6 |
|
|
logrotate |
7 |
|
|
)); |
8 |
|
|
+templates2events("/etc/updatedb.conf", qw( |
9 |
|
|
+ bootstrap-console-save |
10 |
|
|
+)); |
11 |
|
|
|
12 |
|
|
# conf-routes |
13 |
|
|
templates2events("/etc/sysconfig/network-scripts/route-eth0", qw( |
14 |
|
|
diff -ruN e-smith-base-5.2.0.old/root/etc/e-smith/templates/etc/updatedb.conf/10conf e-smith-base-5.2.0/root/etc/e-smith/templates/etc/updatedb.conf/10conf |
15 |
|
|
--- e-smith-base-5.2.0.old/root/etc/e-smith/templates/etc/updatedb.conf/10conf 1970-01-01 01:00:00.000000000 +0100 |
16 |
|
|
+++ e-smith-base-5.2.0/root/etc/e-smith/templates/etc/updatedb.conf/10conf 2012-12-30 19:17:06.000000000 +0000 |
17 |
|
|
@@ -0,0 +1,7 @@ |
18 |
|
|
+ |
19 |
|
|
+# /etc/updatedb.conf |
20 |
|
|
+ |
21 |
|
|
+# Sample configuration file for updatedb(8). See man 5 updatedb.conf |
22 |
|
|
+PRUNEFS = "auto afs gfs gfs2 iso9660 sfs udf" |
23 |
|
|
+PRUNEPATHS = "/afs /media /net /sfs /tmp /udev /var/spool/cups /var/spool/squid /var/tmp" |
24 |
|
|
+ |