summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakxtv
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-05-13 18:51:35 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-05-13 18:51:35 +0000
commitcf9d480e25a0901956bf1385a31ec4d249bf503c (patch)
tree067980030fdc4fcfceb816973e5d0161da159388 /perl-install/standalone/drakxtv
parent699956b475a85e9f886f5f7f7d0f27e96334eb79 (diff)
downloaddrakx-cf9d480e25a0901956bf1385a31ec4d249bf503c.tar
drakx-cf9d480e25a0901956bf1385a31ec4d249bf503c.tar.gz
drakx-cf9d480e25a0901956bf1385a31ec4d249bf503c.tar.bz2
drakx-cf9d480e25a0901956bf1385a31ec4d249bf503c.tar.xz
drakx-cf9d480e25a0901956bf1385a31ec4d249bf503c.zip
help perl_checker by providing an empty prototype
Diffstat (limited to 'perl-install/standalone/drakxtv')
-rwxr-xr-xperl-install/standalone/drakxtv4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv
index 4c258dbf9..ce9908811 100755
--- a/perl-install/standalone/drakxtv
+++ b/perl-install/standalone/drakxtv
@@ -31,7 +31,7 @@ use common;
my $in = 'interactive'->vnew;
-sub scan4channels {
+sub scan4channels() {
# xawtv has been installed by DrakX when/if it's detected a tv
# card.
@@ -129,7 +129,7 @@ You can install it by typing \"urpmi xawtv\" as root, in a console.")));
}
my @devices = grep { $_->{media_type} eq 'MULTIMEDIA_VIDEO' || $_->{driver} eq 'usbvision' } detect_devices::probeall(1);
-push @devices, { driver => 'bttv', description => 'dummy' } if $::testing && !@devices;
+push @devices, { driver => 'bttv', description => 'dummy' } if $::testingv && !@devices;
if (@devices) {
# TODO: That need some work for multiples TV cards
foreach (@devices) {