From 808a36ef658c1810327b5d329469bcf5dad24b28 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 14 Jan 1997 07:20:47 +0000 Subject: Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. --- usr.sbin/IPXrouted/Makefile | 2 +- usr.sbin/IPXrouted/af.c | 2 +- usr.sbin/IPXrouted/af.h | 2 +- usr.sbin/IPXrouted/defs.h | 2 +- usr.sbin/IPXrouted/if.c | 2 +- usr.sbin/IPXrouted/input.c | 2 +- usr.sbin/IPXrouted/interface.h | 2 +- usr.sbin/IPXrouted/main.c | 2 +- usr.sbin/IPXrouted/output.c | 2 +- usr.sbin/IPXrouted/protocol.h | 2 +- usr.sbin/IPXrouted/sap.h | 2 +- usr.sbin/IPXrouted/sap_input.c | 2 +- usr.sbin/IPXrouted/sap_output.c | 2 +- usr.sbin/IPXrouted/sap_tables.c | 2 +- usr.sbin/IPXrouted/startup.c | 2 +- usr.sbin/IPXrouted/table.h | 2 +- usr.sbin/IPXrouted/tables.c | 2 +- usr.sbin/IPXrouted/timer.c | 2 +- usr.sbin/IPXrouted/trace.c | 2 +- usr.sbin/IPXrouted/trace.h | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) (limited to 'usr.sbin/IPXrouted') diff --git a/usr.sbin/IPXrouted/Makefile b/usr.sbin/IPXrouted/Makefile index 7d4e41c..aae4fb4 100644 --- a/usr.sbin/IPXrouted/Makefile +++ b/usr.sbin/IPXrouted/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id: Makefile,v 1.4 1995/03/15 08:44:14 jhay Exp $ +# $FreeBSD$ PROG= IPXrouted MAN8= IPXrouted.8 diff --git a/usr.sbin/IPXrouted/af.c b/usr.sbin/IPXrouted/af.c index e7d6d9b..64fb89e 100644 --- a/usr.sbin/IPXrouted/af.c +++ b/usr.sbin/IPXrouted/af.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: af.c,v 1.1 1995/10/26 21:28:13 julian Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/af.h b/usr.sbin/IPXrouted/af.h index 2781cef..3fdc060 100644 --- a/usr.sbin/IPXrouted/af.h +++ b/usr.sbin/IPXrouted/af.h @@ -36,7 +36,7 @@ * * @(#)af.h 8.1 (Berkeley) 6/5/93 * - * $Id: af.h,v 1.3 1995/10/11 18:57:09 jhay Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/IPXrouted/defs.h b/usr.sbin/IPXrouted/defs.h index e26dbac..04b43fa 100644 --- a/usr.sbin/IPXrouted/defs.h +++ b/usr.sbin/IPXrouted/defs.h @@ -34,7 +34,7 @@ * * @(#)defs.h 8.1 (Berkeley) 6/5/93 * - * $Id: defs.h,v 1.2 1995/10/27 10:48:25 julian Exp $ + * $FreeBSD$ */ #include diff --git a/usr.sbin/IPXrouted/if.c b/usr.sbin/IPXrouted/if.c index 3ea0d51..34c96bc 100644 --- a/usr.sbin/IPXrouted/if.c +++ b/usr.sbin/IPXrouted/if.c @@ -34,7 +34,7 @@ * * static char sccsid[] = "@(#)if.c 5.1 (Berkeley) 6/4/85"; (routed/if.c) * - * $Id: if.c,v 1.2 1995/10/11 18:57:14 jhay Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/input.c b/usr.sbin/IPXrouted/input.c index 02dcfe9..3cce6c3 100644 --- a/usr.sbin/IPXrouted/input.c +++ b/usr.sbin/IPXrouted/input.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: input.c,v 1.2 1995/11/13 21:01:30 julian Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/interface.h b/usr.sbin/IPXrouted/interface.h index f80ced8..56ce15c 100644 --- a/usr.sbin/IPXrouted/interface.h +++ b/usr.sbin/IPXrouted/interface.h @@ -34,7 +34,7 @@ * * @(#)interface.h 8.1 (Berkeley) 6/5/93 * - * $Id: interface.h,v 1.3 1995/10/11 18:57:19 jhay Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/IPXrouted/main.c b/usr.sbin/IPXrouted/main.c index 40e5e7a..fffee4d 100644 --- a/usr.sbin/IPXrouted/main.c +++ b/usr.sbin/IPXrouted/main.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: main.c,v 1.3 1995/12/09 09:42:03 julian Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/output.c b/usr.sbin/IPXrouted/output.c index 27d55dd..89e9b7d 100644 --- a/usr.sbin/IPXrouted/output.c +++ b/usr.sbin/IPXrouted/output.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: output.c,v 1.3 1996/04/13 15:13:20 jhay Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/protocol.h b/usr.sbin/IPXrouted/protocol.h index 4a7ab85..57affd2 100644 --- a/usr.sbin/IPXrouted/protocol.h +++ b/usr.sbin/IPXrouted/protocol.h @@ -37,7 +37,7 @@ * * @(#)protocol.h 8.1 (Berkeley) 6/5/93 * - * $Id: protocol.h,v 1.1 1995/10/26 21:28:21 julian Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/IPXrouted/sap.h b/usr.sbin/IPXrouted/sap.h index 1c74e3f..e48d216 100644 --- a/usr.sbin/IPXrouted/sap.h +++ b/usr.sbin/IPXrouted/sap.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sap.h,v 1.2 1995/10/27 10:48:31 julian Exp $ + * $FreeBSD$ */ #ifndef _SAP_H_ #define _SAP_H_ diff --git a/usr.sbin/IPXrouted/sap_input.c b/usr.sbin/IPXrouted/sap_input.c index 2ca15e8..a6d865e 100644 --- a/usr.sbin/IPXrouted/sap_input.c +++ b/usr.sbin/IPXrouted/sap_input.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sap_input.c,v 1.1 1995/10/26 21:28:23 julian Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/IPXrouted/sap_output.c b/usr.sbin/IPXrouted/sap_output.c index 1de0259..c25f0e7 100644 --- a/usr.sbin/IPXrouted/sap_output.c +++ b/usr.sbin/IPXrouted/sap_output.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sap_output.c,v 1.4 1996/04/13 15:13:24 jhay Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/IPXrouted/sap_tables.c b/usr.sbin/IPXrouted/sap_tables.c index 4f64a4c..39f451c 100644 --- a/usr.sbin/IPXrouted/sap_tables.c +++ b/usr.sbin/IPXrouted/sap_tables.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sap_tables.c,v 1.9 1995/10/11 18:57:29 jhay Exp $ + * $FreeBSD$ */ #include "defs.h" diff --git a/usr.sbin/IPXrouted/startup.c b/usr.sbin/IPXrouted/startup.c index a711de3..a9f882d 100644 --- a/usr.sbin/IPXrouted/startup.c +++ b/usr.sbin/IPXrouted/startup.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: startup.c,v 1.3 1996/02/20 23:11:24 julian Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/table.h b/usr.sbin/IPXrouted/table.h index 496e2e4..dca2252 100644 --- a/usr.sbin/IPXrouted/table.h +++ b/usr.sbin/IPXrouted/table.h @@ -36,7 +36,7 @@ * * @(#)table.h 8.1 (Berkeley) 6/5/93 * - * $Id: table.h,v 1.1 1995/10/26 21:28:26 julian Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/IPXrouted/tables.c b/usr.sbin/IPXrouted/tables.c index 15c4398..640cf0a 100644 --- a/usr.sbin/IPXrouted/tables.c +++ b/usr.sbin/IPXrouted/tables.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tables.c,v 1.1 1995/10/26 21:28:27 julian Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/timer.c b/usr.sbin/IPXrouted/timer.c index d7e8124..3792997 100644 --- a/usr.sbin/IPXrouted/timer.c +++ b/usr.sbin/IPXrouted/timer.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: timer.c,v 1.8 1995/10/11 18:57:32 jhay Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/trace.c b/usr.sbin/IPXrouted/trace.c index e703d21..af4df01 100644 --- a/usr.sbin/IPXrouted/trace.c +++ b/usr.sbin/IPXrouted/trace.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: trace.c,v 1.1 1995/10/26 21:28:29 julian Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/trace.h b/usr.sbin/IPXrouted/trace.h index 9de7826..e6f144d 100644 --- a/usr.sbin/IPXrouted/trace.h +++ b/usr.sbin/IPXrouted/trace.h @@ -37,7 +37,7 @@ * * @(#)trace.h 8.1 (Berkeley) 6/5/93 * - * $Id: trace.h,v 1.2 1995/10/27 10:48:31 julian Exp $ + * $FreeBSD$ */ /* -- cgit v1.1