Summary: | [Maintainer Update] Minor bug fixes to sysutils/bsdconfig | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Devin Teske <dteske> | ||||
Component: | Individual Port(s) | Assignee: | Wesley Shields <wxs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Devin Teske
![]() ![]() Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->eadler eadler@ wants this port PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: eadler->wxs Grab from eadler@. 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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, with minor changes. Thanks! |