Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 1995 21:21:45 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        fenner@parc.xerox.com (Bill Fenner)
Cc:        kuku@gilberto.physik.rwth-aachen.de, freebsd-hackers@freefall.cdrom.com
Subject:   Re: mrouted
Message-ID:  <199506210421.VAA03292@gndrsh.aac.dev.com>
In-Reply-To: <95Jun20.175033pdt.49859@crevenia.parc.xerox.com> from "Bill Fenner" at Jun 20, 95 05:50:19 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> In message <199506201907.VAA09251@gilberto.physik.rwth-aachen.de> you write:
> >I assume it is mrouted 3.5 that is now in -current although I could
> >find any version string saying that definitely.
> 
> It's too bad the import destroys the RCS ID's, or you could tell by them.  You 
> can also tell by /usr/src/usr.sbin/mrouted/dvmrp.h; it's 
> PROTOCOL_VERSION.MROUTED_VERSION .

Small technical correction, it is not the import that destroys the
RCS ID's.  It is the cvs co operation that wipes them out.  If and/or
when we go back to my hacks that where in cvs from the XFree86 folks
these $Id$'s will magically come back for 90% of our files (those files
that someone has manually mucked with the $Id$ in a commit will be
harder to clean up).

Case in point, from the repository for the file mentioned above here
is what is actually stored in the RCS ,v file:
@
text
@/*
 * The mrouted program is covered by the license in the accompanying file
 * named "LICENSE".  Use of the mrouted program represents acceptance of
 * the terms and conditions listed in that file.
 *
 * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
 * Leland Stanford Junior University.
 *
 *
 * $Id: dvmrp.h,v 3.5 1995/05/09 01:00:39 fenner Exp $
 */ 

Notice what is stored is 3.5, though what I have checked out in
/usr/src says: 
 * $Id: dvmrp.h,v 1.2 1994/09/08 02:51:14 wollman Exp $

[Whoopss.. that is on the RELENG_2_1_0 branch,
this should really be 1.3 per freefall's /usr/src:]
 * $Id: dvmrp.h,v 1.3 1995/06/13 18:04:41 wollman Exp $

And someone may have spammed my abitility to easily make this come
back with a few cvs/rcs hacks file with this part of a commit: [Though
I think the 3.5 Id will take precident.

1.2
log
@Make it compile and (except for mrouted which is untested as yet) run.
Some of these ``modified'' files aren't really modified at all, but CVS
isn't smart enough to know the difference.
@
text
@d10 1
a10 1
 * $Id: dvmrp.h,v 1.6 1994/08/24 23:53:30 thyagara Exp $
d105 1


> 
> Can you kill -USR1 `cat /var/run/mrouted.pid`, and kill -USR2 `cat 
> /var/run/mrouted.pid`, and email me the /var/tmp/mrouted.dump and 
> /var/tmp/mrouted.cache that those two commands create?
> 
> (you should do the "kill" commands while running 'sd').
> 
> Thanks,
>   Bill
> 
> 


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                   Custom computers for FreeBSD



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