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-03-08 01:35:44.745000000 -0500 +++ smeserver-yum-2.6.0/root/usr/lib/yum-plugins/smeserver.py 2022-03-08 01:37:33.286000000 -0500 @@ -46,11 +46,13 @@ # 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','freeradius','httpd','iptables', 'mysql', 'nut', 'openldap', 'openssh', 'php', 'pptpd', 'proftp', 'samba', 'spamassassin', 'squid', 'qmail', 'qpsmtpd'] +restartpkgs = ['dovecot','bglibs','cvm','freeradius','httpd','iptables', 'mysql', 'nut', 'openldap', 'openssh', 'php', 'pptpd', 'proftp', 'samba', 'spamassassin', 'squid', 'qmail', 'qpsmtpd'] servicenames = dict() +servicenames['bglibs']='cvm-unix', +servicenames['cvm']='cvm-unix', servicenames['dovecot']='dovecot', servicenames['freeradius']='radiusd', -servicenames['httpd']='httpd-admin','httpd-e-smith' +servicenames['httpd']='httpd-admin','httpd-e-smith', servicenames['iptables']='masq', servicenames['mysql']='mysqld', servicenames['nut']='nut-server','nut-driver','nut-monitor',