From 29393600b05f4c6db21e72aa9314103826e57894 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 23 Apr 2004 12:24:50 +0000 Subject: handle again timeouts --- perl-install/standalone/service_harddrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index bc06b1042..3b60485b1 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -108,7 +108,7 @@ foreach my $hw_class (@harddrake::data::tree) { } else { $res = 1; } - if ($res) { + if (!$no && $res) { foreach my $configurator (@configurator_pool) { if (fork()) { wait(); -- cgit v1.2.1