Date: Tue, 6 May 2003 22:31:44 -0700 (PDT) From: Doug Barton <DougB@FreeBSD.org> To: "."@babolo.ru Cc: hackers@freebsd.org Subject: Re: Bridge config in /etc/rc (patch) Message-ID: <20030506222607.A5620@znfgre.qbhto.arg> In-Reply-To: <1052264838.054534.2270.nullmailer@cicuta.babolo.ru> References: <1052264838.054534.2270.nullmailer@cicuta.babolo.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 7 May 2003 .@babolo.ru wrote: > There no sed or grep in /bin or /sbin This was another reason for my suggestion to keep the code simple, even if I forgot to say it. :) Anything involving networking has to be dead simple, because of some of the circular dependencies that you mentioned. > Just as example - mount /usr from > nfs server, which is possible after > net setup, which is possible after > sed use, but sed will be useable latter... > > It's time to invent new command as > set bridge_* :-) Yeah, that's more or less the direction I started heading mentally when I was trying to unravel a way to do the devfs stuff without completely losing my mind. I ultimately went a different direction for that particular problem, but the idea of a "variable finder" function in /etc/rc.subr is percolating back there somewhere. It sounds simple, until you take a look at how many variables are actually set by rc, infinitely variable user environments, etc.... Doug -- This .signature sanitized for your protection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030506222607.A5620>