Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2001 18:09:57 -0700
From:      Sean Chittenden <sean-freebsd-arch@chittenden.org>
To:        Kevin Way <kevin.way@overtone.org>
Cc:        freebsd-arch@freebsd.org
Subject:   Re: import NetBSD rc system
Message-ID:  <20010621180957.R90900@rand.tgd.net>
In-Reply-To: <20010621210149.A87391@bean.overtone.org>; from "kevin.way@overtone.org" on Thu, Jun 21, 2001 at = 09:01:49PM
References:  <20010620182320.D99923@dragon.nuxi.com> <20010621210149.A87391@bean.overtone.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--vvRocJ6whMXXNc9q
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

	Are you sure you don't mean something like the following?  -sc

-       . /etc/rc.conf
+       if [ -r /etc/defaults/rc.conf ]; then =20
+               . /etc/defaults/rc.conf
+               source_rc_confs
+       fi
+
+       if [ -r /etc/rc.conf ]; then
+               . /etc/rc.conf
+       fi
+

--=20
Sean Chittenden

--vvRocJ6whMXXNc9q
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Comment: Sean Chittenden <sean@chittenden.org>

iEYEARECAAYFAjsymuQACgkQn09c7x7d+q2UowCgmtklQNVWaX2VleQC/9AMOCBF
99gAoMHxfPinhZm68GBigVeXKBFrh6dB
=tZAs
-----END PGP SIGNATURE-----

--vvRocJ6whMXXNc9q--

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




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