Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 1999 17:47:19 +0000
From:      Josef Karthauser <joe@pavilion.net>
To:        freebsd-hackers@FreeBSD.ORG
Subject:   Jordan!  Did you break rc.conf today? :)
Message-ID:  <19990210174719.A60173@florence.pavilion.net>

next in thread | raw e-mail | index | archive | help
Hi Jordan,

I've just updated a production server to latest RELENG_3, and oops.

/etc/rc.conf:

...

#       $Id: rc.conf,v 1.1 1999/02/09 22:15:18 jkh Exp $

rc_conf_files="/etc/rc.conf /etc/rc.conf.local"

...

for i in ${rc_conf_files}; do
        if [ -f $i ]; then
                . $i
        fi
done
---

Oops, rc.conf gets into a big spin now cos it pulls itself in.

Probably my fault cos I copied the version from /etc/defaults/rc.conf over
the top of /etc/rc.conf because there was no reference to the one in
defaults in any of the rc.* scripts.

Joe.
-- 
Josef Karthauser	FreeBSD: How many times have you booted today?
Technical Manager	Viagra for your server (http://www.uk.freebsd.org)
Pavilion Internet plc.  [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk]

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990210174719.A60173>