Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 1996 15:27:13 -0600
From:      Nate Williams <nate@sri.MT.net>
To:        "Marc G. Fournier" <scrappy@ki.net>
Cc:        "Marc G. Fournier" <scrappy@freefall.freebsd.org>, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org
Subject:   Re: cvs commit:  src/usr.sbin/cron/crontab crontab.c
Message-ID:  <199604092127.PAA29242@rocky.sri.MT.net>
In-Reply-To: <Pine.BSI.3.92.960409164509.9514p-100000@freebsd.ki.net>
References:  <199604092028.NAA10327@freefall.freebsd.org> <Pine.BSI.3.92.960409164509.9514p-100000@freebsd.ki.net>

next in thread | previous in thread | raw e-mail | index | archive | help

> 
> 	Can someone tell me how to actually put this into -stable as
> well?

..
> I would assume I'd have to checkout the 2.1.0 version, then install the
> patch and then commit again?

Yep.  To checkout the -stable version, you would do:
% cvs co -r RELENG_2_1_0 crontab
...
% vi <file>
% cvs commit
....

And you're done.  OR, you can do this and hope it works in the same
directory as you did the -current sources.

% cvs update -r RELENG_2_1_0
This will update the 'sticky' tag on that directory to that of -stable,
but you must make sure that there are no conflicts when doing this.



Nate



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