xref: /dragonfly/etc/rc.d/rcconf (revision 35e996c9)
1#!/bin/sh
2#
3# $FreeBSD: src/etc/rc.d/rcconf.sh,v 1.2 2003/01/25 20:02:35 mtm Exp $
4#
5
6# PROVIDE: rcconf
7# REQUIRE: initdiskless
8
9. /etc/rc.subr
10dummy_rc_command "$1"
11
12echo "Loading configuration files."
13load_rc_config 'XXX'
14