summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/v4l.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-09-19 11:20:20 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-09-19 11:20:20 +0000
commitedb713d81c8e736d9ce14e8bd6ffd228a47b7e71 (patch)
tree8ac1c1ad00c88fb4c3517c0c29e76d4de22a539b /perl-install/harddrake/v4l.pm
parentb6289be553a25a3b9ce5c9d7a6b6703e0b94b10a (diff)
downloaddrakx-edb713d81c8e736d9ce14e8bd6ffd228a47b7e71.tar
drakx-edb713d81c8e736d9ce14e8bd6ffd228a47b7e71.tar.gz
drakx-edb713d81c8e736d9ce14e8bd6ffd228a47b7e71.tar.bz2
drakx-edb713d81c8e736d9ce14e8bd6ffd228a47b7e71.tar.xz
drakx-edb713d81c8e736d9ce14e8bd6ffd228a47b7e71.zip
don't use standalone while installing
Diffstat (limited to 'perl-install/harddrake/v4l.pm')
-rw-r--r--perl-install/harddrake/v4l.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/harddrake/v4l.pm b/perl-install/harddrake/v4l.pm
index aa80e2fd8..5e00b668d 100644
--- a/perl-install/harddrake/v4l.pm
+++ b/perl-install/harddrake/v4l.pm
@@ -2,7 +2,6 @@ package harddrake::v4l;
use strict;
-use standalone;
use interactive;
use detect_devices;
use lang;
@@ -226,7 +225,7 @@ If your card is misdetected, you can force the right tuner and card types here.
join(' ', map { if_($conf{$_} ne -1, "$_=$conf{$_}") } qw(card pll tuner gbuffers));
if ($options) {
log::l("[harddrake::bttv] $options");
- standalone::explanations("modified file /etc/modules.conf ($options)") if $::isStandalone;
+# standalone::explanations("modified file /etc/modules.conf ($options)") if $::isStandalone;
modules::set_options("bttv", $options);
}
}