| Commit | Line | Data |
|---|---|---|
| 9c600e7d MD |
1 | #!/bin/sh |
| 2 | # | |
| 3 | # $FreeBSD: src/etc/rc.d/rcconf.sh,v 1.2 2003/01/25 20:02:35 mtm Exp $ | |
| 696a5717 | 4 | # $DragonFly: src/etc/rc.d/rcconf.sh,v 1.4 2005/11/19 21:47:32 swildner Exp $ |
| 9c600e7d MD |
5 | # |
| 6 | ||
| 7 | # PROVIDE: rcconf | |
| 8 | # REQUIRE: initdiskless | |
| 5ee7b598 | 9 | # BEFORE: devfs |
| 9c600e7d MD |
10 | |
| 11 | . /etc/rc.subr | |
| 0c823069 | 12 | dummy_rc_command "$1" |
| 9c600e7d MD |
13 | |
| 14 | echo "Loading configuration files." | |
| 15 | load_rc_config 'XXX' |