summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/networking/hostname
Commit message (Collapse)AuthorAgeFilesLines
* More whitespace.dteske2013-06-241-1/+1
|
* Centralize standard getopts arguments, both for convenience and to correctdteske2013-05-141-1/+1
| | | | | | | | | a bug in which certain combinations of arguments produced unexpected results such as `-dX' (now properly produces debugging and X11), `-XS' (now properly produces X11 in secure mode), `-df-' (enables debugging when reading a script from standard-input, etc. Multi-word variations such as `-d -X', `-X -S', `-d -f-', `-d -f -', etc. also work as expected. Also tested were variations in argument order, which are now working as expected.
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-221-0/+3
| | | | | | | | possible to save keystrokes. Second, overhaul startup/rcdelete for much improved performance. Last, but not least, kill-off useage of --clear and implement --keep-tite in harmony to minimize jarring transitions. Also, fix local variable names where necessary while we're here with other minor comment-enhancements/typo-corrections.
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) anddteske2013-04-221-2/+2
| | | | | | improve debugging initialization. Also fixup USAGE statements while we're here. Also, change initialization of main program to _not_ change working directory, allowing the debugFile to be relative without confusion.
* Add more debugging to help with diagnosis of program-flow when needed.dteske2012-12-251-0/+1
|
* Remove unnecessary duplicate initialization of the dialog(1) API (automaticallydteske2012-12-251-1/+0
| | | | bootstrapped on-include unless DIALOG_SELF_INITIALIZE is set to NO before-hand)
* Replicate a feature from sysinstall documented indteske2012-11-161-1/+1
| | | | | | | | | | | | stable/9/usr.sbin/sysinstall/help/shortcuts.hlp (reproduced below): If /usr/sbin/sysinstall is linked to another filename, say `/usr/local/bin/configPackages', then the basename will be used as an implicit command name. To get a list of modules you can link to, see `bsdconfig -h' output. Approved by: adrian (co-mentor) (implicit)
* Move major includes into /usr/share/bsdconfig for easy external access.dteske2012-09-181-6/+6
| | | | | Reviewed by: adrian (co-mentor) Approved by: adrian (co-mentor)
* Import bsdconfig(8) as a replacement for the post-install abilities ofdteske2012-07-141-0/+73
deprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required. Submitted by: Devin Teske (dteske), Ron McDowell <rcm@fuzzwad.org> Reviewed by: Ron McDowell <rcm@fuzzwad.org> Approved by: Ed Maste (emaste)
OpenPOWER on IntegriCloud