Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2000 17:16:52 -0800
From:      Brooks Davis <brooks@one-eyed-alien.net>
To:        James Howard <howardjp@wam.umd.edu>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Keeping using locally modified source
Message-ID:  <20000302171652.A22288@orion.ac.hmc.edu>
In-Reply-To: <200003030059.TAA29567@rac4.wam.umd.edu>; from howardjp@wam.umd.edu on Thu, Mar 02, 2000 at 07:59:39PM -0500
References:  <200003030059.TAA29567@rac4.wam.umd.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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