On Thu, Mar 02, 2000 at 07:59:39PM -0500, James Howard wrote:
> At a site I am working at, we need to be able to limit which users can
> bind a socket to an address under IPv4.  Basically, bind() needs to check
> the caller's groups and if you are one of several allowable groups, let it
> pass, otherwise, error out.
> 
> Now, I glanced over the bind() code and it does not look that
> difficult.  The problem is how do we keep up with -STABLE
> afterwards?  Using CVSup, out changes will get clobbered every time.  Is
> there a facility where you can keep up with the source but let local
> modifications through?

Yup, just use cvsup to maintain an up to date copy of the repository
localy and then cvs checkout your source tree from there.  This allows
you to keep in sync and keep local modifications in your tree.  Updates
take longer and I recommend updating ports via direct cvsup instead of
via cvs checkout (it's much faster if you aren't modifying ports), but
it works quite well.

-- Brooks

-- 
Any statement of the form "X is the one, true Y" is FALSE.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to