From 54a69d39a4ce790e98f158cfcaf6e3ff3fdc692e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 2 Jun 2005 09:58:16 +0000 Subject: random service doesn't exist anymore --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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)"); -- cgit v1.2.1