freebsd-dev/usr.sbin/bsdconfig
Devin Teske e4cb6ac115 Fix a bug in which the user's choice to Cancel was not recognized. This was
caused by the standard (and correct) behavior of the shell to discard the
return status of lvalue-operands in a pipe-chain.

The solution is to not pipe the file-acquisition directly into sort(1) but
instead store the output (allowing immediate testing of the return status)
and later sort it.
2013-06-02 23:20:46 +00:00
..
console Standardize the way functions build their arguments leading up to a dialog 2013-06-02 20:02:50 +00:00
diskmgmt Centralize standard getopts arguments, both for convenience and to correct 2013-05-14 03:21:13 +00:00
docsinstall Centralize standard getopts arguments, both for convenience and to correct 2013-05-14 03:21:13 +00:00
dot Explicitly track "script.subr" which wasn't showing up in the graph because 2013-05-07 04:47:56 +00:00
examples
include Fix i18n violations in the package management module. A few words like 2013-05-12 00:46:18 +00:00
mouse Standardize the way functions build their arguments leading up to a dialog 2013-06-02 20:02:50 +00:00
networking Make some obvious consolidations in local declaration for readability. 2013-06-02 23:05:01 +00:00
packages Centralize standard getopts arguments, both for convenience and to correct 2013-05-14 03:21:13 +00:00
password Standardize the way functions build their arguments leading up to a dialog 2013-06-02 20:02:50 +00:00
security Standardize the way functions build their arguments leading up to a dialog 2013-06-02 20:02:50 +00:00
share Fix a bug in which the user's choice to Cancel was not recognized. This was 2013-06-02 23:20:46 +00:00
startup Improvements to whitespace and comments. 2013-06-02 22:34:40 +00:00
timezone Standardize the way functions build their arguments leading up to a dialog 2013-06-02 20:02:50 +00:00
ttys Centralize standard getopts arguments, both for convenience and to correct 2013-05-14 03:21:13 +00:00
usermgmt Change the name of a couple of functions in `usermgmt/user_input.subr' to 2013-06-02 23:12:32 +00:00
bsdconfig Make some obvious consolidations in local declaration for readability. 2013-06-02 23:05:01 +00:00
bsdconfig.8
Makefile Commit first portion of package module -- this includes the ability to view 2013-05-07 05:40:20 +00:00
USAGE Add new flags -d' (sets debug=1) and -D file' (sets debugFile) and 2013-04-22 05:02:34 +00:00