From edb713d81c8e736d9ce14e8bd6ffd228a47b7e71 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 Sep 2002 11:20:20 +0000 Subject: don't use standalone while installing --- perl-install/harddrake/v4l.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/harddrake/v4l.pm') 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); } } -- cgit v1.2.1