summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-09 10:22:43 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-09 10:22:43 +0000
commit14f63039b1a003a02bafc4127c8a9c7c4d2aeb56 (patch)
tree81057c47ccdd9afc08d86079aaad2124e57ce0c8
parentbc92ffbd201e7e892497060bedf091c45a020797 (diff)
downloaddrakx-14f63039b1a003a02bafc4127c8a9c7c4d2aeb56.tar
drakx-14f63039b1a003a02bafc4127c8a9c7c4d2aeb56.tar.gz
drakx-14f63039b1a003a02bafc4127c8a9c7c4d2aeb56.tar.bz2
drakx-14f63039b1a003a02bafc4127c8a9c7c4d2aeb56.tar.xz
drakx-14f63039b1a003a02bafc4127c8a9c7c4d2aeb56.zip
only log explanations in standalone mode
-rw-r--r--perl-install/harddrake/bttv.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/bttv.pm b/perl-install/harddrake/bttv.pm
index 3c3802609..c941e6101 100644
--- a/perl-install/harddrake/bttv.pm
+++ b/perl-install/harddrake/bttv.pm
@@ -205,7 +205,7 @@ If your card is misdetected, you can force the right tuner and card types here.
'radio=' . ($conf{radio} ? 1 : 0) . ' '.
join(' ', map { if_($conf{$_} ne -1, "$_=$conf{$_}") } qw(card pll tuner gbuffers));
log::l("[harddrake::bttv] $options");
- standalone::explanations("modified file /etc/modules.conf ($options)");
+ standalone::explanations("modified file /etc/modules.conf ($options)"); $::isStandalone;
modules::set_options("bttv", $options) if $options;
}
}