From owner-freebsd-hackers Sat Feb 15 12:58:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA12823 for hackers-outgoing; Sat, 15 Feb 1997 12:58:38 -0800 (PST) Received: from pahtoh.cwu.edu (root@pahtoh.cwu.edu [198.104.65.27]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id MAA12818 for ; Sat, 15 Feb 1997 12:58:36 -0800 (PST) Received: from opus.cts.cwu.edu (skynyrd@opus.cts.cwu.edu [198.104.92.71]) by pahtoh.cwu.edu (8.6.13/8.6.9) with ESMTP id MAA05169; Sat, 15 Feb 1997 12:58:34 -0800 Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.8.5/8.8.5) with SMTP id MAA20928; Sat, 15 Feb 1997 12:58:33 -0800 (PST) Date: Sat, 15 Feb 1997 12:58:33 -0800 (PST) From: Chris Timmons To: Jaye Mathisen cc: hackers@freebsd.org Subject: Re: CVS question, sendmail, named In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk perhaps your CVS repository is stale; it's been in there for nearly 10 days... riffraff:CVSROOT/commitlogs> tail -1000 usrsbin | grep -A10 -B10 sendmail peter 97/02/04 23:29:35 Branch: usr.sbin/sendmail RELENG_2_2 usr.sbin/sendmail/cf RELENG_2_2 usr.sbin/sendmail/cf/cf RELENG_2_2 usr.sbin/sendmail/cf/m4 RELENG_2_2 usr.sbin/sendmail/contrib RELENG_2_2 usr.sbin/sendmail/doc/op RELENG_2_2 usr.sbin/sendmail/mail.local RELENG_2_2 usr.sbin/sendmail/mailstats RELENG_2_2 usr.sbin/sendmail/rmail RELENG_2_2 usr.sbin/sendmail/src RELENG_2_2 Modified: usr.sbin/sendmail RELEASE_NOTES usr.sbin/sendmail/cf README usr.sbin/sendmail/cf/cf Makefile freefall.mc usr.sbin/sendmail/cf/m4 cfhead.m4 proto.m4 version.m4 usr.sbin/sendmail/contrib bsdi.mc re-mqueue.pl usr.sbin/sendmail/doc/op op.me usr.sbin/sendmail/mail.local mail.local.8 mail.local.c usr.sbin/sendmail/mailstats mailstats.8 usr.sbin/sendmail/rmail Makefile rmail.c usr.sbin/sendmail/src Makefile READ_ME alias.c clock.c collect.c conf.c conf.h daemon.c deliver.c envelope.c headers.c main.c map.c mime.c queue.c readcf.c savemail.c sendmail.8 sendmail.h srvrsmtp.c udb.c usersmtp.c util.c version.c Log: Update 8.8.4 -> 8.8.5 on 2.2 branch On Fri, 14 Feb 1997, Jaye Mathisen wrote: > > Might as well whack out a bunch of them in 1 message... > > > My understanding is that for whatever reason, sendmail 8.8.5 is in > -current, but hasn't been tagged for RELENG_2_2. > > So how do I tag my CVS repository locally so that the sendmail from > -current is in my local RELENG_2_2, such that if I check out a tree > with tags RELENG_2_2, I get the sendmail 8.8.5? If I then update my > CVS tree, will it get overwritten with the 8.8.4 stuff? > > Also, is anybody using bind-4.9.5-P1 on a box? Is this in -current? If > so, I'd like to do the same thing to it as sendmail 8.8.5. (bring it into > -GAMMA/RELENG_2_2). > > Is there any reason 8.8.5 isn't tagged into RELENG_2_2? > > >