diff -Nur --no-dereference smeserver-yum-2.6.0.old/root/sbin/e-smith/check4contribsupdates smeserver-yum-2.6.0/root/sbin/e-smith/check4contribsupdates --- smeserver-yum-2.6.0.old/root/sbin/e-smith/check4contribsupdates 2022-06-14 00:14:13.391000000 -0400 +++ smeserver-yum-2.6.0/root/sbin/e-smith/check4contribsupdates 2022-06-14 00:28:55.170000000 -0400 @@ -16,6 +16,7 @@ echo -e "\n=== Alternatively you can update packages one at a time using the command: === (replace packagename with contrib name eg smeserver-wbl) # yum update --enablerepo=smecontribs packagename +=== if needed, you might also be asked to run after yum: # signal-event post-upgrade # signal-event reboot\n" >> $TMPFILE fi diff -Nur --no-dereference smeserver-yum-2.6.0.old/root/usr/lib/yum-plugins/smeserver.py smeserver-yum-2.6.0/root/usr/lib/yum-plugins/smeserver.py --- smeserver-yum-2.6.0.old/root/usr/lib/yum-plugins/smeserver.py 2022-06-14 00:14:13.514000000 -0400 +++ smeserver-yum-2.6.0/root/usr/lib/yum-plugins/smeserver.py 2022-06-14 00:26:25.797000000 -0400 @@ -46,7 +46,7 @@ # list of packages that need a service restart # if a package name starts with one of these values, a service restart is needed # since, for example, httpd means httpd-admin and httpd-e-smith, we won't use these names directly but via serviceslist (see below) -restartpkgs = ['dovecot','bglibs','cvm','freeradius','httpd','iptables', 'mysql', 'nut', 'openldap', 'openssh', 'php', 'pptpd', 'proftp', 'samba', 'spamassassin', 'squid', 'qmail', 'qpsmtpd'] +restartpkgs = ['dovecot','bglibs','cvm','freeradius','httpd','iptables', 'mariadb' , 'nut', 'openldap', 'openssh', 'php', 'pptpd', 'proftp', 'samba', 'spamassassin', 'squid', 'qmail', 'qpsmtpd'] servicenames = dict() servicenames['bglibs']='cvm-unix', servicenames['cvm']='cvm-unix', @@ -54,7 +54,7 @@ servicenames['freeradius']='radiusd', servicenames['httpd']='httpd-admin','httpd-e-smith', servicenames['iptables']='masq', -servicenames['mysql']='mysqld', +servicenames['mariadb']='mariadb', servicenames['nut']='nut-server','nut-driver','nut-monitor', servicenames['openldap']='ldap', servicenames['openssh']='sshd',