freebsd-dev/usr.sbin/bsdconfig
Devin Teske 2c4a847864 Fix a bug where command line arguments could be misprocessed if getopts is
used prior to f_dialog_init() -- e.g., in a script that sets
DIALOG_SELF_INITIALIZE to NULL, preventing f_dialog_init() from being run
automaticaly when `dialog.subr' is included. Caused by sub-shell processing
of arguments inheriting prior value of $OPTIND, used by getopts. Solved by
unsetting OPTIND prior to [re-]processing of positional arguments.
2014-09-01 22:53:47 +00:00
..
console Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
diskmgmt Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
docsinstall Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
dot Fix a bug where include file `networking/services.subr' was not being 2014-07-23 21:08:04 +00:00
examples Add example script `add_some_packages.sh', demonstrating how to install 2014-07-22 23:10:12 +00:00
include Add example script `add_some_packages.sh', demonstrating how to install 2014-07-22 23:10:12 +00:00
includes Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
mouse Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
networking Implement GEOM based media device classification. You'll notice a few 2014-04-23 22:04:04 +00:00
packages Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
password Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
security Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
share Fix a bug where command line arguments could be misprocessed if getopts is 2014-09-01 22:53:47 +00:00
startup Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
timezone Remove useless NULL string '' in compound strings. Look very closely. 2014-03-14 02:56:49 +00:00
ttys Performance and debugging enhancements: 2013-12-07 00:31:01 +00:00
usermgmt Rewrite usermgmt -- hooking it into the scripting system with dispatch 2014-03-14 03:42:05 +00:00
bsdconfig Update copyright. 2014-03-14 02:40:52 +00:00
bsdconfig.8 More man pages that need to know about vt in addition to syscons. 2014-08-26 10:55:08 +00:00
Makefile Add new `includes' module for exploring the bsdconfig(8) API. 2013-11-20 20:37:21 +00:00
USAGE Fix typos in the BSD License. 2013-07-07 18:51:44 +00:00