aboutsummaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2014-12-01 12:29:59 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2014-12-01 12:29:59 +0000
commitcd06771f0c1b1ab57a433c594426b61f124e7ca6 (patch)
treee6c666cd2a93992911e373cf500fd18270cae7ac /etc/rc
parente27961a496322e2590da29f3c5fe710b269e6754 (diff)
Notes
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc7
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/rc b/etc/rc
index 21efc18c8a73b..4efc293b6b2b6 100644
--- a/etc/rc
+++ b/etc/rc
@@ -69,19 +69,16 @@ fi
# and to make the configuration file variables available to rc itself.
#
. /etc/rc.subr
-load_rc_config 'XXX'
+load_rc_config
# If we receive a SIGALRM, re-source /etc/rc.conf; this allows rc.d
# scripts to perform "boot-time configuration" including enabling and
# disabling rc.d scripts which appear later in the boot order.
-trap "_rc_conf_loaded=false; load_rc_config 'XXX'" ALRM
+trap "_rc_conf_loaded=false; load_rc_config" ALRM
skip="-s nostart"
if [ `/sbin/sysctl -n security.jail.jailed` -eq 1 ]; then
skip="$skip -s nojail"
- if [ "$early_late_divider" = "FILESYSTEMS" ]; then
- early_late_divider=NETWORKING
- fi
if [ `/sbin/sysctl -n security.jail.vnet` -ne 1 ]; then
skip="$skip -s nojailvnet"
fi