ports/54293: [patch][non-maintainer] add identification to postgresql72 configuration dialog

Mark Linimon linimon at lonesome.com
Wed Jul 9 23:50:13 UTC 2003


>Number:         54293
>Category:       ports
>Synopsis:       [patch][non-maintainer] add identification to postgresql72 configuration dialog
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 09 16:50:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	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.
>How-To-Repeat:
	make install
>Fix:

--- postgresql72/scripts/configure.postgresql.dist	Fri Feb  7 05:00:47 2003
+++ postgresql72/scripts/configure.postgresql	Wed Jul  9 18:46:40 2003
@@ -9,7 +9,7 @@
 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 @@
 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 \
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list