index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
etc
/
rc.subr
Commit message (
Expand
)
Author
Age
Files
Lines
*
rc.subr: Check for running daemons before a custom start_cmd is executed.
jilles
2015-12-04
1
-8
/
+8
*
Correctly document the change made in r275359.
des
2015-10-26
1
-2
/
+4
*
Enforce consistent limits of daemons run from rc.subr:
adrian
2015-09-27
1
-1
/
+6
*
Update the comment about handling old-style rc(5) scripts
ngie
2015-08-05
1
-2
/
+5
*
rc.subr: Allow rc.conf.d with multi-directory local_startup.
jilles
2015-08-01
1
-1
/
+2
*
Allow load_rc_config to be called without a service name.
des
2014-12-01
1
-17
/
+18
*
Add env and prepend to _rc_namevarlist.
hrs
2014-10-12
1
-1
/
+1
*
Add ${name}_env and ${name}_prepend. ${name}_env is an argument list which
hrs
2014-10-11
1
-1
/
+11
*
Resurrect set_rcvar() as a function to define a rc.conf variable.
hrs
2014-10-02
1
-5
/
+38
*
Do not set net.inet.ip.{sourceroute,accept_sourceroute} in a vnet jail.
hrs
2014-09-13
1
-0
/
+16
*
- Use $local_startup to load rc.conf.d/* scripts.
hrs
2014-08-27
1
-17
/
+16
*
Allow to configure services from ${LOCALBASE}/etc/rc.conf.d
bapt
2014-08-26
1
-0
/
+4
*
Add support for /etc/rc.conf.d/<service> subdirectories. This is
des
2014-08-23
1
-1
/
+9
*
Loosen the processing of *_IF_aliasN vars to be less strict. Previously,
dteske
2014-04-07
1
-8
/
+267
*
- Update rc.d/jail to use a jail(8) configuration file instead of
hrs
2013-10-10
1
-22
/
+0
*
Add a setup script for unbound(8) called local-unbound-setup. It
des
2013-09-23
1
-1
/
+8
*
rc.subr: disabling globbing while processing devfs rules
avg
2013-03-28
1
-1
/
+7
*
Allow perl scripts to be used in rc.d scripts
smh
2013-01-10
1
-1
/
+1
*
Do not put "already running" message when rc_quiet=yes.
hrs
2012-11-20
1
-1
/
+4
*
Add check_namevarlist() to check if ${name}_var is reserved in rc.subr or not.
hrs
2012-11-17
1
-0
/
+17
*
Add setfib(1) support for services as <name>_fib in rc.conf.
hrs
2012-10-27
1
-1
/
+6
*
Allow spaces in _chroot
crees
2012-10-27
1
-3
/
+3
*
Whitespace nit
kevlo
2012-07-13
1
-2
/
+2
*
Put the signal trap output to standard error instead of standard output.
delphij
2012-02-18
1
-3
/
+3
*
Fix various issues with the NFS and RPC related scripts:
dougb
2012-02-14
1
-4
/
+11
*
If we're booting there is no need to waste time determining if the service
dougb
2012-01-20
1
-1
/
+1
*
Now that its callers have been udpated, remove set_rcvar().
dougb
2012-01-14
1
-46
/
+5
*
rc.d: document 'quiet' prefix and fix dhclient/devd interaction
rea
2012-01-12
1
-1
/
+1
*
There is no longer a need to abstract ${rcvar_manpage} as we are not
dougb
2012-01-08
1
-2
/
+1
*
Spelling fixes for etc/
uqs
2012-01-07
1
-1
/
+1
*
rc.d: Eliminate some unnecessary non-POSIX constructs:
jilles
2011-11-08
1
-1
/
+1
*
rc.subr: Make sure all functions are under if [ -z "${_rc_subr_loaded}" ].
jilles
2011-06-19
1
-2
/
+2
*
rc.subr: Eliminate a fork from check_kern_features, like r223227.
jilles
2011-06-19
1
-1
/
+1
*
rc.subr: Eliminate about 100 forks from the boot sequence.
jilles
2011-06-18
1
-5
/
+5
*
Add a helper function to check kern.features.* sysctls.
hrs
2011-06-11
1
-0
/
+22
*
As previously advertised, remove the error message for enable_quotas
dougb
2011-04-23
1
-4
/
+0
*
Improve the error handling for the new get_pidfile_from_conf()
dougb
2011-04-23
1
-2
/
+6
*
Introduce to rc.subr get_pidfile_from_conf(). It does just what it sounds
dougb
2011-04-23
1
-0
/
+39
*
The change in r206686 to allow the stop argument to work for a service
dougb
2011-04-17
1
-1
/
+2
*
Revert r219578
dougb
2011-03-13
1
-3
/
+3
*
Use the allexport option in load_rc_config() in order to avoid having
dougb
2011-03-12
1
-3
/
+3
*
Warn if rules could not be read from a ruleset file. Now at least
jh
2011-01-07
1
-1
/
+4
*
Fix silly typo on my part (s/quotas_enable/quota_enable/)
dougb
2010-08-14
1
-1
/
+1
*
Give people some warning before removing enable_quotas
dougb
2010-08-14
1
-2
/
+2
*
If a service is running, make 'stop' work even if ${name}_enable
dougb
2010-04-15
1
-3
/
+3
*
In wait_for_pids(), pwait(1) can return when the process exits, but
dougb
2010-04-06
1
-1
/
+4
*
Convert to 2-clause license, from NetBSD rc.subr r1.70.
emaste
2010-01-26
1
-7
/
+0
*
Remove vestigial NetBSD compatibility shim.
emaste
2010-01-25
1
-11
/
+1
*
Update the comments about files ending in .sh
dougb
2009-12-27
1
-4
/
+5
*
Delete some trailing whitespace
dougb
2009-12-27
1
-2
/
+2
[next]