head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2002.12.22.22.25.53;	author dillon;	state dead;
branches;
next	1.1;

1.1
date	2002.12.22.22.18.41;	author dillon;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Forgot to add rcconf.sh to the Makefile, and forgot to rename rcconf to
rcconf.sh in the last commit.
@
text
@#!/bin/sh
#
# $FreeBSD: src/etc/rc.d/rcconf,v 1.1 2002/12/22 22:18:41 dillon Exp $
#

# PROVIDE: rcconf
# REQUIRE: initdiskless
# BEFORE:  disks initrandom
# KEYWORD: FreeBSD

echo "Loading configuration files."
load_rc_config 'XXX'
@


1.1
log
@Do not unconditionally load the configuration files for the RCNG case.
Instead, load them as part of the rc.d system.  This allows us to prioritize
the initidiskless script so it runs before the configuration files are loaded
and allows us to get rid of the exit 2 hack in /etc/rc.  The exit 2 never
worked anyway since it did not unset the prior configuration, causing the
diskless code to not operate properly.

Do a major cleanup and revamping of the diskless code for RCNG.  This will
be backported to the non-RCNG scripts as well as -stable.

With suggestions from: Mike Makonnen <mtm@@identd.net>
MFC after:	7 days
@
text
@d3 1
a3 1
# $FreeBSD$
@

