summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps.pm
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-05-15 19:50:58 +0000
committerColin Guthrie <colin@mageia.org>2013-05-15 19:50:58 +0000
commit0d87691f5ef49ddeeedada4b910329ca3263a7ce (patch)
tree312c191b216d9385a5d97d65b3743875302e522a /perl-install/install/steps.pm
parent0818f31757cc834a01aba389518613fcbd08be6a (diff)
downloaddrakx-0d87691f5ef49ddeeedada4b910329ca3263a7ce.tar
drakx-0d87691f5ef49ddeeedada4b910329ca3263a7ce.tar.gz
drakx-0d87691f5ef49ddeeedada4b910329ca3263a7ce.tar.bz2
drakx-0d87691f5ef49ddeeedada4b910329ca3263a7ce.tar.xz
drakx-0d87691f5ef49ddeeedada4b910329ca3263a7ce.zip
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.
Diffstat (limited to 'perl-install/install/steps.pm')
-rw-r--r--perl-install/install/steps.pm5
1 files changed, 0 insertions, 5 deletions
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");