summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/rcconf.sh
blob: a4a3745b388d87c68fd9f0406376cab0fc533f5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# $FreeBSD$
#

# PROVIDE: rcconf
# REQUIRE: initdiskless
# BEFORE:  disks initrandom

. /etc/rc.subr

echo "Loading configuration files."
load_rc_config 'XXX'
OpenPOWER on IntegriCloud