summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-06-02 09:58:16 +0000
committerOlivier Blin <oblin@mandriva.org>2005-06-02 09:58:16 +0000
commit54a69d39a4ce790e98f158cfcaf6e3ff3fdc692e (patch)
treec2ed6eb8f1bf63c497944827853c99d656abb8c9 /perl-install/install_steps.pm
parentdaca61e5fba0f103b364d60d0836538edb80e8ba (diff)
downloaddrakx-backup-do-not-use-54a69d39a4ce790e98f158cfcaf6e3ff3fdc692e.tar
drakx-backup-do-not-use-54a69d39a4ce790e98f158cfcaf6e3ff3fdc692e.tar.gz
drakx-backup-do-not-use-54a69d39a4ce790e98f158cfcaf6e3ff3fdc692e.tar.bz2
drakx-backup-do-not-use-54a69d39a4ce790e98f158cfcaf6e3ff3fdc692e.tar.xz
drakx-backup-do-not-use-54a69d39a4ce790e98f158cfcaf6e3ff3fdc692e.zip
random service doesn't exist anymore
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index f2237a9cb..3485c6986 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -524,7 +524,7 @@ Consoles 1,3,4,7 may also contain interesting information";
#- 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($o->{prefix}, "chkconfig", "--add", $_) foreach
- qw(random netfs network rawdevices sound kheader keytable syslog crond portmap);
+ 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)");