/[smeserver]/rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz11363-klogd.patch
ViewVC logotype

Annotation of /rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz11363-klogd.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Sun Jun 6 20:38:35 2021 UTC (3 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
5.8.1

1 jpp 1.1 diff -Nur e-smith-base-5.8.0.old/root/etc/e-smith/db/configuration/migrate/50RemoveObsoleteServices e-smith-base-5.8.0/root/etc/e-smith/db/configuration/migrate/50RemoveObsoleteServices
2     --- e-smith-base-5.8.0.old/root/etc/e-smith/db/configuration/migrate/50RemoveObsoleteServices 2021-03-03 11:17:21.667000000 -0500
3     +++ e-smith-base-5.8.0/root/etc/e-smith/db/configuration/migrate/50RemoveObsoleteServices 2021-03-03 11:28:25.903000000 -0500
4     @@ -1,7 +1,7 @@
5     {
6    
7     # Remove old, unused services from the configuration database
8     - my @services = qw(haldaemon smolt udev-post messagebus ctrlaltdel pptpd);
9     + my @services = qw(haldaemon smolt udev-post messagebus ctrlaltdel pptpd klogd);
10     foreach my $service (@services){
11     my $entry = $DB->get($service);
12     $entry->delete if $entry;

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed