From 6f222fa4d2c2578285636665ae3e5811f1915d7c Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 15 May 2013 19:50:58 +0000 Subject: Do not enable legacy sysvinit scripts that no longer exist (mga#10084) The only sysvinit script in this list that still exists is 'network' but even this is less 'critical' these days due to Network Manager. Figured we may as well just trash all this as it's quite unlikely to not be enabled anyway. --- perl-install/install/NEWS | 3 ++- perl-install/install/steps.pm | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 9ea590b71..743053c88 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ -Version 15.52 - 15 May 2013 +- do not enable legacy sysvinit scripts that no longer exist (mga#10084) +Version 15.52 - 15 May 2013 - fix displaying release notes while installing (mga#10087) Version 15.51 - 13 May 2013 diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index c1c4d445c..8e0ce6bbe 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -496,11 +496,6 @@ Consoles 1,3,4,7 may also contain interesting information"; #- else if eth0 is not existing, glibc segfaults. substInFile { s/\s*wins// if /^\s*hosts\s*:/ } "$::prefix/etc/nsswitch.conf"; - #- make sure some services have been enabled (or a catastrophic restart will occur). - #- these are normally base package post install scripts or important services to start. - run_program::rooted($::prefix, "chkconfig", "--add", $_) foreach - qw(netfs network rawdevices sound kheader keytable syslog crond portmap); - if ($o->{mouse}{device} =~ /ttyS/) { log::l("disabling gpm for serial mice (does not get along nicely with X)"); run_program::rooted($::prefix, "chkconfig", "--del", "gpm"); -- cgit v1.2.1