From 15052c100e148a94553ee155d7384b67e6537675 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 9 Jul 2002 13:23:49 +0000 Subject: fix boot freeze on hw change: initscript was running us with stdout redirected to /dev/null; just use a small sh wrapper to fix it --- perl-install/standalone/service_harddrake | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 56fbfdbb5..09f86ad7c 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -1,23 +1,11 @@ #!/usr/bin/perl -w # harddrake2 This service runs the HardDrake hardware probe. -# -# chkconfig: 345 05 95 -# description: This runs the hardware probe, and optionally configures \ -# changed hardware. - - -# TODO: start/stop/status/ use lib qw(/usr/lib/libDrakX); -use strict; +#use strict; use standalone; #- warning, standalone must be loaded very first, for 'explanations' -if ($ARGV[0] !~ /^start$/) { - print "service harddrake [start|stop]\n"; - exit 0; -} - use MDK::Common; use POSIX; -- cgit v1.2.1