"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@
FreeBSD Operating System. Feature-highlights include (but are not limited to):
- Modular, stable, efficient and i18n-compatible.
- Easily maintained/extendable sh(1) source/syntax.
- Works with both dialog(1) in base and Xdialog(1) from ports (x11/xdialog).
- rc.conf(5) configuration/management based on sysutils/sysrc
- Timezone configuration based on sysutils/tzdialog
- Networking management based on sysutils/host-setup
WWW: http://druidbsd.sourceforge.net/
PR: ports/169257
Submitted by: dteske@