History log of /freebsd-10-stable/usr.sbin/sysrc/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
337588 10-Aug-2018 dteske

MFC SVN r336350: Send sysrc(8) error message to stderr (not stdout)

PR: bin/229806
Reported by: Andreas Sommer <andreas.sommer87@googlemail.com>
Sponsored by: Smule, Inc.

292833 28-Dec-2015 dteske

MFC r290337: Add sysrc(8) support for "rc.conf.d"

Differential Revision: https://reviews.freebsd.org/D3551
Reviewed by: allanjude
Relnotes: yes

290312 02-Nov-2015 dteske

MFC r287413: Minor code cleanups (no functional changes).

290311 02-Nov-2015 dteske

MFC r287390: Bump version for altered long-opts processing

290310 02-Nov-2015 dteske

MFC r287389: Simplify long-option processing

290308 02-Nov-2015 dteske

MFC r287385: Bump version for prior fix (SVN r287381)

290307 02-Nov-2015 dteske

MFC r287384:
Style: Remove whitespace around brackets from function syntax options

290306 02-Nov-2015 dteske

MFC r287383: Comment for escape() function.

290305 02-Nov-2015 dteske

MFC r287382: Comment

290304 02-Nov-2015 dteske

MFC r287381: Properly escape arguments when moving into jail or chroot

290303 02-Nov-2015 dteske

MFC r287380: Style: comments

290302 02-Nov-2015 dteske

MFC r287379: Style consistency: add single space before each `;;' case entry

290301 02-Nov-2015 dteske

MFC r287378:
Remove `SYSRC_' prefix from $SYSRC_VERBOSE (prefix unnecessary since
this is a non-inheritable attribute; was previously).

290300 02-Nov-2015 dteske

MFC r287421: Fix mandoc(1) "WARNING: end of line whitespace"

290299 02-Nov-2015 dteske

Snap to breuffer's r286660 (incorrectly merged)

290297 02-Nov-2015 dteske

MFC r287420: Remove non-functional examples.

288397 29-Sep-2015 bdrewery

MFC r287979:

Remove redundant beforeinstall.

282204 28-Apr-2015 dteske

MFC r281780: Update usage statement; align with post-r279624.

280390 23-Mar-2015 dteske

MFC revisions 274068, 274119, 279624:
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

272191 26-Sep-2014 dteske

MFC revisions 268860, 268863:
r268860: Minor enhancements, bug fixes, and man-page adjustments.
r268863: Bump .Dd in manual

Reported by: lme
Approved by: re (gjb)

260679 15-Jan-2014 dteske

MFC r257824,257826-257830,258411: Updates to sysrc(8)
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)

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


252987 07-Jul-2013 dteske

Fix typos in the BSD License.


252800 05-Jul-2013 dteske

Update release info.


252799 05-Jul-2013 dteske

Update copyright/date on the back of r252798.


252798 05-Jul-2013 dteske

Update sysrc(8) manual to coincide with r252797:

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).


252797 05-Jul-2013 dteske

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).


246546 08-Feb-2013 dteske

Remove NO_OBJ from Makefiles that generate manuals because this causes the
GZIP compressed manuals to appear in ./src instead of the appropriate obj dir.

PR: conf/175844
Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com>


241565 14-Oct-2012 dteske

Mirror the changes made in SVN r240798:

Replace "( : ${var?} )" syntax with better "[ ${var+set} ]" syntax.

Reviewed by: adrian (co-mentor)
Approved by: adrian (co-mentor)


241243 06-Oct-2012 joel

mdoc: begin sentences on a new line.


241242 06-Oct-2012 joel

Minor mdoc fix.


241241 06-Oct-2012 joel

Remove trailing whitespace.


241182 04-Oct-2012 joel

Fix HISTORY.


241168 03-Oct-2012 zeising

Sort manual page cross references.

Approved by: joel (mentor)


241167 03-Oct-2012 zeising

Remove whitespace at EOL

Approved by: joel (mentor)


241149 03-Oct-2012 dteske

Import sysutils/sysrc from the ports tree (current version 5.1). Importing
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)