77c1940282
Approved by: markm (mentor)(implicit) Noticed by: kris
15 lines
190 B
Bash
15 lines
190 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: rcconf
|
|
# REQUIRE: initdiskless
|
|
# BEFORE: disks initrandom
|
|
# KEYWORD: FreeBSD
|
|
|
|
. /etc/rc.subr
|
|
|
|
echo "Loading configuration files."
|
|
load_rc_config 'XXX'
|