mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
--- Makefile.PL.orig Mon Dec 13 15:13:24 2004
|
|
+++ Makefile.PL Mon Dec 13 15:14:11 2004
|
|
@@ -24,7 +24,7 @@
|
|
);
|
|
|
|
print "What is the name of the Virtual User?\n";
|
|
-my $virtual = getLine();
|
|
+my $virtual = undef;
|
|
while ($virtual) {
|
|
print "What is the dbi driver? (AKA mysql)\n";
|
|
my $driver = getLine();
|