From c14aae185d455fdf6a48bff97419a37466d26ea5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Jul 2002 14:58:48 +0000 Subject: skip hw classes without configurator (which'll have a configurator after porting updfstab) --- perl-install/standalone/service_harddrake | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index d65d94723..3948d0a96 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -78,6 +78,7 @@ foreach (@harddrake::data::tree) { $msg .= "- $_ was added\n" foreach @added; @added || @was_removed or next; + next unless (-x $configurator); if ($in->ask_okcancel("Hardware changes in $Ident class", $msg . "\nDo you want to run the appropriate config tool ?", 1)) { -- cgit v1.2.1