aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.subr
Commit message (Expand)AuthorAgeFilesLines
* - Update rc.d/jail to use a jail(8) configuration file instead ofHiroki Sato2013-10-101-22/+0
* Add a setup script for unbound(8) called local-unbound-setup. ItDag-Erling Smørgrav2013-09-231-1/+8
* rc.subr: disabling globbing while processing devfs rulesAndriy Gapon2013-03-281-1/+7
* Allow perl scripts to be used in rc.d scriptsSteven Hartland2013-01-101-1/+1
* Do not put "already running" message when rc_quiet=yes.Hiroki Sato2012-11-201-1/+4
* Add check_namevarlist() to check if ${name}_var is reserved in rc.subr or not.Hiroki Sato2012-11-171-0/+17
* Add setfib(1) support for services as <name>_fib in rc.conf.Hiroki Sato2012-10-271-1/+6
* Allow spaces in _chrootChris Rees2012-10-271-3/+3
* Whitespace nitKevin Lo2012-07-131-2/+2
* Put the signal trap output to standard error instead of standard output.Xin LI2012-02-181-3/+3
* Fix various issues with the NFS and RPC related scripts:Doug Barton2012-02-141-4/+11
* If we're booting there is no need to waste time determining if the serviceDoug Barton2012-01-201-1/+1
* Now that its callers have been udpated, remove set_rcvar().Doug Barton2012-01-141-46/+5
* rc.d: document 'quiet' prefix and fix dhclient/devd interactionEygene Ryabinkin2012-01-121-1/+1
* There is no longer a need to abstract ${rcvar_manpage} as we are notDoug Barton2012-01-081-2/+1
* Spelling fixes for etc/Ulrich Spörlein2012-01-071-1/+1
* rc.d: Eliminate some unnecessary non-POSIX constructs:Jilles Tjoelker2011-11-081-1/+1
* rc.subr: Make sure all functions are under if [ -z "${_rc_subr_loaded}" ].Jilles Tjoelker2011-06-191-2/+2
* rc.subr: Eliminate a fork from check_kern_features, like r223227.Jilles Tjoelker2011-06-191-1/+1
* rc.subr: Eliminate about 100 forks from the boot sequence.Jilles Tjoelker2011-06-181-5/+5
* Add a helper function to check kern.features.* sysctls.Hiroki Sato2011-06-111-0/+22
* As previously advertised, remove the error message for enable_quotasDoug Barton2011-04-231-4/+0
* Improve the error handling for the new get_pidfile_from_conf()Doug Barton2011-04-231-2/+6
* Introduce to rc.subr get_pidfile_from_conf(). It does just what it soundsDoug Barton2011-04-231-0/+39
* The change in r206686 to allow the stop argument to work for a serviceDoug Barton2011-04-171-1/+2
* Revert r219578Doug Barton2011-03-131-3/+3
* Use the allexport option in load_rc_config() in order to avoid havingDoug Barton2011-03-121-3/+3
* Warn if rules could not be read from a ruleset file. Now at leastJaakko Heinonen2011-01-071-1/+4
* Fix silly typo on my part (s/quotas_enable/quota_enable/)Doug Barton2010-08-141-1/+1
* Give people some warning before removing enable_quotasDoug Barton2010-08-141-2/+2
* If a service is running, make 'stop' work even if ${name}_enableDoug Barton2010-04-151-3/+3
* In wait_for_pids(), pwait(1) can return when the process exits, butDoug Barton2010-04-061-1/+4
* Convert to 2-clause license, from NetBSD rc.subr r1.70.Ed Maste2010-01-261-7/+0
* Remove vestigial NetBSD compatibility shim.Ed Maste2010-01-251-11/+1
* Update the comments about files ending in .shDoug Barton2009-12-271-4/+5
* Delete some trailing whitespaceDoug Barton2009-12-271-2/+2
* rc.subr: Use pwait in wait_for_pids.Jilles Tjoelker2009-12-211-1/+1
* Fix qouting in a comment, to make it look more consistentEd Schouten2009-10-181-1/+1
* Allow $name_program to override $command in a more robust way thatDoug Barton2009-10-151-1/+1
* In regards to the "Starting foo:" type messages at boot time, create andDoug Barton2009-10-101-7/+15
* Fix a case when both ${name}_program and ${command} are defined.Hiroki Sato2009-10-051-1/+1
* Add a knob to show 'Starting foo:' messages when faststart is used,Doug Barton2009-09-171-1/+7
* Add an extension of set_rcvar(), a new function set_rcvar_obsolete(),Hiroki Sato2009-09-121-29/+143
* Now that the last of the *.sh scripts are gone from the base,Doug Barton2009-05-301-2/+2
* Show which rc script is running since the default ^T just shows 'sh' as theAndrew Thompson2008-10-271-0/+1
* Move the diagnostic output when the rc.subr(8) glue automatically starts aMike Makonnen2008-06-231-3/+9
* Make quota knob conform to other rc(8) knobs. Keep older knob forMike Makonnen2008-06-191-0/+4
* Move the check for enabled knobs further down in run_rc_command() soMike Makonnen2008-06-191-14/+14
* o Convert whitespaces to tabs.Maxim Konovalov2008-05-051-2/+2
* o Terminate "case" with "esac" not "fi".Maxim Konovalov2008-05-051-1/+1