1 |
jpp |
1.1 |
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 |
2 |
|
|
--- smeserver-yum-2.6.0.old/root/usr/lib/yum-plugins/smeserver.py 2021-12-20 09:11:34.160000000 -0500 |
3 |
|
|
+++ smeserver-yum-2.6.0/root/usr/lib/yum-plugins/smeserver.py 2021-12-20 09:12:24.669000000 -0500 |
4 |
|
|
@@ -48,7 +48,7 @@ |
5 |
|
|
# since, for example, httpd means httpd-admin and httpd-e-smith, we won't use these names directly but via serviceslist (see below) |
6 |
|
|
restartpkgs = ['dovecot','freeradius','httpd','iptables', 'mysql', 'nut', 'openldap', 'openssh', 'php', 'pptpd', 'proftp', 'samba', 'spamassassin', 'squid', 'qmail', 'qpsmtpd'] |
7 |
|
|
servicenames = dict() |
8 |
|
|
-servicenames['dovecot']='dovecot','pop3','pop3s', |
9 |
|
|
+servicenames['dovecot']='dovecot', |
10 |
|
|
servicenames['freeradius']='radiusd', |
11 |
|
|
servicenames['httpd']='httpd-admin','httpd-e-smith' |
12 |
|
|
servicenames['iptables']='masq', |