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:
parent
f7e76f9068
commit
aa73a14a70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52261
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue