summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/v4l.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-21 14:16:45 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-21 14:16:45 +0000
commit532d9676ffe9aec77786a2a520a364b4906de4e7 (patch)
tree3873bed4717aa1cec3e6f0d0fa1cbff83b2e2f38 /perl-install/harddrake/v4l.pm
parentbaff37790b3af19746b35cc4148a766a09088578 (diff)
downloaddrakx-532d9676ffe9aec77786a2a520a364b4906de4e7.tar
drakx-532d9676ffe9aec77786a2a520a364b4906de4e7.tar.gz
drakx-532d9676ffe9aec77786a2a520a364b4906de4e7.tar.bz2
drakx-532d9676ffe9aec77786a2a520a364b4906de4e7.tar.xz
drakx-532d9676ffe9aec77786a2a520a364b4906de4e7.zip
return ok/cancel state
Diffstat (limited to 'perl-install/harddrake/v4l.pm')
-rw-r--r--perl-install/harddrake/v4l.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/harddrake/v4l.pm b/perl-install/harddrake/v4l.pm
index a48ffeca6..16fae2bc7 100644
--- a/perl-install/harddrake/v4l.pm
+++ b/perl-install/harddrake/v4l.pm
@@ -247,7 +247,9 @@ If your card is misdetected, you can force the right tuner and card types here.
# log::explanations("modified file /etc/modules.conf ($options)") if $::isStandalone;
modules::set_options("bttv", $options);
}
+ return 1;
}
+ return 0;
}