1 |
jpp |
1.1 |
diff -Nur --no-dereference e-smith-base-5.8.1.old/createlinks e-smith-base-5.8.1/createlinks |
2 |
|
|
--- e-smith-base-5.8.1.old/createlinks 2022-11-22 14:42:52.271000000 -0500 |
3 |
|
|
+++ e-smith-base-5.8.1/createlinks 2022-11-22 14:46:01.536000000 -0500 |
4 |
|
|
@@ -302,7 +302,7 @@ |
5 |
|
|
|
6 |
|
|
|
7 |
|
|
event_link("remove-templates-custom", $event, "02"); |
8 |
|
|
-templates2events("/etc/smartd.conf", $event); |
9 |
|
|
+templates2events("/etc/smartmontools/smartd.conf", $event); |
10 |
|
|
templates2events("/home/e-smith/ssl.pem/pem", $event); |
11 |
|
|
templates2events("/usr/lib/systemd/system/dhcpd.service.d/50koozali.conf", $event); |
12 |
|
|
event_link("systemd-journald", $event, "02"); |
13 |
|
|
@@ -338,7 +338,7 @@ |
14 |
|
|
my $event = "console-save"; |
15 |
|
|
|
16 |
|
|
event_link("remove-templates-custom", $event, "02"); |
17 |
|
|
-templates2events("/etc/smartd.conf", $event); |
18 |
|
|
+templates2events("/etc/smartmontools/smartd.conf", $event); |
19 |
|
|
templates2events("/home/e-smith/ssl.pem/pem", $event); |
20 |
|
|
event_link("set-hostname", $event, "10"); |
21 |
|
|
event_link("user-rsshd", $event, "16"); |
22 |
|
|
@@ -357,7 +357,7 @@ |
23 |
|
|
$event = "bootstrap-console-save"; |
24 |
|
|
|
25 |
|
|
event_link("remove-templates-custom", $event, "02"); |
26 |
|
|
-templates2events("/etc/smartd.conf", $event); |
27 |
|
|
+templates2events("/etc/smartmontools/smartd.conf", $event); |
28 |
|
|
templates2events("/home/e-smith/ssl.pem/pem", $event); |
29 |
|
|
event_link("rmmod-bonding", $event, "10"); |
30 |
|
|
event_link("set-hostname", $event, "10"); |
31 |
|
|
diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/smartd.conf/10conf e-smith-base-5.8.1/root/etc/e-smith/templates/etc/smartd.conf/10conf |
32 |
|
|
--- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/smartd.conf/10conf 2021-06-06 16:30:36.000000000 -0400 |
33 |
|
|
+++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/smartd.conf/10conf 1969-12-31 19:00:00.000000000 -0500 |
34 |
|
|
@@ -1,8 +0,0 @@ |
35 |
|
|
-{ |
36 |
|
|
-# /etc/smartd.conf |
37 |
|
|
- |
38 |
|
|
-# Sample configuration file for smartd. See man 5 smartd.conf. |
39 |
|
|
-# Home page is: http://smartmontools.sourceforge.net |
40 |
|
|
- |
41 |
|
|
-"DEVICESCAN -a -m $smartd{email} $smartd{directive} -I 190 -I 194"; |
42 |
|
|
-} |
43 |
jpp |
1.2 |
diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/smartmontools/smartd.conf/10conf e-smith-base-5.8.1/root/etc/e-smith/templates/etc/smartmontools/smartd.conf/10conf |
44 |
|
|
--- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/smartmontools/smartd.conf/10conf 1969-12-31 19:00:00.000000000 -0500 |
45 |
|
|
+++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/smartmontools/smartd.conf/10conf 2022-11-22 14:47:17.925000000 -0500 |
46 |
jpp |
1.1 |
@@ -0,0 +1,8 @@ |
47 |
|
|
+{ |
48 |
|
|
+# /etc/smartd.conf |
49 |
|
|
+ |
50 |
|
|
+# Sample configuration file for smartd. See man 5 smartd.conf. |
51 |
|
|
+# Home page is: http://smartmontools.sourceforge.net |
52 |
|
|
+ |
53 |
|
|
+"DEVICESCAN -a -m $smartd{email} $smartd{directive} -I 190 -I 194 -n standby,10,q"; |
54 |
|
|
+} |