summaryrefslogtreecommitdiffstats
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
commit6f222fa4d2c2578285636665ae3e5811f1915d7c (patch)
tree312c191b216d9385a5d97d65b3743875302e522a
parent55192318ecf9f8cea37d8ea72af6f32fabbea09c (diff)
downloaddrakx-backup-do-not-use-6f222fa4d2c2578285636665ae3e5811f1915d7c.tar
drakx-backup-do-not-use-6f222fa4d2c2578285636665ae3e5811f1915d7c.tar.gz
drakx-backup-do-not-use-6f222fa4d2c2578285636665ae3e5811f1915d7c.tar.bz2
drakx-backup-do-not-use-6f222fa4d2c2578285636665ae3e5811f1915d7c.tar.xz
drakx-backup-do-not-use-6f222fa4d2c2578285636665ae3e5811f1915d7c.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.
-rw-r--r--perl-install/install/NEWS3
-rw-r--r--perl-install/install/steps.pm5
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");