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>
This commit is contained in:
Pete Fritchman 2001-12-27 19:34:11 +00:00
parent f7e76f9068
commit aa73a14a70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52261

View file

@ -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 \