aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql72
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-07-12 09:09:41 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-07-12 09:09:41 +0000
commit2eaa4bc9520f4a77f95122e295e348b55ccc0458 (patch)
tree9df953dce34aa6fab8486bbcdb5dc8e883513e82 /databases/postgresql72
parent971f3d86ce6d42a46129f854b109ae9cc7a1f276 (diff)
downloadports-2eaa4bc9520f4a77f95122e295e348b55ccc0458.tar.gz
ports-2eaa4bc9520f4a77f95122e295e348b55ccc0458.zip
Notes
Diffstat (limited to 'databases/postgresql72')
-rw-r--r--databases/postgresql72/scripts/configure.postgresql4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql72/scripts/configure.postgresql b/databases/postgresql72/scripts/configure.postgresql
index 3a4896dd4e93..725fa6962c97 100644
--- a/databases/postgresql72/scripts/configure.postgresql
+++ b/databases/postgresql72/scripts/configure.postgresql
@@ -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 \