From owner-cvs-all@FreeBSD.ORG Fri Jun 22 01:46:16 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA0E9106564A; Fri, 22 Jun 2012 01:46:16 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3F2928FC16; Fri, 22 Jun 2012 01:46:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q5M1kGg8047847; Fri, 22 Jun 2012 01:46:16 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5M1kGe5047846; Fri, 22 Jun 2012 01:46:16 GMT (envelope-from wxs) Message-Id: <201206220146.q5M1kGe5047846@repoman.freebsd.org> From: Wesley Shields Date: Fri, 22 Jun 2012 01:46:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bsdconfig Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 01:46:16 -0000 wxs 2012-06-22 01:46:16 UTC FreeBSD ports repository Modified files: sysutils/bsdconfig Makefile distinfo Log: Update to 0.7.2. "When editing a user's password or account expiration property, choosing cancel or pressing ESC while editing the value manually would cause the value to be blanked rather than preserved. This has been fixed and pressing ESC (or choosing cancel) now preserves the value as expected. Executing "bsdconfig foo" when LANG is set to "EN_US.ISO8859-1" produces a non-i18n-compatible error message: "bsdconfig: foo: not found" (when it should produce: "bsdconfig: foo: NOT FOUND"). This has been fixed by adding the appropriate i18n messages and changing the code to use them. Executing "bsdconfig -h" when LANG is set to an unknown language (for which there are no bsdconfig localized language files), the output did not display appropriately. This has been fixed. Executing "bsdconfig timezone -h" (for example) when LANG is set to an unkown language had similar issues to the above." PR: ports/169306 Submitted by: dteske@ Revision Changes Path 1.3 +2 -2 ports/sysutils/bsdconfig/Makefile 1.3 +4 -4 ports/sysutils/bsdconfig/distinfo