rc.d: Fix eval bug in routed script
[dragonfly.git] / etc / rc.d / rcconf
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
10 dummy_rc_command "$1"
11
12 echo "Loading configuration files."
13 load_rc_config 'XXX'