diff -Nur --no-dereference e-smith-base-5.8.1.old/createlinks e-smith-base-5.8.1/createlinks --- e-smith-base-5.8.1.old/createlinks 2022-11-22 14:42:52.271000000 -0500 +++ e-smith-base-5.8.1/createlinks 2022-11-22 14:46:01.536000000 -0500 @@ -302,7 +302,7 @@ event_link("remove-templates-custom", $event, "02"); -templates2events("/etc/smartd.conf", $event); +templates2events("/etc/smartmontools/smartd.conf", $event); templates2events("/home/e-smith/ssl.pem/pem", $event); templates2events("/usr/lib/systemd/system/dhcpd.service.d/50koozali.conf", $event); event_link("systemd-journald", $event, "02"); @@ -338,7 +338,7 @@ my $event = "console-save"; event_link("remove-templates-custom", $event, "02"); -templates2events("/etc/smartd.conf", $event); +templates2events("/etc/smartmontools/smartd.conf", $event); templates2events("/home/e-smith/ssl.pem/pem", $event); event_link("set-hostname", $event, "10"); event_link("user-rsshd", $event, "16"); @@ -357,7 +357,7 @@ $event = "bootstrap-console-save"; event_link("remove-templates-custom", $event, "02"); -templates2events("/etc/smartd.conf", $event); +templates2events("/etc/smartmontools/smartd.conf", $event); templates2events("/home/e-smith/ssl.pem/pem", $event); event_link("rmmod-bonding", $event, "10"); event_link("set-hostname", $event, "10"); 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 --- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/smartd.conf/10conf 2021-06-06 16:30:36.000000000 -0400 +++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/smartd.conf/10conf 1969-12-31 19:00:00.000000000 -0500 @@ -1,8 +0,0 @@ -{ -# /etc/smartd.conf - -# Sample configuration file for smartd. See man 5 smartd.conf. -# Home page is: http://smartmontools.sourceforge.net - -"DEVICESCAN -a -m $smartd{email} $smartd{directive} -I 190 -I 194"; -} 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 --- 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 +++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/smartmontools/smartd.conf/10conf 2022-11-22 14:47:17.925000000 -0500 @@ -0,0 +1,8 @@ +{ +# /etc/smartd.conf + +# Sample configuration file for smartd. See man 5 smartd.conf. +# Home page is: http://smartmontools.sourceforge.net + +"DEVICESCAN -a -m $smartd{email} $smartd{directive} -I 190 -I 194 -n standby,10,q"; +}