summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysrc
Commit message (Collapse)AuthorAgeFilesLines
* Mirror the changes made in SVN r240798:dteske2012-10-141-4/+3
| | | | | | | Replace "( : ${var?} )" syntax with better "[ ${var+set} ]" syntax. Reviewed by: adrian (co-mentor) Approved by: adrian (co-mentor)
* mdoc: begin sentences on a new line.joel2012-10-061-10/+20
|
* Minor mdoc fix.joel2012-10-061-1/+1
|
* Remove trailing whitespace.joel2012-10-061-1/+1
|
* Fix HISTORY.joel2012-10-041-1/+1
|
* Sort manual page cross references.zeising2012-10-031-5/+6
| | | | Approved by: joel (mentor)
* Remove whitespace at EOLzeising2012-10-031-16/+16
| | | | Approved by: joel (mentor)
* Import sysutils/sysrc from the ports tree (current version 5.1). Importingdteske2012-10-033-0/+921
disconnected under the WITH_BSDCONFIG flag (a good idea since this version of sysrc(8) indeed requires the `sysrc.subr' module installed by bsdconfig(8)). Multiple reasons sysrc should not simply continue to live in ports. The most important being that it is tightly coupled with the base. Approved by: adrian (co-mentor)
OpenPOWER on IntegriCloud