aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig/share/script.subr
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* Rewrite usermgmt -- hooking it into the scripting system with dispatchDevin Teske2014-03-141-0/+6
* Change dipatch words from group* to *Group to backward compatible withDevin Teske2014-03-071-3/+3
* Rewrite groupmgmt -- hooking it into the scripting system with dispatchDevin Teske2014-03-071-0/+6
* Centralize function name. Update a comment while here.Devin Teske2014-03-071-4/+5
* Allow dispatched reswords to carry arguments. Fix a comment while here.Devin Teske2014-03-071-8/+7
* Fix typos in the BSD License.Devin Teske2013-07-071-2/+2
* Be consistent with other usr.sbin programs w/respect to the copyrightDevin Teske2013-07-071-1/+1
* Add the necessary code to reinstall packages. Both scripted accessDevin Teske2013-07-051-0/+1
* Add the necessary code to uninstall packages (re-install still pending).Devin Teske2013-07-051-0/+1
* Add the beginnings of the old networking services functionality ofDevin Teske2013-07-051-0/+4
* Add the necessary code to install packages (uninstall and re-install stillDevin Teske2013-07-051-0/+1
* Add mustberoot.subr to the list of includes for scripts, exposing the helperDevin Teske2013-07-051-0/+1
* Merge r248313 from stable/9 sysinstall(8) to head bsdconfig(8):Devin Teske2013-06-231-1/+3
* Alphabetize reserved-word (resword) registration.Devin Teske2013-06-191-4/+4
* Alphabetize includes.Devin Teske2013-06-191-1/+1
* Commit first portion of package module -- this includes the ability to viewDevin Teske2013-05-071-0/+4
* Re-organize and add missing installVarDefaults and mediaSetDirectory.Devin Teske2013-05-071-15/+31
* Partially uncommit r249779. The changes to share/common.subr were goodDevin Teske2013-04-221-25/+12
* Fix "-D file" to automagically enable debugging if not explicitly disabled.Devin Teske2013-04-221-12/+25
* Import media selection/preparation framework (sysinstall inspired). MakesDevin Teske2013-02-251-5/+28
* Backward compatibility fix: treat cmds loaded as a script as nonInteractiveDevin Teske2013-01-201-2/+17
* Add support for scripting (sysinstall style).Devin Teske2013-01-051-0/+139