summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_auto_install.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-10-05 10:58:10 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-10-05 10:58:10 +0000
commit34a4ad0da23d861507343f0e26ca8d2ff5b6dbd7 (patch)
treea59878cbf2ea3f7aaf333659f00fd9fde1efd1f5 /perl-install/install_steps_auto_install.pm
parent0b065a954ffd4c09a1d9236f5c3c185ddcdc4151 (diff)
downloaddrakx-backup-do-not-use-34a4ad0da23d861507343f0e26ca8d2ff5b6dbd7.tar
drakx-backup-do-not-use-34a4ad0da23d861507343f0e26ca8d2ff5b6dbd7.tar.gz
drakx-backup-do-not-use-34a4ad0da23d861507343f0e26ca8d2ff5b6dbd7.tar.bz2
drakx-backup-do-not-use-34a4ad0da23d861507343f0e26ca8d2ff5b6dbd7.tar.xz
drakx-backup-do-not-use-34a4ad0da23d861507343f0e26ca8d2ff5b6dbd7.zip
Add a dummy ask_yesorno for autoinstalls
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r--perl-install/install_steps_auto_install.pm4
1 files changed, 4 insertions, 0 deletions
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) = @_;
}