From 34a4ad0da23d861507343f0e26ca8d2ff5b6dbd7 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 5 Oct 2004 10:58:10 +0000 Subject: Add a dummy ask_yesorno for autoinstalls --- perl-install/install_steps_auto_install.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/install_steps_auto_install.pm') diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm index 4f90d7c69..318cb728b 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -91,6 +91,10 @@ sub ask_warn { log::l(ref($_[1]) ? join " ", @{$_[1]} : $_[1]); } +sub ask_yesorno { + 1; #- yes +} + sub wait_message { my ($_o, $_title, $_message) = @_; } -- cgit v1.2.1