On Wed, Mar 29, 2000 at 06:46:07AM -0800, Ron 'The InSaNe One' Rosson wrote:
> Times are a changing for me..
>
> I just have been tasked with what are the requirements to maintain a
> local cvsup server for our personal use. Is there a guide/link/? to show
> one how to go about this.
Easiest
The easiest way to get started is:
# cd /usr/ports/net/cvsup-mirror
# make
# make install
Then look to see what it did (for instance, it will put a command
into /etc/crontab to cvsup periodically; and it will put a cvsupd.sh
script into /usr/local/etc/rc.d, to start the cvsupd daemon.).