summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
Commit message (Expand)AuthorAgeFilesLines
* MFC r291770: rc.subr: Check for running daemons before a custom start_cmdjilles2015-12-181-8/+8
* MFC r286163: rc.subr: Allow rc.conf.d with multi-directory local_startup.jilles2015-10-271-1/+2
* MFH (r275359, r290007): make load_rc_config's name argument optionaldes2015-10-261-19/+22
* MFC r272974,272976:hrs2014-11-021-2/+12
* MFC r272393:hrs2014-10-091-5/+38
* MFC r271545, 271610:hrs2014-10-091-0/+16
* MFH (r270392, r270676, r270679, r270698): add support for subdirectories in r...des2014-09-081-5/+16
* MFC r264243:dteske2014-04-141-8/+267
* - Update rc.d/jail to use a jail(8) configuration file instead ofhrs2013-10-101-22/+0
* Add a setup script for unbound(8) called local-unbound-setup. Itdes2013-09-231-1/+8
* rc.subr: disabling globbing while processing devfs rulesavg2013-03-281-1/+7
* Allow perl scripts to be used in rc.d scriptssmh2013-01-101-1/+1
* Do not put "already running" message when rc_quiet=yes.hrs2012-11-201-1/+4
* Add check_namevarlist() to check if ${name}_var is reserved in rc.subr or not.hrs2012-11-171-0/+17
* Add setfib(1) support for services as <name>_fib in rc.conf.hrs2012-10-271-1/+6
* Allow spaces in _chrootcrees2012-10-271-3/+3
* Whitespace nitkevlo2012-07-131-2/+2
* Put the signal trap output to standard error instead of standard output.delphij2012-02-181-3/+3
* Fix various issues with the NFS and RPC related scripts:dougb2012-02-141-4/+11
* If we're booting there is no need to waste time determining if the servicedougb2012-01-201-1/+1
* Now that its callers have been udpated, remove set_rcvar().dougb2012-01-141-46/+5
* rc.d: document 'quiet' prefix and fix dhclient/devd interactionrea2012-01-121-1/+1
* There is no longer a need to abstract ${rcvar_manpage} as we are notdougb2012-01-081-2/+1
* Spelling fixes for etc/uqs2012-01-071-1/+1
* rc.d: Eliminate some unnecessary non-POSIX constructs:jilles2011-11-081-1/+1
* rc.subr: Make sure all functions are under if [ -z "${_rc_subr_loaded}" ].jilles2011-06-191-2/+2
* rc.subr: Eliminate a fork from check_kern_features, like r223227.jilles2011-06-191-1/+1
* rc.subr: Eliminate about 100 forks from the boot sequence.jilles2011-06-181-5/+5
* Add a helper function to check kern.features.* sysctls.hrs2011-06-111-0/+22
* As previously advertised, remove the error message for enable_quotasdougb2011-04-231-4/+0
* Improve the error handling for the new get_pidfile_from_conf()dougb2011-04-231-2/+6
* Introduce to rc.subr get_pidfile_from_conf(). It does just what it soundsdougb2011-04-231-0/+39
* The change in r206686 to allow the stop argument to work for a servicedougb2011-04-171-1/+2
* Revert r219578dougb2011-03-131-3/+3
* Use the allexport option in load_rc_config() in order to avoid havingdougb2011-03-121-3/+3
* Warn if rules could not be read from a ruleset file. Now at leastjh2011-01-071-1/+4
* Fix silly typo on my part (s/quotas_enable/quota_enable/)dougb2010-08-141-1/+1
* Give people some warning before removing enable_quotasdougb2010-08-141-2/+2
* If a service is running, make 'stop' work even if ${name}_enabledougb2010-04-151-3/+3
* In wait_for_pids(), pwait(1) can return when the process exits, butdougb2010-04-061-1/+4
* Convert to 2-clause license, from NetBSD rc.subr r1.70.emaste2010-01-261-7/+0
* Remove vestigial NetBSD compatibility shim.emaste2010-01-251-11/+1
* Update the comments about files ending in .shdougb2009-12-271-4/+5
* Delete some trailing whitespacedougb2009-12-271-2/+2
* rc.subr: Use pwait in wait_for_pids.jilles2009-12-211-1/+1
* Fix qouting in a comment, to make it look more consistented2009-10-181-1/+1
* Allow $name_program to override $command in a more robust way thatdougb2009-10-151-1/+1
* In regards to the "Starting foo:" type messages at boot time, create anddougb2009-10-101-7/+15
* Fix a case when both ${name}_program and ${command} are defined.hrs2009-10-051-1/+1
* Add a knob to show 'Starting foo:' messages when faststart is used,dougb2009-09-171-1/+7
OpenPOWER on IntegriCloud