diff options
author | kris <kris@FreeBSD.org> | 2001-08-20 18:05:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-20 18:05:43 +0800 |
commit | 1b4f21aa28f98bb41ee6b161414015f006eb7f32 (patch) | |
tree | 75a460218c3a2b2788652ade46934b878631e3ca /mail/postfix27 | |
parent | ab436060a1b8ab838031732120b8156b64e501c9 (diff) | |
download | freebsd-ports-gnome-1b4f21aa28f98bb41ee6b161414015f006eb7f32.tar.gz freebsd-ports-gnome-1b4f21aa28f98bb41ee6b161414015f006eb7f32.tar.zst freebsd-ports-gnome-1b4f21aa28f98bb41ee6b161414015f006eb7f32.zip |
Correct the size of the dialog box so dialog(1) doesn't bug out and trash
the unused lower half
Submitted by: eric
Diffstat (limited to 'mail/postfix27')
-rw-r--r-- | mail/postfix27/scripts/configure.postfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix27/scripts/configure.postfix b/mail/postfix27/scripts/configure.postfix index c30b0913a791..d9bb56d1ed34 100644 --- a/mail/postfix27/scripts/configure.postfix +++ b/mail/postfix27/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/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 \ |