aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.subr
Commit message (Expand)AuthorAgeFilesLines
* Allow load_rc_config to be called without a service name.Dag-Erling Smørgrav2014-12-011-17/+18
* Add env and prepend to _rc_namevarlist.Hiroki Sato2014-10-121-1/+1
* Add ${name}_env and ${name}_prepend. ${name}_env is an argument list whichHiroki Sato2014-10-111-1/+11
* Resurrect set_rcvar() as a function to define a rc.conf variable.Hiroki Sato2014-10-021-5/+38
* Do not set net.inet.ip.{sourceroute,accept_sourceroute} in a vnet jail.Hiroki Sato2014-09-131-0/+16
* - Use $local_startup to load rc.conf.d/* scripts.Hiroki Sato2014-08-271-17/+16
* Allow to configure services from ${LOCALBASE}/etc/rc.conf.dBaptiste Daroussin2014-08-261-0/+4
* Add support for /etc/rc.conf.d/<service> subdirectories. This isDag-Erling Smørgrav2014-08-231-1/+9
* Loosen the processing of *_IF_aliasN vars to be less strict. Previously,Devin Teske2014-04-071-8/+267
* - 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