summaryrefslogtreecommitdiff
path: root/mail/sympa/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sympa/patches/patch-aa')
-rw-r--r--mail/sympa/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/sympa/patches/patch-aa b/mail/sympa/patches/patch-aa
new file mode 100644
index 00000000000..036e3f45380
--- /dev/null
+++ b/mail/sympa/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/01/22 15:56:33 manu Exp $
+--- check_perl_modules.pl.orig Mon Jan 13 14:33:06 2003
++++ check_perl_modules.pl Mon Jan 13 14:34:01 2003
+@@ -159,9 +159,9 @@
+ }
+
+ printf "Description: %s\n", $opt_features{$module};
+ print "Install module $module ? [$default]";
+- my $answer = <STDIN>; chomp $answer;
++ $answer = "";
+ $answer ||= $default;
+ next unless ($answer =~ /^y$/i);
+ CPAN::Shell->conf('inactivity_timeout', 4);
+ CPAN::Shell->install($module);