a6d86686ee
rcconf.sh in the last commit.
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'
|