From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 9 16:50:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43FA237B404 for ; Wed, 9 Jul 2003 16:50:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EEE243F85 for ; Wed, 9 Jul 2003 16:50:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h69NoAUp065619 for ; Wed, 9 Jul 2003 16:50:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h69NoAhw065618; Wed, 9 Jul 2003 16:50:10 -0700 (PDT) Resent-Date: Wed, 9 Jul 2003 16:50:10 -0700 (PDT) Resent-Message-Id: <200307092350.h69NoAhw065618@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Linimon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B33037B401 for ; Wed, 9 Jul 2003 16:48:02 -0700 (PDT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDFA643F3F for ; Wed, 9 Jul 2003 16:48:01 -0700 (PDT) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 12D50142D7; Wed, 9 Jul 2003 18:47:58 -0500 (CDT) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.9/8.12.3) with ESMTP id h69NpINa096984; Wed, 9 Jul 2003 18:51:22 -0500 (CDT) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.9/8.12.6/Submit) id h69Np5Il096982; Wed, 9 Jul 2003 18:51:05 -0500 (CDT) (envelope-from linimon) Message-Id: <200307092351.h69Np5Il096982@lonesome.lonesome.com> Date: Wed, 9 Jul 2003 18:51:05 -0500 (CDT) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113.1 cc: girgen@pingpong.net Subject: ports/54293: [patch][non-maintainer] add identification to postgresql72 configuration dialog X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 23:50:13 -0000 >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@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: