summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysrc
Commit message (Collapse)AuthorAgeFilesLines
* MFC r290337: Add sysrc(8) support for "rc.conf.d"dteske2015-12-282-12/+238
| | | | | | Differential Revision: https://reviews.freebsd.org/D3551 Reviewed by: allanjude Relnotes: yes
* MFC r287413: Minor code cleanups (no functional changes).dteske2015-11-021-14/+12
|
* MFC r287390: Bump version for altered long-opts processingdteske2015-11-021-1/+1
|
* MFC r287389: Simplify long-option processingdteske2015-11-021-14/+10
|
* MFC r287385: Bump version for prior fix (SVN r287381)dteske2015-11-021-1/+1
|
* MFC r287384:dteske2015-11-021-1/+1
| | | | Style: Remove whitespace around brackets from function syntax options
* MFC r287383: Comment for escape() function.dteske2015-11-021-0/+8
|
* MFC r287382: Commentdteske2015-11-021-1/+1
|
* MFC r287381: Properly escape arguments when moving into jail or chrootdteske2015-11-021-1/+22
|
* MFC r287380: Style: commentsdteske2015-11-021-4/+4
|
* MFC r287379: Style consistency: add single space before each `;;' case entrydteske2015-11-021-19/+19
|
* MFC r287378:dteske2015-11-021-12/+12
| | | | | Remove `SYSRC_' prefix from $SYSRC_VERBOSE (prefix unnecessary since this is a non-inheritable attribute; was previously).
* MFC r287421: Fix mandoc(1) "WARNING: end of line whitespace"dteske2015-11-021-15/+15
|
* Snap to breuffer's r286660 (incorrectly merged)dteske2015-11-021-2/+0
|
* MFC r287420: Remove non-functional examples.dteske2015-11-021-22/+1
|
* MFC r287979:bdrewery2015-09-291-4/+0
| | | | Remove redundant beforeinstall.
* MFC r281780: Update usage statement; align with post-r279624.dteske2015-04-281-1/+1
|
* MFC revisions 274068, 274119, 279624:dteske2015-03-232-13/+199
| | | | | | | | | | r274068: Add key+=append syntax to sysrc(8) r279624: Add key-=remove syntax r274119: Add EXAMPLES-section entries for new syntax Reviewed by: shurd (r274068) Thanks to: seanc Relnotes: sysrc(8) now supports key+=append and key-=remove
* MFC revisions 268860, 268863:dteske2014-09-262-30/+42
| | | | | | | | r268860: Minor enhancements, bug fixes, and man-page adjustments. r268863: Bump .Dd in manual Reported by: lme Approved by: re (gjb)
* MFC r257824,257826-257830,258411: Updates to sysrc(8)dteske2014-01-152-29/+103
| | | | | | | | | | 257824: Fix a bug with `-d' form working as documented 257826: Add `--version' long option 257827: Add a `-c' option for `check only' 257828: Comments and whitespace 257829: Fix a bug with `-e' introduced by above 257828 257830: Document SYSRC_VERBOSE enviroment variable in the manual 258411: Revert the above 257830 (both merged to get .Dd bump in man-page)
* Fix typos in the BSD License.dteske2013-07-071-1/+1
|
* Update release info.dteske2013-07-051-1/+1
|
* Update copyright/date on the back of r252798.dteske2013-07-051-2/+2
|
* Update sysrc(8) manual to coincide with r252797:dteske2013-07-051-7/+3
| | | | | | | | | | | | | Do not inherit $SYSRC_VERBOSE from operating environment. The concern is that when a user (such as myself) which has SYSRC_VERBOSE=1 in his/her ~/.bash_profile or such that when they are told to execute a command like: hostname `sysrc -n hostname` NOTE: To activate a recently configured hostname. If $SYSRC_VERBOSE is set, then POLA is violated because the output of sysrc is indirectly influenced (making for an inconsistent experience).
* Do not inherit $SYSRC_VERBOSE from operating environment. The concern isdteske2013-07-051-8/+2
| | | | | | | | | | | | that when a user (such as myself) which has SYSRC_VERBOSE=1 in his/her ~/.bash_profile or such that when they are told to execute a command like: hostname `sysrc -n hostname` NOTE: To activate a recently configured hostname. If $SYSRC_VERBOSE is set, then POLA is violated because the output of sysrc is indirectly influenced (making for an inconsistent experience).
* Remove NO_OBJ from Makefiles that generate manuals because this causes thedteske2013-02-081-2/+0
| | | | | | | GZIP compressed manuals to appear in ./src instead of the appropriate obj dir. PR: conf/175844 Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com>
* 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