diff -Nur smeserver-yum-2.6.0.old/createlinks smeserver-yum-2.6.0/createlinks --- smeserver-yum-2.6.0.old/createlinks 2021-02-19 23:53:41.867000000 -0500 +++ smeserver-yum-2.6.0/createlinks 2021-02-20 00:37:15.941000000 -0500 @@ -30,6 +30,8 @@ # systemd-specific action mandatory for this package-update event event_link("systemd-reload", $event, "89"); event_link("systemd-default", $event, "88"); +templates2events("/etc/rsyslog.conf",$event); +safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/rsyslog"); #-------------------------------------------------- # functions for manager panel diff -Nur smeserver-yum-2.6.0.old/root/etc/e-smith/templates/etc/yum.smerepos.d/sme-base.repo/20repositories smeserver-yum-2.6.0/root/etc/e-smith/templates/etc/yum.smerepos.d/sme-base.repo/20repositories --- smeserver-yum-2.6.0.old/root/etc/e-smith/templates/etc/yum.smerepos.d/sme-base.repo/20repositories 2021-02-19 23:53:41.838000000 -0500 +++ smeserver-yum-2.6.0/root/etc/e-smith/templates/etc/yum.smerepos.d/sme-base.repo/20repositories 2021-02-19 23:58:45.825000000 -0500 @@ -57,7 +57,7 @@ { $OUT .= "priority=10\n"; } - elsif ($priority eq 'enabled' && ( $repos->key eq 'base' || $repos->key eq 'updates')) + elsif ($priority eq 'enabled' && ( $repos->key eq 'base' || $repos->key eq 'updates' || $repos->key eq 'remi-safe' )) { $OUT .= "priority=10\n"; } diff -Nur smeserver-yum-2.6.0.old/root/etc/e-smith/templates/rsyslog.conf/32yum smeserver-yum-2.6.0/root/etc/e-smith/templates/rsyslog.conf/32yum --- smeserver-yum-2.6.0.old/root/etc/e-smith/templates/rsyslog.conf/32yum 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-yum-2.6.0/root/etc/e-smith/templates/rsyslog.conf/32yum 2021-02-20 00:35:33.618000000 -0500 @@ -0,0 +1,5 @@ + + +#yum +if $programname == "yum" and ( $msg startswith " Installed" or $msg startswith " Erased" or $msg startswith " Updated" ) then stop +