From 9555bb791920e8feace953f90cf908e864451b59 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Jul 2002 07:45:08 +0000 Subject: various cleanups: - move all harddrake modules to harddrake namespace - replace two use by require so that it's not done at compil time but at runtime - there was a missing $ in harddrake::ui.pm --- perl-install/harddrake/bttv.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/harddrake/bttv.pm') diff --git a/perl-install/harddrake/bttv.pm b/perl-install/harddrake/bttv.pm index c9464158e..3c3802609 100644 --- a/perl-install/harddrake/bttv.pm +++ b/perl-install/harddrake/bttv.pm @@ -1,4 +1,4 @@ -package bttv; +package harddrake::bttv; use strict; @@ -204,7 +204,7 @@ If your card is misdetected, you can force the right tuner and card types here. my $options = 'radio=' . ($conf{radio} ? 1 : 0) . ' '. join(' ', map { if_($conf{$_} ne -1, "$_=$conf{$_}") } qw(card pll tuner gbuffers)); - log::l("[harddrake::tv] $options"); + log::l("[harddrake::bttv] $options"); standalone::explanations("modified file /etc/modules.conf ($options)"); modules::set_options("bttv", $options) if $options; } -- cgit v1.2.1