diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-12-14 12:23:35 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-12-14 12:23:35 +0000 |
commit | 7401228c06c55578218400aec728c82941b2d690 (patch) | |
tree | 70a42998837347b17d1a1897cd99ff2e004994b5 /databases/p5-DBIx-Password/files | |
parent | 595ccd4be508128a04289a3830ec5d0a534f67e5 (diff) | |
download | ports-7401228c06c55578218400aec728c82941b2d690.tar.gz ports-7401228c06c55578218400aec728c82941b2d690.zip |
Actually honor BATCH mode - skip the interactive definition of virtual
users.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=124002
Diffstat (limited to 'databases/p5-DBIx-Password/files')
-rw-r--r-- | databases/p5-DBIx-Password/files/batch.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Password/files/batch.patch b/databases/p5-DBIx-Password/files/batch.patch new file mode 100644 index 000000000000..93f4c9153834 --- /dev/null +++ b/databases/p5-DBIx-Password/files/batch.patch @@ -0,0 +1,11 @@ +--- 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(); |