summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/startup/rcdelete
Commit message (Expand)AuthorAgeFilesLines
* Centralize standard getopts arguments, both for convenience and to correctdteske2013-05-141-1/+1
* Add f_isset() utility subroutine for checking if a variable is set but indteske2013-05-071-1/+1
* Comments.dteske2013-04-261-0/+2
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-221-64/+104
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) anddteske2013-04-221-2/+2
* Don't use f_show_msg() unless printf(1) syntax is required (this reduces thedteske2013-01-141-1/+1
* Add new f_yesno/f_noyes wrapper functions (which take printf(1) syntax).dteske2013-01-141-3/+1
* 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
* Replicate a feature from sysinstall documented indteske2012-11-161-1/+1
* Replace "( : ${var?} )" syntax with better "[ ${var+set} ]" syntax.dteske2012-09-221-2/+2
* Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesigndteske2012-09-211-4/+4
* Replace redirections to /dev/null with "close file-descriptor" syntax (>&-).dteske2012-09-211-4/+4
* Change all invocations of dialog(1) to no-longer require temporary files.dteske2012-09-201-4/+14
* Move major includes into /usr/share/bsdconfig for easy external access.dteske2012-09-181-8/+8
* Import bsdconfig(8) as a replacement for the post-install abilities ofdteske2012-07-141-0/+355
OpenPOWER on IntegriCloud