aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix24
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-08-20 10:05:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-08-20 10:05:43 +0000
commit3eb5fe10de4dfa4613a1181c47b4bcf3c3f8b545 (patch)
treea63b42a0bf4b3ce2e8377b6d51f7db510f6918f8 /mail/postfix24
parent94941e8e221059ade2d6a1e45b9a716db4e309a4 (diff)
downloadports-3eb5fe10de4dfa4613a1181c47b4bcf3c3f8b545.tar.gz
ports-3eb5fe10de4dfa4613a1181c47b4bcf3c3f8b545.zip
Correct the size of the dialog box so dialog(1) doesn't bug out and trash
the unused lower half Submitted by: eric
Notes
Notes: svn path=/head/; revision=46522
Diffstat (limited to 'mail/postfix24')
-rw-r--r--mail/postfix24/scripts/configure.postfix4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix
index ae2c6fd9f837..86c1ebf9edbb 100644
--- a/mail/postfix24/scripts/configure.postfix
+++ b/mail/postfix24/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.11 2001-08-20 10:05:43 kris Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -12,7 +12,7 @@ if [ "${BATCH}" = "yes" ]; then
else
/usr/bin/dialog --title "Postfix configuration options" --clear \
--checklist "\n\
-Please select desired options:" -1 -1 16 \
+Please select desired options:" -1 -1 8 \
PCRE "Perl Compatible Regular Expressions" OFF \
SASL "Cyrus SASL (Simple Authentication and Security Layer)" OFF \
DB3 "Berkeley DB3 (required if SASL also built with DB3)" OFF \