diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-27 19:34:11 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-27 19:34:11 +0000 |
commit | aa73a14a706556fb33387b48fb353e8bee20adc8 (patch) | |
tree | 1e6ae8094e4501d3b9f6d2f4ba1139fcd8be9c50 /net/papaya-plugins/scripts | |
parent | add clip 0.96 (diff) |
Make the dialog(1) title correct (this script was copied from the Postfix
port and still had a Postfix title).
PR: 33254
Submitted by: David Taylor <davidt@yadt.co.uk>
Diffstat (limited to 'net/papaya-plugins/scripts')
-rw-r--r-- | net/papaya-plugins/scripts/configure.papaya-plugins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/papaya-plugins/scripts/configure.papaya-plugins b/net/papaya-plugins/scripts/configure.papaya-plugins index d76e65adac71..1fd436d2c55a 100644 --- a/net/papaya-plugins/scripts/configure.papaya-plugins +++ b/net/papaya-plugins/scripts/configure.papaya-plugins @@ -6,7 +6,7 @@ tempfile=`mktemp -t checklist` if [ "${BATCH}" = "yes" ]; then set \"common\" else - /usr/bin/dialog --title "Postfix configuration options" --clear \ + /usr/bin/dialog --title "Papaya-plugins configuration options" --clear \ --checklist "\n\ Please select desired options:" -1 -1 8 \ common "Enable common generic plugins" ON \ |