On Thu, Sep 12, 2002 at 04:32:38PM +1000, Luke Mewburn wrote:
>
> It looks fairly good, although I have a couple of comments
>
> * debug() shouldn't read /etc/rc.conf each time it's called;
> non of the other "need stuff from rc.conf" rc.subr functions
> do that (except, of course, load_rc_conf(), but I digress :)
Gah! That's what's been driving me nuts, I was wondering what kept sourceing
/etc/rc.conf. I'm probably going to commit this soon as it'll save on shell
execution.
-gordon