summaryrefslogtreecommitdiff
path: root/net/papaya-plugins/scripts
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-27 19:34:11 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-27 19:34:11 +0000
commitaa73a14a706556fb33387b48fb353e8bee20adc8 (patch)
tree1e6ae8094e4501d3b9f6d2f4ba1139fcd8be9c50 /net/papaya-plugins/scripts
parentadd 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-plugins2
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 \