diff -Nur -x '*.orig' -x '*.rej' smeserver-sme7admin-1.1.0/root/etc/e-smith/web/functions/sme7admin mezzanine_patched_smeserver-sme7admin-1.1.0/root/etc/e-smith/web/functions/sme7admin --- smeserver-sme7admin-1.1.0/root/etc/e-smith/web/functions/sme7admin 2008-06-23 19:49:06.000000000 +0200 +++ mezzanine_patched_smeserver-sme7admin-1.1.0/root/etc/e-smith/web/functions/sme7admin 2008-06-23 19:48:41.000000000 +0200 @@ -277,7 +277,7 @@ my @services = ("#".gettext("Services web"),"httpd-e-smith","httpd-admin","squid", "#".gettext("Services d'administration"), "sshd", "sme7admind", "#".gettext("Services reseaux"),"pppoe","dhcpd","pptpd", - "#".gettext("Services de partage de fichiers"),"smb","atalk","proftpd", + "#".gettext("Services de partage de fichiers"),"smbd","atalk","proftpd", "#".gettext("Services de messagerie"),"pop3","pop3s","imap","imaps","qmail","qpsmtpd","sqpsmtpd", "clamd", "freshclam","spamd",#mail "#".gettext("Services DNS"),"tinydns","dnscache", #dns "#".gettext("Services d'authentification"),"oidentd","ldap","smtp-auth-proxy","radiusd", #auth @@ -309,7 +309,7 @@ else { #si c'est un service pour lequel on a des infos complementaires... - if($svc=~/^(httpd-e-smith|httpd-admin|smb|atalk|squid|pptpd|dhcpd|sshd|proftpd|pppoe)$/) {$details=1;} + if($svc=~/^(httpd-e-smith|httpd-admin|smbd|atalk|squid|pptpd|dhcpd|sshd|proftpd|pppoe)$/) {$details=1;} if (-d "/var/service/$svc") {$cmd = "/usr/bin/sv s $svc";} else {$cmd = "/sbin/e-smith/service $svc status";} my @res=`$cmd`;