diff options
author | erwin <erwin@FreeBSD.org> | 2003-07-12 17:09:41 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-07-12 17:09:41 +0800 |
commit | 8109788b5ec750eec57b50f5681bf9dec0d78592 (patch) | |
tree | 4aab1b073646d7498d3be5819a92c32dc0cf19ed /databases | |
parent | a9a870038d54ee629d9ebdc1636a711aa9cb197c (diff) | |
download | freebsd-ports-gnome-8109788b5ec750eec57b50f5681bf9dec0d78592.tar.gz freebsd-ports-gnome-8109788b5ec750eec57b50f5681bf9dec0d78592.tar.zst freebsd-ports-gnome-8109788b5ec750eec57b50f5681bf9dec0d78592.zip |
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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql72/scripts/configure.postgresql | 4 |
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 \ |