1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

One irritation with using portupgrade -a is that you are

suddenly confronted with configuration dialogs for which
you don't know the port.  This adds one such label.

PR:		54293
Submitted by:	Mark Linimon <linimon@lonesome.com>
Approved by:	maintainer
This commit is contained in:
Erwin Lansing 2003-07-12 09:09:41 +00:00
parent 971f3d86ce
commit 2eaa4bc952
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84754

View File

@ -9,7 +9,7 @@ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
fi
if [ ! "${BATCH}" ]; then
dialog --title "Backup your data NOW" \
dialog --title "Backup your PostgreSQL data NOW" \
--yesno "As always, backup your data before
upgrading. If the upgrade leads to a higher
minor revision (e.g. 7.1.x -> 7.2, a dump
@ -23,7 +23,7 @@ fi
if [ "${BATCH}" ]; then
set \"MultiByte\" \"KRB5\"
else
/usr/bin/dialog --title "configuration options" --clear \
/usr/bin/dialog --title "PostgreSQL 7.2 configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 3 \
MultiByte "Multibyte for Multilingualism" ON \