--- rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz11006-lpdexcludeandfewservices.patch 2020/12/04 04:05:29 1.1 +++ rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz11006-lpdexcludeandfewservices.patch 2020/12/12 04:17:45 1.2 @@ -6,7 +6,7 @@ diff -Nur e-smith-base-5.8.0.old/root/et #list of exception services #those services might keep some traces in init.d -my @list = qw(bootstrap-console masq mysql.init wan); -+my @list = qw(bootstrap-console masq mysql.init wan lpd clamd diald); ++my @list = qw(bootstrap-console masq mysql.init wan lpd clamd diald ldap.init); foreach my $service ($c->get_all_by_prop(type => 'service')){ my $status = $service->prop('status') || 'enabled';