summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-12-29 08:23:43 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-12-29 08:23:43 +0000
commitb4244f900249cab5af604d98f045b218a9b4f145 (patch)
tree7f541a37f083d5769be3688dcfd5b6d9dc8b46c0 /perl-install
parent55bf3e59d1e5ef49ab7e7707462722b17e58851e (diff)
downloaddrakx-backup-do-not-use-b4244f900249cab5af604d98f045b218a9b4f145.tar
drakx-backup-do-not-use-b4244f900249cab5af604d98f045b218a9b4f145.tar.gz
drakx-backup-do-not-use-b4244f900249cab5af604d98f045b218a9b4f145.tar.bz2
drakx-backup-do-not-use-b4244f900249cab5af604d98f045b218a9b4f145.tar.xz
drakx-backup-do-not-use-b4244f900249cab5af604d98f045b218a9b4f145.zip
do no ask several times the kernel to switch into verbose mode
(olivier blin)
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index c003ed3a0..c7dd82de0 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -54,7 +54,7 @@ foreach (@harddrake::data::tree) {
$msg .= "- " . harddrake::data::custom_id($ID{$_}, $item) . " was added\n" foreach @added;
modules::load('ohci1394') if $Ident eq 'FIREWIRE_CONTROLLER' && any { $_->{driver} eq 'ohci1394' } @added;
@added || @was_removed or next;
- $splash and system('echo verbose > /proc/splash') and $splash = 0;
+ $splash and !system('echo verbose > /proc/splash') and $splash = 0;
my @configurator_pool;
if (harddrake::data::is_removable($Ident)) {
foreach my $device (@ID{@added}) {