From 532d9676ffe9aec77786a2a520a364b4906de4e7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 21 Aug 2003 14:16:45 +0000 Subject: return ok/cancel state --- perl-install/harddrake/v4l.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install') 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; } -- cgit v1.2.1