diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-06-02 09:58:16 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-06-02 09:58:16 +0000 |
commit | 54a69d39a4ce790e98f158cfcaf6e3ff3fdc692e (patch) | |
tree | c2ed6eb8f1bf63c497944827853c99d656abb8c9 /perl-install/install_steps.pm | |
parent | daca61e5fba0f103b364d60d0836538edb80e8ba (diff) | |
download | drakx-54a69d39a4ce790e98f158cfcaf6e3ff3fdc692e.tar drakx-54a69d39a4ce790e98f158cfcaf6e3ff3fdc692e.tar.gz drakx-54a69d39a4ce790e98f158cfcaf6e3ff3fdc692e.tar.bz2 drakx-54a69d39a4ce790e98f158cfcaf6e3ff3fdc692e.tar.xz drakx-54a69d39a4ce790e98f158cfcaf6e3ff3fdc692e.zip |
random service doesn't exist anymore
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
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)"); |