| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Style: Remove whitespace around brackets from function syntax options
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Remove `SYSRC_' prefix from $SYSRC_VERBOSE (prefix unnecessary since
this is a non-inheritable attribute; was previously).
|
| |
|
| |
|
| |
|
|
|
|
| |
Remove redundant beforeinstall.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
r268860: Minor enhancements, bug fixes, and man-page adjustments.
r268863: Bump .Dd in manual
Reported by: lme
Approved by: re (gjb)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
| |
GZIP compressed manuals to appear in ./src instead of the appropriate obj dir.
PR: conf/175844
Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com>
|
|
|
|
|
|
|
| |
Replace "( : ${var?} )" syntax with better "[ ${var+set} ]" syntax.
Reviewed by: adrian (co-mentor)
Approved by: adrian (co-mentor)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: joel (mentor)
|
|
|
|
| |
Approved by: joel (mentor)
|
|
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)
|