As I recall, Will Andrews wrote:
> On Wed, Mar 08, 2000 at 09:32:30AM -0700, Chad R. Larson wrote:
> > I put my CVSup files in a seperate directory (/usr/sup). I have
> > files for src doc and ports, and run the CVSup's by hand before
> > doing a "make world".
>
> This is precisely the same method I use to update my -CURRENT and -STABLE
> sources as well as my CVS repository.
>
> I customize them as far as needed, then I just run
> # cd /usr/sup && cvsup <supfile>
Though my command looks like
#!/bin/csh
echo "CVSup started at `date`" > SupLog
cvsup -P- -L2 -g cvsupfile >>& SupLog
echo "CVSup completed at `date`" >> SupLog
-crl
--
Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm?
[EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message