From owner-cvs-usrsbin Tue Apr 9 14:28:32 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA15867 for cvs-usrsbin-outgoing; Tue, 9 Apr 1996 14:28:32 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA15840 Tue, 9 Apr 1996 14:28:12 -0700 (PDT) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id PAA29242; Tue, 9 Apr 1996 15:27:13 -0600 Date: Tue, 9 Apr 1996 15:27:13 -0600 From: Nate Williams Message-Id: <199604092127.PAA29242@rocky.sri.MT.net> To: "Marc G. Fournier" Cc: "Marc G. Fournier" , 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 In-Reply-To: References: <199604092028.NAA10327@freefall.freebsd.org> Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > 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 % 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