Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 1995 03:34:20 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@FreeBSD.org
Subject:   sysconfig
Message-ID:  <199504011734.DAA16054@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
I'm now fairly happy with the way /etc/rc stuff is done.

I've noticed a problem with the way sysconfig is used: netstart, (etc.)
doesn't source it directly, so netstart only work when sourced from rc.
netstart should probably source sysconfig for itself and be run by `sh'
instead of `.' from rc.  The "#!/bin/sh" line in netstart is bogus now
because netstart isn't self-supporting; it is also bogus because
netstart is installed with perms 644.

Bruce



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