From aee01dfabb461cd8e2bcc9a20451df94b058fd13 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Feb 2003 11:37:44 +0000 Subject: usb is runned by rc.sysinit, and doesn't like "chkconfig --add" anymore --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 5b2db9845..7bb4a8101 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -436,7 +436,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 usb keytable syslog crond portmap); + qw(random netfs network rawdevices sound kheader keytable syslog crond portmap); if ($o->{mouse}{device} =~ /ttyS/) { log::l("disabling gpm for serial mice (doesn't get along nicely with X)"); -- cgit v1.2.1