13 lines
174 B
Bash
13 lines
174 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
# PROVIDE: rcconf
|
||
|
# REQUIRE: initdiskless
|
||
|
# BEFORE: disks initrandom
|
||
|
# KEYWORD: FreeBSD
|
||
|
|
||
|
echo "Loading configuration files."
|
||
|
load_rc_config 'XXX'
|