diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | efabb9ccb197b05958967dd035c279ba3bc19cb0 (patch) | |
tree | 2aca709a2adc99fd79e8420c6abe78733949e203 | |
parent | 06c04c899d1871a26f60711cdbb0ea16e85dfdc7 (diff) | |
download | FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.zip FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.tar.gz |
$Id$ -> $FreeBSD$
1267 files changed, 1298 insertions, 1294 deletions
@@ -1,4 +1,4 @@ -# $Id:$ +# $FreeBSD$ # @(#)COPYRIGHT 8.2 (Berkeley) 3/21/94 All of the documentation and software included in the 4.4BSD and 4.4BSD-Lite @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.226 1999/03/29 10:59:52 obrien Exp $ +# $FreeBSD$ # # The user-driven targets are: # diff --git a/Makefile.inc0 b/Makefile.inc0 index 5c4f48b..b46c65c 100644 --- a/Makefile.inc0 +++ b/Makefile.inc0 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc0,v 1.16 1999/06/05 21:06:59 julian Exp $ +# $FreeBSD$ # # This makefile ensures that the object directory is set according to the # object format to avoid mixing aout and elf formatted files during the diff --git a/Makefile.inc1 b/Makefile.inc1 index cd79174..8fae8e8 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.80 1999/08/06 00:58:41 jdp Exp $ +# $FreeBSD$ # # Make command line options: # -DCLOBBER will remove /usr/include diff --git a/Makefile.upgrade b/Makefile.upgrade index 137afa6..a0a68bc 100644 --- a/Makefile.upgrade +++ b/Makefile.upgrade @@ -1,5 +1,5 @@ # -# $Id: Makefile.upgrade,v 1.15 1999/02/17 20:56:09 msmith Exp $ +# $FreeBSD$ # # This makefile contains rules for preforming upgrades that are outside # the scope of the normal build world process. @@ -1,5 +1,6 @@ This is the top level of the FreeBSD source directory. This file -was last revised on: $Id: README,v 1.13 1998/09/13 09:38:34 markm Exp $ +was last revised on: +$FreeBSD$ For copyright information, please see the file COPYRIGHT in this directory (additional copyright information also exists for some @@ -319,4 +319,4 @@ version of FreeBSD, you are on your own to get to November 18, 1998. Please filter your entries through Warner (imp@village.org) so that the style, formatting, etc of this file can be maintained. -$Id: UPDATING,v 1.39 1999/08/01 18:19:03 imp Exp $ +$FreeBSD$ diff --git a/contrib/telnet/telnetd/authenc.c b/contrib/telnet/telnetd/authenc.c index 3478753..39a38d4 100644 --- a/contrib/telnet/telnetd/authenc.c +++ b/contrib/telnet/telnetd/authenc.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)authenc.c 8.2 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #if defined(AUTHENTICATION) || defined(ENCRYPTION) diff --git a/contrib/telnet/telnetd/global.c b/contrib/telnet/telnetd/global.c index d66c686..0cf95db 100644 --- a/contrib/telnet/telnetd/global.c +++ b/contrib/telnet/telnetd/global.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/contrib/telnet/telnetd/slc.c b/contrib/telnet/telnetd/slc.c index 90780f3..65dc689 100644 --- a/contrib/telnet/telnetd/slc.c +++ b/contrib/telnet/telnetd/slc.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/contrib/telnet/telnetd/state.c b/contrib/telnet/telnetd/state.c index 2aef1dc..4a066b7 100644 --- a/contrib/telnet/telnetd/state.c +++ b/contrib/telnet/telnetd/state.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/contrib/telnet/telnetd/sys_term.c b/contrib/telnet/telnetd/sys_term.c index e8fc3bb..235e409 100644 --- a/contrib/telnet/telnetd/sys_term.c +++ b/contrib/telnet/telnetd/sys_term.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id: sys_term.c,v 1.5 1998/09/01 15:17:28 gpalmer Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/contrib/telnet/telnetd/telnetd.c b/contrib/telnet/telnetd/telnetd.c index b522f19..57e6ed2 100644 --- a/contrib/telnet/telnetd/telnetd.c +++ b/contrib/telnet/telnetd/telnetd.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id: telnetd.c,v 1.8 1999/04/07 10:17:24 brian Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/contrib/telnet/telnetd/termstat.c b/contrib/telnet/telnetd/termstat.c index 99fa3dd..46b20ff 100644 --- a/contrib/telnet/telnetd/termstat.c +++ b/contrib/telnet/telnetd/termstat.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/contrib/telnet/telnetd/utility.c b/contrib/telnet/telnetd/utility.c index 08ad0bb..dc695fa 100644 --- a/contrib/telnet/telnetd/utility.c +++ b/contrib/telnet/telnetd/utility.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id: utility.c,v 1.3 1998/02/16 12:09:28 markm Exp $"; + "$FreeBSD$"; #endif /* not lint */ #ifdef __FreeBSD__ diff --git a/crypto/telnet/telnetd/authenc.c b/crypto/telnet/telnetd/authenc.c index 3478753..39a38d4 100644 --- a/crypto/telnet/telnetd/authenc.c +++ b/crypto/telnet/telnetd/authenc.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)authenc.c 8.2 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #if defined(AUTHENTICATION) || defined(ENCRYPTION) diff --git a/crypto/telnet/telnetd/global.c b/crypto/telnet/telnetd/global.c index d66c686..0cf95db 100644 --- a/crypto/telnet/telnetd/global.c +++ b/crypto/telnet/telnetd/global.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/crypto/telnet/telnetd/slc.c b/crypto/telnet/telnetd/slc.c index 90780f3..65dc689 100644 --- a/crypto/telnet/telnetd/slc.c +++ b/crypto/telnet/telnetd/slc.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/crypto/telnet/telnetd/state.c b/crypto/telnet/telnetd/state.c index 2aef1dc..4a066b7 100644 --- a/crypto/telnet/telnetd/state.c +++ b/crypto/telnet/telnetd/state.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/crypto/telnet/telnetd/sys_term.c b/crypto/telnet/telnetd/sys_term.c index e8fc3bb..235e409 100644 --- a/crypto/telnet/telnetd/sys_term.c +++ b/crypto/telnet/telnetd/sys_term.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id: sys_term.c,v 1.5 1998/09/01 15:17:28 gpalmer Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/crypto/telnet/telnetd/telnetd.c b/crypto/telnet/telnetd/telnetd.c index b522f19..57e6ed2 100644 --- a/crypto/telnet/telnetd/telnetd.c +++ b/crypto/telnet/telnetd/telnetd.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id: telnetd.c,v 1.8 1999/04/07 10:17:24 brian Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/crypto/telnet/telnetd/termstat.c b/crypto/telnet/telnetd/termstat.c index 99fa3dd..46b20ff 100644 --- a/crypto/telnet/telnetd/termstat.c +++ b/crypto/telnet/telnetd/termstat.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/crypto/telnet/telnetd/utility.c b/crypto/telnet/telnetd/utility.c index 08ad0bb..dc695fa 100644 --- a/crypto/telnet/telnetd/utility.c +++ b/crypto/telnet/telnetd/utility.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id: utility.c,v 1.3 1998/02/16 12:09:28 markm Exp $"; + "$FreeBSD$"; #endif /* not lint */ #ifdef __FreeBSD__ diff --git a/kerberos5/lib/libtelnet/Makefile b/kerberos5/lib/libtelnet/Makefile index 1789d4c..c237735 100644 --- a/kerberos5/lib/libtelnet/Makefile +++ b/kerberos5/lib/libtelnet/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ LIB= telnet diff --git a/kerberos5/libexec/telnetd/Makefile b/kerberos5/libexec/telnetd/Makefile index ef3b82c..8c3917a 100644 --- a/kerberos5/libexec/telnetd/Makefile +++ b/kerberos5/libexec/telnetd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $ +# $FreeBSD$ # Do not define -DKLUDGELINEMODE, as it does not interact well with many # telnet implementations. diff --git a/kerberos5/usr.bin/telnet/Makefile b/kerberos5/usr.bin/telnet/Makefile index f9ac31f..809fa8a 100644 --- a/kerberos5/usr.bin/telnet/Makefile +++ b/kerberos5/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $ +# $FreeBSD$ PROG= telnet diff --git a/kerberosIV/Makefile b/kerberosIV/Makefile index b3ce435..5d94416 100644 --- a/kerberosIV/Makefile +++ b/kerberosIV/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1998/09/04 22:18:49 markm Exp $ +# $FreeBSD$ SUBDIR= include lib libexec usr.bin usr.sbin diff --git a/kerberosIV/Makefile.inc b/kerberosIV/Makefile.inc index 0ea8da1..b9a5a17 100644 --- a/kerberosIV/Makefile.inc +++ b/kerberosIV/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ .if !defined(DISTRIBUTION) diff --git a/kerberosIV/include/Makefile b/kerberosIV/include/Makefile index 504da2e..a744304 100644 --- a/kerberosIV/include/Makefile +++ b/kerberosIV/include/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ .if exists(${.OBJDIR}/../../include) INCLUDEOBJDIR= ${.OBJDIR}/../include diff --git a/kerberosIV/lib/Makefile b/kerberosIV/lib/Makefile index 7ec7481..f2b0a53 100644 --- a/kerberosIV/lib/Makefile +++ b/kerberosIV/lib/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ SUBDIR= libroken libsl libacl libkadm libkafs libkdb libkrb libtelnet diff --git a/kerberosIV/lib/Makefile.inc b/kerberosIV/lib/Makefile.inc index 8e7fb59..acd5059 100644 --- a/kerberosIV/lib/Makefile.inc +++ b/kerberosIV/lib/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ SHLIB_MAJOR?= 3 SHLIB_MINOR?= 0 diff --git a/kerberosIV/lib/libacl/Makefile b/kerberosIV/lib/libacl/Makefile index 1233c0f..74a987e 100644 --- a/kerberosIV/lib/libacl/Makefile +++ b/kerberosIV/lib/libacl/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ LIB= acl CFLAGS+= -I${KRB4DIR}/include \ diff --git a/kerberosIV/lib/libkadm/Makefile b/kerberosIV/lib/libkadm/Makefile index 9b510e3..ba33c27 100644 --- a/kerberosIV/lib/libkadm/Makefile +++ b/kerberosIV/lib/libkadm/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ LIB= kadm CFLAGS+= -I${KRB4DIR}/include \ diff --git a/kerberosIV/lib/libkafs/Makefile b/kerberosIV/lib/libkafs/Makefile index d99425e..a49606a 100644 --- a/kerberosIV/lib/libkafs/Makefile +++ b/kerberosIV/lib/libkafs/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ LIB= kafs CFLAGS+= -I${KRB4DIR}/include \ diff --git a/kerberosIV/lib/libkdb/Makefile b/kerberosIV/lib/libkdb/Makefile index b38eb2a..5a67333 100644 --- a/kerberosIV/lib/libkdb/Makefile +++ b/kerberosIV/lib/libkdb/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ LIB= kdb CFLAGS+= -I${KRB4DIR}/include \ diff --git a/kerberosIV/lib/libkrb/Makefile b/kerberosIV/lib/libkrb/Makefile index 1063b31..3544daf 100644 --- a/kerberosIV/lib/libkrb/Makefile +++ b/kerberosIV/lib/libkrb/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/11/18 00:40:07 jdp Exp $ +# $FreeBSD$ LIB= krb CFLAGS+= -I${KRB4DIR}/include \ diff --git a/kerberosIV/lib/libroken/Makefile b/kerberosIV/lib/libroken/Makefile index e709329..4e00a20 100644 --- a/kerberosIV/lib/libroken/Makefile +++ b/kerberosIV/lib/libroken/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:12 markm Exp $ +# $FreeBSD$ LIB= roken CFLAGS+= -I${KRB4DIR}/include \ diff --git a/kerberosIV/lib/libsl/Makefile b/kerberosIV/lib/libsl/Makefile index 7b3a06c..18d82bf 100644 --- a/kerberosIV/lib/libsl/Makefile +++ b/kerberosIV/lib/libsl/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ LIB= sl CFLAGS+= -I${KRB4DIR}/include \ diff --git a/kerberosIV/lib/libtelnet/Makefile b/kerberosIV/lib/libtelnet/Makefile index 1789d4c..c237735 100644 --- a/kerberosIV/lib/libtelnet/Makefile +++ b/kerberosIV/lib/libtelnet/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ LIB= telnet diff --git a/kerberosIV/libexec/Makefile b/kerberosIV/libexec/Makefile index 36f9a31..d8079b3 100644 --- a/kerberosIV/libexec/Makefile +++ b/kerberosIV/libexec/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ SUBDIR= kauthd kipd kpropd telnetd diff --git a/kerberosIV/libexec/Makefile.inc b/kerberosIV/libexec/Makefile.inc index 496b56e..535597e 100644 --- a/kerberosIV/libexec/Makefile.inc +++ b/kerberosIV/libexec/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ BINDIR= /usr/libexec diff --git a/kerberosIV/libexec/kauthd/Makefile b/kerberosIV/libexec/kauthd/Makefile index d4a4190..559ad78 100644 --- a/kerberosIV/libexec/kauthd/Makefile +++ b/kerberosIV/libexec/kauthd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $ +# $FreeBSD$ PROG= kauthd MAN8= ${KRB4DIR}/man/kauthd.8 diff --git a/kerberosIV/libexec/kipd/Makefile b/kerberosIV/libexec/kipd/Makefile index 8873b53..8ac9cbd 100644 --- a/kerberosIV/libexec/kipd/Makefile +++ b/kerberosIV/libexec/kipd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $ +# $FreeBSD$ PROG= kipd NOMAN= yes diff --git a/kerberosIV/libexec/kpropd/Makefile b/kerberosIV/libexec/kpropd/Makefile index 00eceba..7a21ba3 100644 --- a/kerberosIV/libexec/kpropd/Makefile +++ b/kerberosIV/libexec/kpropd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $ +# $FreeBSD$ PROG= kpropd MAN8= ${KRB4DIR}/man/kpropd.8 diff --git a/kerberosIV/libexec/telnetd/Makefile b/kerberosIV/libexec/telnetd/Makefile index ef3b82c..8c3917a 100644 --- a/kerberosIV/libexec/telnetd/Makefile +++ b/kerberosIV/libexec/telnetd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $ +# $FreeBSD$ # Do not define -DKLUDGELINEMODE, as it does not interact well with many # telnet implementations. diff --git a/kerberosIV/usr.bin/Makefile b/kerberosIV/usr.bin/Makefile index 1af6e53..258c347 100644 --- a/kerberosIV/usr.bin/Makefile +++ b/kerberosIV/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ SUBDIR= kadmin kauth kdestroy kinit klist ksrvtgt telnet diff --git a/kerberosIV/usr.bin/Makefile.inc b/kerberosIV/usr.bin/Makefile.inc index 61e68a7..abd146b 100644 --- a/kerberosIV/usr.bin/Makefile.inc +++ b/kerberosIV/usr.bin/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ BINDIR= /usr/bin diff --git a/kerberosIV/usr.bin/kadmin/Makefile b/kerberosIV/usr.bin/kadmin/Makefile index 2abaaeb..e7af692 100644 --- a/kerberosIV/usr.bin/kadmin/Makefile +++ b/kerberosIV/usr.bin/kadmin/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= kadmin MAN8= ${KRB4DIR}/man/kadmin.8 diff --git a/kerberosIV/usr.bin/kauth/Makefile b/kerberosIV/usr.bin/kauth/Makefile index 3b5dd93..bfa9bc2 100644 --- a/kerberosIV/usr.bin/kauth/Makefile +++ b/kerberosIV/usr.bin/kauth/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $ +# $FreeBSD$ PROG= kauth MAN1= ${KRB4DIR}/man/kauth.1 diff --git a/kerberosIV/usr.bin/kdestroy/Makefile b/kerberosIV/usr.bin/kdestroy/Makefile index e1cdfb8..3a4824a 100644 --- a/kerberosIV/usr.bin/kdestroy/Makefile +++ b/kerberosIV/usr.bin/kdestroy/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $ +# $FreeBSD$ PROG= kdestroy MAN1= ${KRB4DIR}/man/kdestroy.1 diff --git a/kerberosIV/usr.bin/kinit/Makefile b/kerberosIV/usr.bin/kinit/Makefile index b32f019..2554c8d 100644 --- a/kerberosIV/usr.bin/kinit/Makefile +++ b/kerberosIV/usr.bin/kinit/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= kinit MAN1= ${KRB4DIR}/man/kinit.1 diff --git a/kerberosIV/usr.bin/klist/Makefile b/kerberosIV/usr.bin/klist/Makefile index 50c51db..03ae469 100644 --- a/kerberosIV/usr.bin/klist/Makefile +++ b/kerberosIV/usr.bin/klist/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $ +# $FreeBSD$ PROG= klist MAN1= ${KRB4DIR}/man/klist.1 diff --git a/kerberosIV/usr.bin/ksrvtgt/Makefile b/kerberosIV/usr.bin/ksrvtgt/Makefile index 5a8f189..4bcb1c9 100644 --- a/kerberosIV/usr.bin/ksrvtgt/Makefile +++ b/kerberosIV/usr.bin/ksrvtgt/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ MAN1= ${KRB4DIR}/man/ksrvtgt.1 diff --git a/kerberosIV/usr.bin/telnet/Makefile b/kerberosIV/usr.bin/telnet/Makefile index f9ac31f..809fa8a 100644 --- a/kerberosIV/usr.bin/telnet/Makefile +++ b/kerberosIV/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $ +# $FreeBSD$ PROG= telnet diff --git a/kerberosIV/usr.sbin/Makefile b/kerberosIV/usr.sbin/Makefile index ee5e94f..398bcd8 100644 --- a/kerberosIV/usr.sbin/Makefile +++ b/kerberosIV/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ SUBDIR= ext_srvtab kadmind kdb_destroy kdb_edit kdb_init kdb_util \ kerberos kip kprop ksrvutil kstash diff --git a/kerberosIV/usr.sbin/Makefile.inc b/kerberosIV/usr.sbin/Makefile.inc index 3b63d97..dab729d 100644 --- a/kerberosIV/usr.sbin/Makefile.inc +++ b/kerberosIV/usr.sbin/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ BINDIR= /usr/sbin diff --git a/kerberosIV/usr.sbin/ext_srvtab/Makefile b/kerberosIV/usr.sbin/ext_srvtab/Makefile index d525b71..0685d55 100644 --- a/kerberosIV/usr.sbin/ext_srvtab/Makefile +++ b/kerberosIV/usr.sbin/ext_srvtab/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/10/02 15:03:20 markm Exp $ +# $FreeBSD$ PROG= ext_srvtab MAN8= ${KRB4DIR}/man/ext_srvtab.8 diff --git a/kerberosIV/usr.sbin/kadmind/Makefile b/kerberosIV/usr.sbin/kadmind/Makefile index 2c2bf50..52698d42 100644 --- a/kerberosIV/usr.sbin/kadmind/Makefile +++ b/kerberosIV/usr.sbin/kadmind/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1998/03/20 17:48:12 markm Exp $ +# $FreeBSD$ PROG= kadmind MAN8= ${KRB4DIR}/man/kadmind.8 diff --git a/kerberosIV/usr.sbin/kdb_destroy/Makefile b/kerberosIV/usr.sbin/kdb_destroy/Makefile index 0c6b1ef..a9ec515 100644 --- a/kerberosIV/usr.sbin/kdb_destroy/Makefile +++ b/kerberosIV/usr.sbin/kdb_destroy/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/10/02 15:03:20 markm Exp $ +# $FreeBSD$ PROG= kdb_destroy MAN8= ${KRB4DIR}/man/kdb_destroy.8 diff --git a/kerberosIV/usr.sbin/kdb_edit/Makefile b/kerberosIV/usr.sbin/kdb_edit/Makefile index 8df998c..3db4b70 100644 --- a/kerberosIV/usr.sbin/kdb_edit/Makefile +++ b/kerberosIV/usr.sbin/kdb_edit/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/10/02 15:03:21 markm Exp $ +# $FreeBSD$ PROG= kdb_edit MAN8= ${KRB4DIR}/man/kdb_edit.8 diff --git a/kerberosIV/usr.sbin/kdb_init/Makefile b/kerberosIV/usr.sbin/kdb_init/Makefile index 937a1b3..e15dae4 100644 --- a/kerberosIV/usr.sbin/kdb_init/Makefile +++ b/kerberosIV/usr.sbin/kdb_init/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/10/02 15:03:21 markm Exp $ +# $FreeBSD$ PROG= kdb_init MAN8= ${KRB4DIR}/man/kdb_init.8 diff --git a/kerberosIV/usr.sbin/kdb_util/Makefile b/kerberosIV/usr.sbin/kdb_util/Makefile index c65a93b..3216250 100644 --- a/kerberosIV/usr.sbin/kdb_util/Makefile +++ b/kerberosIV/usr.sbin/kdb_util/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/10/02 15:03:22 markm Exp $ +# $FreeBSD$ PROG= kdb_util MAN8= ${KRB4DIR}/man/kdb_util.8 diff --git a/kerberosIV/usr.sbin/kerberos/Makefile b/kerberosIV/usr.sbin/kerberos/Makefile index b58848a..1f3300b 100644 --- a/kerberosIV/usr.sbin/kerberos/Makefile +++ b/kerberosIV/usr.sbin/kerberos/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/10/02 15:03:22 markm Exp $ +# $FreeBSD$ PROG= kerberos MAN1= ${KRB4DIR}/man/kerberos.1 diff --git a/kerberosIV/usr.sbin/kip/Makefile b/kerberosIV/usr.sbin/kip/Makefile index c9a88ed..5fbe1d2 100644 --- a/kerberosIV/usr.sbin/kip/Makefile +++ b/kerberosIV/usr.sbin/kip/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $ +# $FreeBSD$ PROG= kip NOMAN= true diff --git a/kerberosIV/usr.sbin/kprop/Makefile b/kerberosIV/usr.sbin/kprop/Makefile index f83b0ce..eb81251 100644 --- a/kerberosIV/usr.sbin/kprop/Makefile +++ b/kerberosIV/usr.sbin/kprop/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $ +# $FreeBSD$ PROG= kprop MAN8= ${KRB4DIR}/man/kprop.8 diff --git a/kerberosIV/usr.sbin/ksrvutil/Makefile b/kerberosIV/usr.sbin/ksrvutil/Makefile index 2b9274d..8799cfc 100644 --- a/kerberosIV/usr.sbin/ksrvutil/Makefile +++ b/kerberosIV/usr.sbin/ksrvutil/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1998/03/20 17:48:14 markm Exp $ +# $FreeBSD$ PROG= ksrvutil MAN8= ${KRB4DIR}/man/ksrvutil.8 diff --git a/kerberosIV/usr.sbin/kstash/Makefile b/kerberosIV/usr.sbin/kstash/Makefile index 1d689df..c46dc20 100644 --- a/kerberosIV/usr.sbin/kstash/Makefile +++ b/kerberosIV/usr.sbin/kstash/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/10/02 15:03:23 markm Exp $ +# $FreeBSD$ PROG= kstash MAN8= ${KRB4DIR}/man/kstash.8 diff --git a/lib/libc/gen/pw_scan.c b/lib/libc/gen/pw_scan.c index d474786..5190686 100644 --- a/lib/libc/gen/pw_scan.c +++ b/lib/libc/gen/pw_scan.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pw_scan.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/lib/libutil/pw_util.c b/lib/libutil/pw_util.c index 057b8bc..207da8f 100644 --- a/lib/libutil/pw_util.c +++ b/lib/libutil/pw_util.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pw_util.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: pw_util.c,v 1.15 1999/06/26 12:15:37 pb Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/release/Makefile b/release/Makefile index cfc4246..350944a 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.503 1999/08/05 08:37:31 jkh Exp $ +# $FreeBSD$ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # diff --git a/release/alpha/fixit_crunch.conf b/release/alpha/fixit_crunch.conf index 3e795d6..c6a1ee9 100644 --- a/release/alpha/fixit_crunch.conf +++ b/release/alpha/fixit_crunch.conf @@ -1,4 +1,4 @@ -# $Id: fixit_crunch.conf,v 1.15 1998/09/19 01:46:22 jkh Exp $ +# $FreeBSD$ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. diff --git a/release/boot_crunch.conf.generic b/release/boot_crunch.conf.generic index b7915b9..5500f4c 100644 --- a/release/boot_crunch.conf.generic +++ b/release/boot_crunch.conf.generic @@ -1,4 +1,4 @@ -# $Id: boot_crunch.conf.generic,v 1.3 1999/07/18 02:20:55 jkh Exp $ +# $FreeBSD$ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 diff --git a/release/boot_crunch.conf.pccard b/release/boot_crunch.conf.pccard index 8534bfd..4c773ff 100644 --- a/release/boot_crunch.conf.pccard +++ b/release/boot_crunch.conf.pccard @@ -1,4 +1,4 @@ -# $Id: boot_crunch.conf.pccard,v 1.1 1999/06/17 19:04:47 markm Exp $ +# $FreeBSD$ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 diff --git a/release/fixit.profile b/release/fixit.profile index be1cbc5..fcd2830 100644 --- a/release/fixit.profile +++ b/release/fixit.profile @@ -1,5 +1,5 @@ : -# $Id: fixit.profile,v 1.6 1997/03/02 11:59:26 joerg Exp $ +# $FreeBSD$ export BLOCKSIZE=K export PS1="Fixit# " diff --git a/release/fixit.services b/release/fixit.services index a985c1f..ff776b2 100644 --- a/release/fixit.services +++ b/release/fixit.services @@ -3,7 +3,7 @@ # # Stripped-down version. # -# $Id$ +# $FreeBSD$ # # WELL KNOWN PORT NUMBERS # diff --git a/release/fixit_crunch.conf b/release/fixit_crunch.conf index 3e795d6..c6a1ee9 100644 --- a/release/fixit_crunch.conf +++ b/release/fixit_crunch.conf @@ -1,4 +1,4 @@ -# $Id: fixit_crunch.conf,v 1.15 1998/09/19 01:46:22 jkh Exp $ +# $FreeBSD$ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. diff --git a/release/picobsd/README.html b/release/picobsd/README.html index d8bc5dc..aca246f 100644 --- a/release/picobsd/README.html +++ b/release/picobsd/README.html @@ -14,6 +14,6 @@ build your version of PicoBSD. <p>Enjoy!</p> -<! $Id: README.html,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ > +<! $FreeBSD$ > </body> </html> diff --git a/release/picobsd/build/Makefile.conf b/release/picobsd/build/Makefile.conf index f5624b6..34160ba 100644 --- a/release/picobsd/build/Makefile.conf +++ b/release/picobsd/build/Makefile.conf @@ -1,4 +1,4 @@ -# $Id: Makefile.conf,v 1.1 1999/08/22 21:42:29 dwhite Exp $ +# $FreeBSD$ # # Makefile for building PICOBSD kernels diff --git a/release/picobsd/build/build b/release/picobsd/build/build index 5fa727e..bc9c367 100755 --- a/release/picobsd/build/build +++ b/release/picobsd/build/build @@ -1,7 +1,7 @@ #!/bin/sh - # -# $Id: build,v 1.15 1999/08/23 08:33:07 luigi Exp $ +# $FreeBSD$ # # You can set the SRC variable which points to your source tree. It's # /usr/src by default (most people shouldn't change it). diff --git a/release/picobsd/build/clean b/release/picobsd/build/clean index dc1d16b..84e09a1 100755 --- a/release/picobsd/build/clean +++ b/release/picobsd/build/clean @@ -1,7 +1,7 @@ #! /bin/sh - # -# $Id: clean,v 1.9 1999/08/22 21:42:30 dwhite Exp $ +# $FreeBSD$ # set -e diff --git a/release/picobsd/build/stage1 b/release/picobsd/build/stage1 index 155750c..285f82f 100755 --- a/release/picobsd/build/stage1 +++ b/release/picobsd/build/stage1 @@ -1,6 +1,6 @@ #! /bin/sh - -# $Id: stage1,v 1.10 1999/08/23 08:33:08 luigi Exp $ +# $FreeBSD$ # # stage1 -- this script fills the mfs for the picobsd kernel diff --git a/release/picobsd/build/write_mfs_in_kernel.c b/release/picobsd/build/write_mfs_in_kernel.c index 93934de..61f9065 100644 --- a/release/picobsd/build/write_mfs_in_kernel.c +++ b/release/picobsd/build/write_mfs_in_kernel.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: write_mfs_in_kernel.c,v 1.3 1997/02/22 14:10:31 peter Exp $ + * $FreeBSD$ * * This program patches a filesystem into a kernel made with MFS_ROOT * option. diff --git a/release/picobsd/dial/Makefile.mfs b/release/picobsd/dial/Makefile.mfs index f81fc92..0041740 100644 --- a/release/picobsd/dial/Makefile.mfs +++ b/release/picobsd/dial/Makefile.mfs @@ -1,5 +1,5 @@ # -# $Id: Makefile.mfs,v 1.1 1999/08/22 21:42:35 dwhite Exp $ +# $FreeBSD$ # DESTDIR?=/mnt diff --git a/release/picobsd/dial/PICOBSD b/release/picobsd/dial/PICOBSD index 7960e4c..7e3a301 100644 --- a/release/picobsd/dial/PICOBSD +++ b/release/picobsd/dial/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.1 1999/08/22 21:42:36 dwhite Exp $ +# $FreeBSD$ # machine i386 cpu I386_CPU diff --git a/release/picobsd/dial/crunch1/Makefile b/release/picobsd/dial/crunch1/Makefile index 000be68..3f18348 100644 --- a/release/picobsd/dial/crunch1/Makefile +++ b/release/picobsd/dial/crunch1/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3.2.1 1999/05/07 10:02:34 abial Exp $ +# $FreeBSD$ # NOCRYPT?= yes SRC?=/usr/src diff --git a/release/picobsd/dial/crunch1/crunch.conf b/release/picobsd/dial/crunch1/crunch.conf index 394b42b..c6a8b5d 100644 --- a/release/picobsd/dial/crunch1/crunch.conf +++ b/release/picobsd/dial/crunch1/crunch.conf @@ -1,4 +1,4 @@ -# $Id: crunch.conf,v 1.7 1999/08/22 21:42:42 dwhite Exp $ +# $FreeBSD$ # # NOTE1: the string "/usr/src" will be automatically replaced with the # correct value set in 'build' script - you should change it there diff --git a/release/picobsd/dial/floppy.tree/etc/mfs.rc b/release/picobsd/dial/floppy.tree/etc/mfs.rc index 27aed76..a774c2b 100644 --- a/release/picobsd/dial/floppy.tree/etc/mfs.rc +++ b/release/picobsd/dial/floppy.tree/etc/mfs.rc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: mfs.rc.en,v 1.2 1999/08/22 21:42:59 dwhite dead $ +# $FreeBSD$ ### WARNING !!!!!! ##### # We remove this file during execution (see EOF). # Awful things happen if its size is > 1024B diff --git a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf b/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf index a25854d..440ba29 100644 --- a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf +++ b/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf @@ -1,4 +1,4 @@ -# $Id: ppp.conf,v 1.2 1998/07/16 23:28:02 abial Exp $ +# $FreeBSD$ # # PPP Sample Configuration File default: diff --git a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf.template b/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf.template index 0856c69..0473c4a 100644 --- a/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf.template +++ b/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf.template @@ -1,5 +1,5 @@ # -# $Id: ppp.conf.template,v 1.2 1998/07/16 23:28:02 abial Exp $ +# $FreeBSD$ # PPP Sample Configuration File # default: diff --git a/release/picobsd/dial/floppy.tree/etc/rc b/release/picobsd/dial/floppy.tree/etc/rc index 61f0212..0b0c1b5 100644 --- a/release/picobsd/dial/floppy.tree/etc/rc +++ b/release/picobsd/dial/floppy.tree/etc/rc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.en,v 1.4 1999/08/22 21:43:02 dwhite dead $ +# $FreeBSD$ ############################################ ### Special setup for one floppy PICOBSD ### ### THIS IS NOT THE NORMAL /etc/rc !!!!! ### diff --git a/release/picobsd/dial/floppy.tree/etc/rc.conf b/release/picobsd/dial/floppy.tree/etc/rc.conf index 84eab3e..0c7684d 100644 --- a/release/picobsd/dial/floppy.tree/etc/rc.conf +++ b/release/picobsd/dial/floppy.tree/etc/rc.conf @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.conf.en,v 1.2 1999/08/22 21:43:00 dwhite dead $ +# $FreeBSD$ ### Network configuration sub-section ###################### ### Basic network options: ### hostname="pico.mydomain.edu" # Set this! diff --git a/release/picobsd/dial/lang/LICENCE.ssh b/release/picobsd/dial/lang/LICENCE.ssh index d5a0361..c4fa584 100644 --- a/release/picobsd/dial/lang/LICENCE.ssh +++ b/release/picobsd/dial/lang/LICENCE.ssh @@ -5,4 +5,4 @@ using strong encryption methods. <abial@freebsd.org> -$Id: LICENCE.ssh,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/dial/lang/README.en b/release/picobsd/dial/lang/README.en index 518f8a3..018b4ec 100644 --- a/release/picobsd/dial/lang/README.en +++ b/release/picobsd/dial/lang/README.en @@ -103,4 +103,4 @@ Have fun! Andrzej Bialecki <abial@freebsd.org> -$Id: README.en,v 1.4.2.1 1999/05/07 10:02:37 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/dial/lang/README.pl b/release/picobsd/dial/lang/README.pl index bc31940..ef5bdf1 100644 --- a/release/picobsd/dial/lang/README.pl +++ b/release/picobsd/dial/lang/README.pl @@ -104,4 +104,4 @@ Mi³ej zabawy! Andrzej Bia³ecki <abial@freebsd.org> -$Id: README.pl,v 1.3 1998/10/15 21:40:00 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/dial/lang/dialup.en b/release/picobsd/dial/lang/dialup.en index 7023075..ab14912 100755 --- a/release/picobsd/dial/lang/dialup.en +++ b/release/picobsd/dial/lang/dialup.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: dialup.en,v 1.2.2.1 1999/05/07 10:02:39 abial Exp $ +# $FreeBSD$ set_resolv() { echo "[H[J" echo "[1m Default Domain Name[m" diff --git a/release/picobsd/dial/lang/dialup.pl b/release/picobsd/dial/lang/dialup.pl index 3c93e17..1ace50f 100755 --- a/release/picobsd/dial/lang/dialup.pl +++ b/release/picobsd/dial/lang/dialup.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: dialup.pl,v 1.2.2.1 1999/05/07 10:02:40 abial Exp $ +# $FreeBSD$ set_resolv() { echo "[H[J" echo "[1m Domy¶lna Nazwa Domeny[m" diff --git a/release/picobsd/dial/lang/hosts.en b/release/picobsd/dial/lang/hosts.en index b0659b6..53f13ba 100644 --- a/release/picobsd/dial/lang/hosts.en +++ b/release/picobsd/dial/lang/hosts.en @@ -1,4 +1,4 @@ -# $Id: hosts.en,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +# $FreeBSD$ # This file should contain the addresses and aliases # for local hosts that share this file. 127.0.0.1 localhost localhost.mydomain.edu diff --git a/release/picobsd/dial/lang/hosts.pl b/release/picobsd/dial/lang/hosts.pl index f88b8fc..89081d79 100644 --- a/release/picobsd/dial/lang/hosts.pl +++ b/release/picobsd/dial/lang/hosts.pl @@ -1,4 +1,4 @@ -# $Id: hosts.pl,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +# $FreeBSD$ # This file should contain the addresses and aliases # for local hosts that share this file. 127.0.0.1 localhost localhost.mydomain.org.pl diff --git a/release/picobsd/dial/lang/login.en b/release/picobsd/dial/lang/login.en index ca72b63..e3ceeee 100755 --- a/release/picobsd/dial/lang/login.en +++ b/release/picobsd/dial/lang/login.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: login.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ if [ "$2" != "root" ] then diff --git a/release/picobsd/dial/lang/login.pl b/release/picobsd/dial/lang/login.pl index 037ed4e..28df1b7 100755 --- a/release/picobsd/dial/lang/login.pl +++ b/release/picobsd/dial/lang/login.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: login.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ if [ "$2" != "root" ] then diff --git a/release/picobsd/dial/lang/reboot.en b/release/picobsd/dial/lang/reboot.en index a99ac6d..41433a0 100755 --- a/release/picobsd/dial/lang/reboot.en +++ b/release/picobsd/dial/lang/reboot.en @@ -1,3 +1,3 @@ #!/bin/sh -# $Id: reboot.en,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +# $FreeBSD$ exec /sbin/echo "Press Ctrl-Alt-Del instead of $0" diff --git a/release/picobsd/dial/lang/reboot.pl b/release/picobsd/dial/lang/reboot.pl index 50dc6e8..6da1359 100755 --- a/release/picobsd/dial/lang/reboot.pl +++ b/release/picobsd/dial/lang/reboot.pl @@ -1,3 +1,3 @@ #!/bin/sh -#$Id: reboot.pl,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +#$FreeBSD$ exec /sbin/echo "Zamiast $0 nacisnij Ctrl-Alt-Del" diff --git a/release/picobsd/dial/lang/update.en b/release/picobsd/dial/lang/update.en index c99f5bb..921eb67 100755 --- a/release/picobsd/dial/lang/update.en +++ b/release/picobsd/dial/lang/update.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.en,v 1.2.2.1 1999/05/07 10:02:41 abial Exp $ +# $FreeBSD$ pwd=`pwd` echo -n "Updating /etc contents on startup floppy... " mount /dev/fd0a /start_floppy diff --git a/release/picobsd/dial/lang/update.pl b/release/picobsd/dial/lang/update.pl index eedc7a4..588ce5f 100755 --- a/release/picobsd/dial/lang/update.pl +++ b/release/picobsd/dial/lang/update.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.pl,v 1.2.2.1 1999/05/07 10:02:42 abial Exp $ +# $FreeBSD$ pwd=`pwd` echo -n "Uaktualniam katalog /etc na dyskietce... " mount /dev/fd0a /start_floppy diff --git a/release/picobsd/dial/mfs.mtree b/release/picobsd/dial/mfs.mtree index 11aafac..a1a4fff 100644 --- a/release/picobsd/dial/mfs.mtree +++ b/release/picobsd/dial/mfs.mtree @@ -1,5 +1,5 @@ # -# $Id: mfs.mtree,v 1.3 1998/09/07 19:00:25 abial Exp $ +# $FreeBSD$ # /set type=dir uname=root gname=wheel mode=0755 . diff --git a/release/picobsd/doc/src/Makefile b/release/picobsd/doc/src/Makefile index cbd065c..98a083b 100644 --- a/release/picobsd/doc/src/Makefile +++ b/release/picobsd/doc/src/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1998/09/26 17:23:01 abial Exp $ +# $FreeBSD$ # .include "../../Version" diff --git a/release/picobsd/doc/src/TODO.html b/release/picobsd/doc/src/TODO.html index 514dd02..c2bbf07e 100644 --- a/release/picobsd/doc/src/TODO.html +++ b/release/picobsd/doc/src/TODO.html @@ -1,5 +1,5 @@ <html> -<! $Id: TODO.html,v 1.3.2.1 1999/05/07 10:02:45 abial Exp $ > +<! $FreeBSD$ > <body> <h1><center> Small FreeBSD ToDo List. </center></h1> diff --git a/release/picobsd/doc/src/UCI.html b/release/picobsd/doc/src/UCI.html index ae74b84..5c0caaa 100644 --- a/release/picobsd/doc/src/UCI.html +++ b/release/picobsd/doc/src/UCI.html @@ -1,5 +1,5 @@ <html> -<! $Id: UCI.html,v 1.2 1998/11/25 11:08:54 abial Exp $ > +<! $FreeBSD$ > <body> <h1><center> Unified Configuration Interface Project </center></h1> diff --git a/release/picobsd/doc/src/bugs.html b/release/picobsd/doc/src/bugs.html index 0ba3c5a..f7c91c9 100644 --- a/release/picobsd/doc/src/bugs.html +++ b/release/picobsd/doc/src/bugs.html @@ -1,5 +1,5 @@ <HTML> -<! $Id: bugs.html,v 1.7.2.1 1999/05/07 10:02:46 abial Exp $ > +<! $FreeBSD$ > <HEAD> <TITLE>History and Bug fixes</TITLE> </HEAD> diff --git a/release/picobsd/doc/src/faq.html b/release/picobsd/doc/src/faq.html index 462739b..4a0d34e 100644 --- a/release/picobsd/doc/src/faq.html +++ b/release/picobsd/doc/src/faq.html @@ -1,5 +1,5 @@ <HTML> -<! $Id: faq.html,v 1.4.2.1 1999/05/07 10:02:48 abial Exp $ > +<! $FreeBSD$ > <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="Author" CONTENT="Dinesh Nair"> diff --git a/release/picobsd/doc/src/hardware.html b/release/picobsd/doc/src/hardware.html index f6f3e4e..0afede2 100644 --- a/release/picobsd/doc/src/hardware.html +++ b/release/picobsd/doc/src/hardware.html @@ -1,5 +1,5 @@ <html> -<! $Id: hardware.html,v 1.2.2.1 1999/02/21 22:04:54 abial Exp $ > +<! $FreeBSD$ > <body> <h1><center>Lists of supported hardware configurations.</center></h1> diff --git a/release/picobsd/doc/src/how2build.html b/release/picobsd/doc/src/how2build.html index 5d08037..8d62df9 100644 --- a/release/picobsd/doc/src/how2build.html +++ b/release/picobsd/doc/src/how2build.html @@ -1,5 +1,5 @@ <html> -<! $Id: how2build.html,v 1.4.2.1 1999/05/07 10:02:49 abial Exp $ > +<! $FreeBSD$ > <head> <title><center>PicoBSD Development Kit</center></title> </head> diff --git a/release/picobsd/doc/src/intrinsics.html b/release/picobsd/doc/src/intrinsics.html index dc4ca55..c69d022 100644 --- a/release/picobsd/doc/src/intrinsics.html +++ b/release/picobsd/doc/src/intrinsics.html @@ -1,5 +1,5 @@ <html> -<! $Id: intrinsics.html,v 1.1 1998/09/26 17:23:01 abial Exp $ > +<! $FreeBSD$ > <head> <title><center>Details of building process</center></title> </head> diff --git a/release/picobsd/doc/src/intro.html b/release/picobsd/doc/src/intro.html index 0b69b6b..035cd0c 100644 --- a/release/picobsd/doc/src/intro.html +++ b/release/picobsd/doc/src/intro.html @@ -1,5 +1,5 @@ <HTML> -<! $Id: intro.html,v 1.5 1998/11/01 19:52:47 abial Exp $ > +<! $FreeBSD$ > <HEAD> <TITLE>PicoBSD</TITLE> </HEAD> diff --git a/release/picobsd/floppy.tree/etc/host.conf b/release/picobsd/floppy.tree/etc/host.conf index c67b871..7531124 100644 --- a/release/picobsd/floppy.tree/etc/host.conf +++ b/release/picobsd/floppy.tree/etc/host.conf @@ -1,3 +1,3 @@ -# $Id: host.conf,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ hosts bind diff --git a/release/picobsd/floppy.tree/etc/login.conf b/release/picobsd/floppy.tree/etc/login.conf index 17bfb13..1f2f027 100644 --- a/release/picobsd/floppy.tree/etc/login.conf +++ b/release/picobsd/floppy.tree/etc/login.conf @@ -1,7 +1,7 @@ # This file controls resource limits, accounting limits and # default user environment settings. # -# $Id: login.conf,v 1.2.2.1 1999/04/30 18:48:09 hoek Exp $ +# $FreeBSD$ # diff --git a/release/picobsd/floppy.tree/etc/mfs.login.conf b/release/picobsd/floppy.tree/etc/mfs.login.conf index 6332292..ba74169 100644 --- a/release/picobsd/floppy.tree/etc/mfs.login.conf +++ b/release/picobsd/floppy.tree/etc/mfs.login.conf @@ -1,4 +1,4 @@ -# $Id: login.conf,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ # Authentication methods diff --git a/release/picobsd/floppy.tree/etc/mfs.rc b/release/picobsd/floppy.tree/etc/mfs.rc index 22b7678..d746cb7 100644 --- a/release/picobsd/floppy.tree/etc/mfs.rc +++ b/release/picobsd/floppy.tree/etc/mfs.rc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: mfs.rc.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ ### WARNING !!!!!! ##### # We remove this file during execution (see EOF). # Awful things happen if its size is > 1024B diff --git a/release/picobsd/floppy.tree/etc/ppp/ppp.secret.sample b/release/picobsd/floppy.tree/etc/ppp/ppp.secret.sample index f61015b..bfaab76 100644 --- a/release/picobsd/floppy.tree/etc/ppp/ppp.secret.sample +++ b/release/picobsd/floppy.tree/etc/ppp/ppp.secret.sample @@ -12,7 +12,7 @@ # required for all server socket connections. Refer to the ppp(8) # and pppctl(8) man pages for further details. # -# $Id: ppp.secret.sample,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ # ################################################## diff --git a/release/picobsd/floppy.tree/etc/rc b/release/picobsd/floppy.tree/etc/rc index 3621c50..3181121 100644 --- a/release/picobsd/floppy.tree/etc/rc +++ b/release/picobsd/floppy.tree/etc/rc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.en,v 1.5 1999/01/19 23:11:50 abial Exp $ +# $FreeBSD$ ############################################ ### Special setup for one floppy PICOBSD ### ### THIS IS NOT THE NORMAL /etc/rc !!!!! ### diff --git a/release/picobsd/floppy.tree/etc/rc.conf b/release/picobsd/floppy.tree/etc/rc.conf index 4a0c5c4..c8548ca 100644 --- a/release/picobsd/floppy.tree/etc/rc.conf +++ b/release/picobsd/floppy.tree/etc/rc.conf @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $FreeBSD$ # # rc.conf for picobsd. # $main_ether and $main_if are set from rc to the ethernet address and diff --git a/release/picobsd/floppy.tree/etc/rc.firewall b/release/picobsd/floppy.tree/etc/rc.firewall index 249218e..c2860ba 100644 --- a/release/picobsd/floppy.tree/etc/rc.firewall +++ b/release/picobsd/floppy.tree/etc/rc.firewall @@ -1,6 +1,6 @@ ############ # Setup system for firewall service. -# $Id: rc.firewall,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ ############ # Define the firewall type in /etc/rc.conf. Valid values are: diff --git a/release/picobsd/floppy.tree/etc/rc.network b/release/picobsd/floppy.tree/etc/rc.network index 5c58b4c..235db0a 100644 --- a/release/picobsd/floppy.tree/etc/rc.network +++ b/release/picobsd/floppy.tree/etc/rc.network @@ -1,5 +1,5 @@ #!/bin/sh - -# $Id: rc.network.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ network_pass1() { echo -n 'Doing initial network setup:' # Set the host name if it is not already set diff --git a/release/picobsd/floppy.tree/etc/rc.serial b/release/picobsd/floppy.tree/etc/rc.serial index 9eb1c8d..40fbd8a 100644 --- a/release/picobsd/floppy.tree/etc/rc.serial +++ b/release/picobsd/floppy.tree/etc/rc.serial @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.serial,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ # Change some defaults for serial devices. # Standard defaults are: diff --git a/release/picobsd/floppy.tree/etc/resolv.conf b/release/picobsd/floppy.tree/etc/resolv.conf index 57a54e3..4438442 100644 --- a/release/picobsd/floppy.tree/etc/resolv.conf +++ b/release/picobsd/floppy.tree/etc/resolv.conf @@ -1,3 +1,3 @@ -# $Id: resolv.conf.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ domain mydomain.edu nameserver 192.33.4.12 diff --git a/release/picobsd/forth/loader.rc b/release/picobsd/forth/loader.rc index 735cde2..8b1887f 100644 --- a/release/picobsd/forth/loader.rc +++ b/release/picobsd/forth/loader.rc @@ -1,5 +1,5 @@ \ Simple loader.rc for picobsd floppies -\ $Id: loader.rc,v 1.1.2.1 1999/05/07 10:02:53 abial Exp $ +\ $FreeBSD$ include /boot/loader.4th diff --git a/release/picobsd/forth/menu.4th b/release/picobsd/forth/menu.4th index e5a5e7b..2541b20 100644 --- a/release/picobsd/forth/menu.4th +++ b/release/picobsd/forth/menu.4th @@ -1,7 +1,7 @@ \ Simple greeting screen, presenting basic options. \ XXX This is far too trivial - I don't have time now to think \ XXX about something more fancy... :-/ -\ $Id: menu.4th,v 1.1.2.1 1999/05/07 10:02:55 abial Exp $ +\ $FreeBSD$ : title f_single diff --git a/release/picobsd/help/README b/release/picobsd/help/README index 3b8ff78..69babc4 100644 --- a/release/picobsd/help/README +++ b/release/picobsd/help/README @@ -5,4 +5,4 @@ and these files are just the beginning of it... <abial@nask.pl> -$Id: README,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/isp/Makefile.mfs b/release/picobsd/isp/Makefile.mfs index 17438f2..73d97e5 100644 --- a/release/picobsd/isp/Makefile.mfs +++ b/release/picobsd/isp/Makefile.mfs @@ -1,5 +1,5 @@ # -# $Id: Makefile.mfs,v 1.1 1999/08/22 21:43:32 dwhite Exp $ +# $FreeBSD$ # DESTDIR?=/mnt diff --git a/release/picobsd/isp/PICOBSD b/release/picobsd/isp/PICOBSD index c7d88b6..cacc5e9 100644 --- a/release/picobsd/isp/PICOBSD +++ b/release/picobsd/isp/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.1 1999/08/23 10:01:37 luigi Exp $ +# $FreeBSD$ # machine i386 diff --git a/release/picobsd/isp/crunch1/Makefile b/release/picobsd/isp/crunch1/Makefile index 959008d..20cbc04 100644 --- a/release/picobsd/isp/crunch1/Makefile +++ b/release/picobsd/isp/crunch1/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.4 1999/01/19 23:10:34 abial Exp $ +# $FreeBSD$ # SRC?=/usr/src diff --git a/release/picobsd/isp/crunch1/crunch.conf b/release/picobsd/isp/crunch1/crunch.conf index ac6b2ec..270b74d 100644 --- a/release/picobsd/isp/crunch1/crunch.conf +++ b/release/picobsd/isp/crunch1/crunch.conf @@ -1,5 +1,5 @@ # -# $Id: crunch.conf,v 1.5.2.2 1999/05/07 10:02:57 abial Exp $ +# $FreeBSD$ # # NOTE: the string "/usr/src" will be automatically replaced with the # correct value set in 'build' script - you should change it there diff --git a/release/picobsd/isp/crunch1/passwd.diff b/release/picobsd/isp/crunch1/passwd.diff index 6db2a8a..739b9a3 100644 --- a/release/picobsd/isp/crunch1/passwd.diff +++ b/release/picobsd/isp/crunch1/passwd.diff @@ -2,7 +2,7 @@ --- Makefile Sat Aug 1 20:40:38 1998 *************** *** 2,24 **** - # $Id: passwd.diff,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ + # $FreeBSD$ PROG= passwd ! SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c pw_yp.c \ @@ -26,7 +26,7 @@ CLEANFILES= ${GENSRCS} --- 2,21 ---- - # $Id: passwd.diff,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ + # $FreeBSD$ PROG= passwd ! SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c diff --git a/release/picobsd/isp/lang/hosts.en b/release/picobsd/isp/lang/hosts.en index e4afb80..53f13ba 100644 --- a/release/picobsd/isp/lang/hosts.en +++ b/release/picobsd/isp/lang/hosts.en @@ -1,4 +1,4 @@ -# $Id: hosts.en,v 1.1.1.1 1998/07/14 07:30:46 abial Exp $ +# $FreeBSD$ # This file should contain the addresses and aliases # for local hosts that share this file. 127.0.0.1 localhost localhost.mydomain.edu diff --git a/release/picobsd/isp/lang/hosts.pl b/release/picobsd/isp/lang/hosts.pl index 39973af..89081d79 100644 --- a/release/picobsd/isp/lang/hosts.pl +++ b/release/picobsd/isp/lang/hosts.pl @@ -1,4 +1,4 @@ -# $Id: hosts.pl,v 1.1.1.1 1998/07/14 07:30:46 abial Exp $ +# $FreeBSD$ # This file should contain the addresses and aliases # for local hosts that share this file. 127.0.0.1 localhost localhost.mydomain.org.pl diff --git a/release/picobsd/isp/lang/update.en b/release/picobsd/isp/lang/update.en index 0f751e9..f8c91fd 100755 --- a/release/picobsd/isp/lang/update.en +++ b/release/picobsd/isp/lang/update.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.en,v 1.2.2.1 1999/05/07 10:03:03 abial Exp $ +# $FreeBSD$ pwd=`pwd` echo -n "Updating /etc contents on startup floppy... " mount /dev/fd0a /start_floppy diff --git a/release/picobsd/isp/lang/update.pl b/release/picobsd/isp/lang/update.pl index e55ef89..645f4c0 100755 --- a/release/picobsd/isp/lang/update.pl +++ b/release/picobsd/isp/lang/update.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.pl,v 1.2.2.1 1999/05/07 10:03:04 abial Exp $ +# $FreeBSD$ pwd=`pwd` echo -n "Uaktualniam katalog /etc na dyskietce... " mount /dev/fd0a /start_floppy diff --git a/release/picobsd/isp/mfs.mtree b/release/picobsd/isp/mfs.mtree index 2a6fc50..d5e5ee4 100644 --- a/release/picobsd/isp/mfs.mtree +++ b/release/picobsd/isp/mfs.mtree @@ -1,5 +1,5 @@ # -# $Id: mfs.mtree,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ # /set type=dir uname=root gname=wheel mode=0755 . diff --git a/release/picobsd/net/Makefile.mfs b/release/picobsd/net/Makefile.mfs index da77842..65d461f 100644 --- a/release/picobsd/net/Makefile.mfs +++ b/release/picobsd/net/Makefile.mfs @@ -1,5 +1,5 @@ # -# $Id: Makefile.mfs,v 1.1 1999/08/22 21:44:16 dwhite Exp $ +# $FreeBSD$ # DESTDIR?=/mnt diff --git a/release/picobsd/net/PICOBSD b/release/picobsd/net/PICOBSD index 4842b61..3deedde 100644 --- a/release/picobsd/net/PICOBSD +++ b/release/picobsd/net/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.1 1999/08/23 10:04:48 luigi Exp $ +# $FreeBSD$ # machine i386 diff --git a/release/picobsd/net/crunch1/Makefile b/release/picobsd/net/crunch1/Makefile index 339ce32..9498639 100644 --- a/release/picobsd/net/crunch1/Makefile +++ b/release/picobsd/net/crunch1/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 1999/01/19 23:12:50 abial Exp $ +# $FreeBSD$ # SRC?=/usr/src diff --git a/release/picobsd/net/crunch1/crunch.conf b/release/picobsd/net/crunch1/crunch.conf index 9809a94..76475fd 100644 --- a/release/picobsd/net/crunch1/crunch.conf +++ b/release/picobsd/net/crunch1/crunch.conf @@ -1,5 +1,5 @@ # -# $Id: crunch.conf,v 1.5.2.2 1999/05/07 10:03:06 abial Exp $ +# $FreeBSD$ # # NOTE: the string "/usr/src" will be automatically replaced with the # correct value set in 'build' script - you should change it there diff --git a/release/picobsd/net/crunch1/passwd.diff b/release/picobsd/net/crunch1/passwd.diff index dfc23ab..739b9a3 100644 --- a/release/picobsd/net/crunch1/passwd.diff +++ b/release/picobsd/net/crunch1/passwd.diff @@ -2,7 +2,7 @@ --- Makefile Sat Aug 1 20:40:38 1998 *************** *** 2,24 **** - # $Id: passwd.diff,v 1.3 1999/08/24 23:28:26 dwhite Exp $ + # $FreeBSD$ PROG= passwd ! SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c pw_yp.c \ @@ -26,7 +26,7 @@ CLEANFILES= ${GENSRCS} --- 2,21 ---- - # $Id: passwd.diff,v 1.3 1999/08/24 23:28:26 dwhite Exp $ + # $FreeBSD$ PROG= passwd ! SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c diff --git a/release/picobsd/net/floppy.tree/etc/host.conf b/release/picobsd/net/floppy.tree/etc/host.conf index c67b871..7531124 100644 --- a/release/picobsd/net/floppy.tree/etc/host.conf +++ b/release/picobsd/net/floppy.tree/etc/host.conf @@ -1,3 +1,3 @@ -# $Id: host.conf,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ hosts bind diff --git a/release/picobsd/net/floppy.tree/etc/login.conf b/release/picobsd/net/floppy.tree/etc/login.conf index 17bfb13..1f2f027 100644 --- a/release/picobsd/net/floppy.tree/etc/login.conf +++ b/release/picobsd/net/floppy.tree/etc/login.conf @@ -1,7 +1,7 @@ # This file controls resource limits, accounting limits and # default user environment settings. # -# $Id: login.conf,v 1.2.2.1 1999/04/30 18:48:09 hoek Exp $ +# $FreeBSD$ # diff --git a/release/picobsd/net/floppy.tree/etc/mfs.rc b/release/picobsd/net/floppy.tree/etc/mfs.rc index 1904e00..d746cb7 100644 --- a/release/picobsd/net/floppy.tree/etc/mfs.rc +++ b/release/picobsd/net/floppy.tree/etc/mfs.rc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: mfs.rc,v 1.1.2.1 1999/08/23 13:48:42 luigi Exp $ +# $FreeBSD$ ### WARNING !!!!!! ##### # We remove this file during execution (see EOF). # Awful things happen if its size is > 1024B diff --git a/release/picobsd/net/floppy.tree/etc/ppp/ppp.secret.sample b/release/picobsd/net/floppy.tree/etc/ppp/ppp.secret.sample index f61015b..bfaab76 100644 --- a/release/picobsd/net/floppy.tree/etc/ppp/ppp.secret.sample +++ b/release/picobsd/net/floppy.tree/etc/ppp/ppp.secret.sample @@ -12,7 +12,7 @@ # required for all server socket connections. Refer to the ppp(8) # and pppctl(8) man pages for further details. # -# $Id: ppp.secret.sample,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ # ################################################## diff --git a/release/picobsd/net/floppy.tree/etc/rc.conf b/release/picobsd/net/floppy.tree/etc/rc.conf index bd1745b..24cb939 100644 --- a/release/picobsd/net/floppy.tree/etc/rc.conf +++ b/release/picobsd/net/floppy.tree/etc/rc.conf @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.conf.en,v 1.2 1999/08/22 21:44:30 dwhite dead $ +# $FreeBSD$ swapfile="NO" # Set to name of swapfile if aux swapfile desired. ### Network configuration sub-section ###################### ### Basic network options: ### diff --git a/release/picobsd/net/floppy.tree/etc/rc.firewall b/release/picobsd/net/floppy.tree/etc/rc.firewall index 249218e..c2860ba 100644 --- a/release/picobsd/net/floppy.tree/etc/rc.firewall +++ b/release/picobsd/net/floppy.tree/etc/rc.firewall @@ -1,6 +1,6 @@ ############ # Setup system for firewall service. -# $Id: rc.firewall,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ ############ # Define the firewall type in /etc/rc.conf. Valid values are: diff --git a/release/picobsd/net/floppy.tree/etc/rc.network b/release/picobsd/net/floppy.tree/etc/rc.network index ba31134..235db0a 100644 --- a/release/picobsd/net/floppy.tree/etc/rc.network +++ b/release/picobsd/net/floppy.tree/etc/rc.network @@ -1,5 +1,5 @@ #!/bin/sh - -# $Id: rc.network.en,v 1.2 1999/08/22 21:44:34 dwhite dead $ +# $FreeBSD$ network_pass1() { echo -n 'Doing initial network setup:' # Set the host name if it is not already set diff --git a/release/picobsd/net/floppy.tree/etc/rc.serial b/release/picobsd/net/floppy.tree/etc/rc.serial index 9eb1c8d..40fbd8a 100644 --- a/release/picobsd/net/floppy.tree/etc/rc.serial +++ b/release/picobsd/net/floppy.tree/etc/rc.serial @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.serial,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ # Change some defaults for serial devices. # Standard defaults are: diff --git a/release/picobsd/net/floppy.tree/etc/resolv.conf b/release/picobsd/net/floppy.tree/etc/resolv.conf index 4c6bb6e..4438442 100644 --- a/release/picobsd/net/floppy.tree/etc/resolv.conf +++ b/release/picobsd/net/floppy.tree/etc/resolv.conf @@ -1,3 +1,3 @@ -# $Id: resolv.conf.en,v 1.2 1999/08/22 21:44:36 dwhite dead $ +# $FreeBSD$ domain mydomain.edu nameserver 192.33.4.12 diff --git a/release/picobsd/net/lang/hosts.en b/release/picobsd/net/lang/hosts.en index 761d36c..53f13ba 100644 --- a/release/picobsd/net/lang/hosts.en +++ b/release/picobsd/net/lang/hosts.en @@ -1,4 +1,4 @@ -# $Id: hosts.en,v 1.1.1.1 1998/07/14 07:30:50 abial Exp $ +# $FreeBSD$ # This file should contain the addresses and aliases # for local hosts that share this file. 127.0.0.1 localhost localhost.mydomain.edu diff --git a/release/picobsd/net/lang/hosts.pl b/release/picobsd/net/lang/hosts.pl index 0d9b81e..89081d79 100644 --- a/release/picobsd/net/lang/hosts.pl +++ b/release/picobsd/net/lang/hosts.pl @@ -1,4 +1,4 @@ -# $Id: hosts.pl,v 1.1.1.1 1998/07/14 07:30:50 abial Exp $ +# $FreeBSD$ # This file should contain the addresses and aliases # for local hosts that share this file. 127.0.0.1 localhost localhost.mydomain.org.pl diff --git a/release/picobsd/net/lang/update.en b/release/picobsd/net/lang/update.en index 7720a18..f8c91fd 100755 --- a/release/picobsd/net/lang/update.en +++ b/release/picobsd/net/lang/update.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.en,v 1.2.2.1 1999/05/07 10:03:29 abial Exp $ +# $FreeBSD$ pwd=`pwd` echo -n "Updating /etc contents on startup floppy... " mount /dev/fd0a /start_floppy diff --git a/release/picobsd/net/lang/update.pl b/release/picobsd/net/lang/update.pl index 51fee7c..645f4c0 100755 --- a/release/picobsd/net/lang/update.pl +++ b/release/picobsd/net/lang/update.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.pl,v 1.2.2.1 1999/05/07 10:03:30 abial Exp $ +# $FreeBSD$ pwd=`pwd` echo -n "Uaktualniam katalog /etc na dyskietce... " mount /dev/fd0a /start_floppy diff --git a/release/picobsd/net/mfs.mtree b/release/picobsd/net/mfs.mtree index 98d1262..031638f 100644 --- a/release/picobsd/net/mfs.mtree +++ b/release/picobsd/net/mfs.mtree @@ -1,5 +1,5 @@ # -# $Id: mfs.mtree,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ +# $FreeBSD$ # /set type=dir uname=root gname=wheel mode=0755 . diff --git a/release/picobsd/router/Makefile.mfs b/release/picobsd/router/Makefile.mfs index 8413893..d2c2e63 100644 --- a/release/picobsd/router/Makefile.mfs +++ b/release/picobsd/router/Makefile.mfs @@ -1,5 +1,5 @@ # -# $Id: Makefile.mfs,v 1.1 1999/08/22 21:44:42 dwhite Exp $ +# $FreeBSD$ # DESTDIR?=/mnt diff --git a/release/picobsd/router/PICOBSD b/release/picobsd/router/PICOBSD index 1c8a65c..fabfcfa 100644 --- a/release/picobsd/router/PICOBSD +++ b/release/picobsd/router/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.1 1999/08/23 10:05:20 luigi Exp $ +# $FreeBSD$ # machine i386 diff --git a/release/picobsd/router/crunch1/Makefile b/release/picobsd/router/crunch1/Makefile index 2a3ce76..4235ae9 100644 --- a/release/picobsd/router/crunch1/Makefile +++ b/release/picobsd/router/crunch1/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2.2.1 1999/05/13 15:27:14 abial Exp $ +# $FreeBSD$ # SRC?=/usr/src diff --git a/release/picobsd/router/crunch1/crunch.conf b/release/picobsd/router/crunch1/crunch.conf index ebfd13d..1ce5d89 100644 --- a/release/picobsd/router/crunch1/crunch.conf +++ b/release/picobsd/router/crunch1/crunch.conf @@ -1,5 +1,5 @@ # -# $Id: crunch.conf,v 1.3.2.2 1999/05/07 10:03:34 abial Exp $ +# $FreeBSD$ # # NOTE: the string "/usr/src" will be automatically replaced with the # correct value set in 'build' script - you should change it there diff --git a/release/picobsd/router/floppy.tree/etc/mfs.rc b/release/picobsd/router/floppy.tree/etc/mfs.rc index ccd644d..aa60593 100644 --- a/release/picobsd/router/floppy.tree/etc/mfs.rc +++ b/release/picobsd/router/floppy.tree/etc/mfs.rc @@ -1,4 +1,4 @@ -# $Id: mfs.rc.en,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ +# $FreeBSD$ # This file is interpreted by oinit(8) # ncons 2 diff --git a/release/picobsd/router/floppy.tree/etc/rc.firewall b/release/picobsd/router/floppy.tree/etc/rc.firewall index 249218e..c2860ba 100644 --- a/release/picobsd/router/floppy.tree/etc/rc.firewall +++ b/release/picobsd/router/floppy.tree/etc/rc.firewall @@ -1,6 +1,6 @@ ############ # Setup system for firewall service. -# $Id: rc.firewall,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ ############ # Define the firewall type in /etc/rc.conf. Valid values are: diff --git a/release/picobsd/router/lang/hosts.en b/release/picobsd/router/lang/hosts.en index 6b7d0ff..53f13ba 100644 --- a/release/picobsd/router/lang/hosts.en +++ b/release/picobsd/router/lang/hosts.en @@ -1,4 +1,4 @@ -# $Id: hosts.en,v 1.1 1998/08/02 13:03:32 abial Exp $ +# $FreeBSD$ # This file should contain the addresses and aliases # for local hosts that share this file. 127.0.0.1 localhost localhost.mydomain.edu diff --git a/release/picobsd/router/lang/hosts.pl b/release/picobsd/router/lang/hosts.pl index eef83a1..89081d79 100644 --- a/release/picobsd/router/lang/hosts.pl +++ b/release/picobsd/router/lang/hosts.pl @@ -1,4 +1,4 @@ -# $Id: hosts.pl,v 1.1 1998/08/02 13:03:32 abial Exp $ +# $FreeBSD$ # This file should contain the addresses and aliases # for local hosts that share this file. 127.0.0.1 localhost localhost.mydomain.org.pl diff --git a/release/picobsd/router/lang/update.en b/release/picobsd/router/lang/update.en index f69de8c..c73c49d 100755 --- a/release/picobsd/router/lang/update.en +++ b/release/picobsd/router/lang/update.en @@ -1,4 +1,4 @@ -# $Id: update.en,v 1.2.2.1 1999/05/07 10:03:37 abial Exp $ +# $FreeBSD$ echo -n "Updating /etc contents on startup floppy... " mount /dev/fd0a /start_floppy cd /etc diff --git a/release/picobsd/router/lang/update.pl b/release/picobsd/router/lang/update.pl index 99fd5c9..dfa5d57 100755 --- a/release/picobsd/router/lang/update.pl +++ b/release/picobsd/router/lang/update.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.pl,v 1.2.2.1 1999/05/07 10:03:38 abial Exp $ +# $FreeBSD$ echo -n "Uaktualniam katalog /etc na dyskietce... " mount /dev/fd0a /start_floppy cd /etc diff --git a/release/picobsd/router/mfs.mtree b/release/picobsd/router/mfs.mtree index 33798e7..50362cf 100644 --- a/release/picobsd/router/mfs.mtree +++ b/release/picobsd/router/mfs.mtree @@ -1,5 +1,5 @@ # -# $Id: mfs.mtree,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ +# $FreeBSD$ # /set type=dir uname=root gname=wheel mode=0755 . diff --git a/release/picobsd/tinyware/aps/Makefile b/release/picobsd/tinyware/aps/Makefile index b76b456..cda9bdd 100644 --- a/release/picobsd/tinyware/aps/Makefile +++ b/release/picobsd/tinyware/aps/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1998/07/14 07:30:52 abial Exp $ +# $FreeBSD$ # PROG=ps SRCS+=main.c diff --git a/release/picobsd/tinyware/aps/README b/release/picobsd/tinyware/aps/README index 760af8b..f455c7b 100644 --- a/release/picobsd/tinyware/aps/README +++ b/release/picobsd/tinyware/aps/README @@ -16,4 +16,4 @@ more general (and less complicated) sysctl(3). (As of 1998.07.31 this program is no longer used in PicoBSD. See sps(1) in TinyWare collection). -$Id: README,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/tinyware/aps/main.c b/release/picobsd/tinyware/aps/main.c index bbd2cce..eece247 100644 --- a/release/picobsd/tinyware/aps/main.c +++ b/release/picobsd/tinyware/aps/main.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: main.c,v 1.1.1.1 1998/07/14 07:30:53 abial Exp $ + * $FreeBSD$ * */ diff --git a/release/picobsd/tinyware/help/Makefile b/release/picobsd/tinyware/help/Makefile index 0b56779..2bf727a 100644 --- a/release/picobsd/tinyware/help/Makefile +++ b/release/picobsd/tinyware/help/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1998/07/14 07:30:53 abial Exp $ +# $FreeBSD$ # PROG=help SRCS+=help.c diff --git a/release/picobsd/tinyware/help/README b/release/picobsd/tinyware/help/README index ededf1f..9c9900f 100644 --- a/release/picobsd/tinyware/help/README +++ b/release/picobsd/tinyware/help/README @@ -5,4 +5,4 @@ and these files are just the beginning of it... <abial@freebsd.org> -$Id: README,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/tinyware/help/help.c b/release/picobsd/tinyware/help/help.c index 5c49a04..b57b4f6 100644 --- a/release/picobsd/tinyware/help/help.c +++ b/release/picobsd/tinyware/help/help.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: help.c,v 1.3 1998/09/23 14:51:34 abial Exp $ + * $FreeBSD$ */ diff --git a/release/picobsd/tinyware/msg/Makefile b/release/picobsd/tinyware/msg/Makefile index 5de8c7c..8408688 100644 --- a/release/picobsd/tinyware/msg/Makefile +++ b/release/picobsd/tinyware/msg/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # PROG=msg SRCS= msg.c diff --git a/release/picobsd/tinyware/msg/README b/release/picobsd/tinyware/msg/README index 37bac7d..d26e383 100644 --- a/release/picobsd/tinyware/msg/README +++ b/release/picobsd/tinyware/msg/README @@ -12,4 +12,4 @@ kernel tree, contact me directly - the patches are very small and simple. Andrzej Bialecki <abial@freebsd.org> -$Id: README,v 1.1 1998/09/15 07:35:58 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/tinyware/msg/msg.c b/release/picobsd/tinyware/msg/msg.c index f3dc410..1aa458c 100644 --- a/release/picobsd/tinyware/msg/msg.c +++ b/release/picobsd/tinyware/msg/msg.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ /* diff --git a/release/picobsd/tinyware/ns/Makefile b/release/picobsd/tinyware/ns/Makefile index 9e638bf..5fff143 100644 --- a/release/picobsd/tinyware/ns/Makefile +++ b/release/picobsd/tinyware/ns/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1998/09/29 11:27:34 abial Exp $ +# $FreeBSD$ # PROG=ns SRCS= ns.c diff --git a/release/picobsd/tinyware/ns/README b/release/picobsd/tinyware/ns/README index 07cb5bd..830915c 100644 --- a/release/picobsd/tinyware/ns/README +++ b/release/picobsd/tinyware/ns/README @@ -40,4 +40,4 @@ Bugs Andrzej Bialecki <abial@freebsd.org> -$Id: README,v 1.2 1998/09/07 06:41:14 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/tinyware/ns/ns.c b/release/picobsd/tinyware/ns/ns.c index 05c561e..acabac2 100644 --- a/release/picobsd/tinyware/ns/ns.c +++ b/release/picobsd/tinyware/ns/ns.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ns.c,v 1.5 1998/10/09 12:42:20 abial Exp $ + * $FreeBSD$ */ diff --git a/release/picobsd/tinyware/oinit/Makefile b/release/picobsd/tinyware/oinit/Makefile index 92b7c54..1fb9b2d 100644 --- a/release/picobsd/tinyware/oinit/Makefile +++ b/release/picobsd/tinyware/oinit/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1998/08/09 18:50:45 abial Exp $ +# $FreeBSD$ # PROG=oinit #CFLAGS+=-DUSE_HISTORY diff --git a/release/picobsd/tinyware/oinit/README b/release/picobsd/tinyware/oinit/README index a295f49..e34c404 100644 --- a/release/picobsd/tinyware/oinit/README +++ b/release/picobsd/tinyware/oinit/README @@ -120,4 +120,4 @@ The overall framework was taken from FreeBSD /sbin/init. Andrzej Bialecki <abial@freebsd.org> -$Id: README,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/tinyware/oinit/oinit.c b/release/picobsd/tinyware/oinit/oinit.c index 1bf70bd..c0555fa 100644 --- a/release/picobsd/tinyware/oinit/oinit.c +++ b/release/picobsd/tinyware/oinit/oinit.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: oinit.c,v 1.2 1998/10/15 21:40:07 abial Exp $ + * $FreeBSD$ */ /* diff --git a/release/picobsd/tinyware/simple_httpd/Makefile b/release/picobsd/tinyware/simple_httpd/Makefile index 34864a5..524040e 100644 --- a/release/picobsd/tinyware/simple_httpd/Makefile +++ b/release/picobsd/tinyware/simple_httpd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2.2.2 1999/05/05 07:31:31 abial Exp $ +# $FreeBSD$ # PROG=simple_httpd SRCS= simple_httpd.c diff --git a/release/picobsd/tinyware/simple_httpd/README b/release/picobsd/tinyware/simple_httpd/README index be4d7d9..6961954 100644 --- a/release/picobsd/tinyware/simple_httpd/README +++ b/release/picobsd/tinyware/simple_httpd/README @@ -164,4 +164,4 @@ This program was originally contributed by Marc Nicholas <marc@netstor.com> Major rewrite by William Lloyd <wlloyd@slap.net> -$Id: README,v 1.2.2.2 1999/05/05 07:31:32 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/tinyware/simple_httpd/simple_httpd.c b/release/picobsd/tinyware/simple_httpd/simple_httpd.c index 3886235..71ee339 100644 --- a/release/picobsd/tinyware/simple_httpd/simple_httpd.c +++ b/release/picobsd/tinyware/simple_httpd/simple_httpd.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: simple_httpd.c,v 1.2.2.2 1999/05/05 07:31:33 abial Exp $ + * $FreeBSD$ */ #include <sys/stat.h> diff --git a/release/picobsd/tinyware/sps/Makefile b/release/picobsd/tinyware/sps/Makefile index c8969bd..8997087 100644 --- a/release/picobsd/tinyware/sps/Makefile +++ b/release/picobsd/tinyware/sps/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1998/07/16 23:21:59 abial Exp $ +# $FreeBSD$ # PROG=sps SRCS= sps.c diff --git a/release/picobsd/tinyware/sps/README b/release/picobsd/tinyware/sps/README index 771ddaa..cf7b721 100644 --- a/release/picobsd/tinyware/sps/README +++ b/release/picobsd/tinyware/sps/README @@ -14,4 +14,4 @@ command line. <abial@freebsd.org> -$Id: README,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/tinyware/sps/sps.c b/release/picobsd/tinyware/sps/sps.c index 8685eae..1e490f8 100644 --- a/release/picobsd/tinyware/sps/sps.c +++ b/release/picobsd/tinyware/sps/sps.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sps.c,v 1.2 1998/07/17 07:55:47 abial Exp $ + * $FreeBSD$ */ /* diff --git a/release/picobsd/tinyware/view/Makefile b/release/picobsd/tinyware/view/Makefile index f676e7a..1c0399d 100644 --- a/release/picobsd/tinyware/view/Makefile +++ b/release/picobsd/tinyware/view/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +# $FreeBSD$ PROG=view SRCS=view.c diff --git a/release/picobsd/tinyware/view/README b/release/picobsd/tinyware/view/README index 1a2c611..df5f774 100644 --- a/release/picobsd/tinyware/view/README +++ b/release/picobsd/tinyware/view/README @@ -83,4 +83,4 @@ Andrzej Bialecki <abial@freebsd.org> -$Id: README,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/tinyware/view/view.c b/release/picobsd/tinyware/view/view.c index 0255a6b..dfb7608 100644 --- a/release/picobsd/tinyware/view/view.c +++ b/release/picobsd/tinyware/view/view.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: view.c,v 1.2 1998/10/09 12:42:56 abial Exp $ + * $FreeBSD$ */ /* diff --git a/release/picobsd/tinyware/vm/Makefile b/release/picobsd/tinyware/vm/Makefile index 9e64474..359aa3e 100644 --- a/release/picobsd/tinyware/vm/Makefile +++ b/release/picobsd/tinyware/vm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1998/07/14 07:30:54 abial Exp $ +# $FreeBSD$ # PROG=vm #CFLAGS+= diff --git a/release/picobsd/tinyware/vm/README b/release/picobsd/tinyware/vm/README index e4d72c1..c4a940c 100644 --- a/release/picobsd/tinyware/vm/README +++ b/release/picobsd/tinyware/vm/README @@ -7,4 +7,4 @@ consequently it is not displayed in stock version of sysctl(8). <abial@freebsd.org> -$Id: README,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/tinyware/vm/vm.c b/release/picobsd/tinyware/vm/vm.c index f408f57..482a2be 100644 --- a/release/picobsd/tinyware/vm/vm.c +++ b/release/picobsd/tinyware/vm/vm.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: vm.c,v 1.4 1999/08/22 21:45:23 dwhite Exp $ + * $FreeBSD$ */ #include <stdio.h> diff --git a/release/picobsd/tools/daemon/Makefile b/release/picobsd/tools/daemon/Makefile index 71427e3..0091a85 100644 --- a/release/picobsd/tools/daemon/Makefile +++ b/release/picobsd/tools/daemon/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1998/07/14 07:30:40 abial Exp $ +# $FreeBSD$ # PROG=daemon NOMAN=yes diff --git a/release/picobsd/tools/daemon/README b/release/picobsd/tools/daemon/README index 5de11b9..4d8c060 100644 --- a/release/picobsd/tools/daemon/README +++ b/release/picobsd/tools/daemon/README @@ -4,4 +4,4 @@ Documentation: UTSL. <abial@freebsd.org> -$Id: README,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/tools/daemon/daemon.c b/release/picobsd/tools/daemon/daemon.c index 5066dd8..2eace4f 100644 --- a/release/picobsd/tools/daemon/daemon.c +++ b/release/picobsd/tools/daemon/daemon.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: daemon.c,v 1.1.1.1.2.1 1999/02/05 12:21:57 abial Exp $ + * $FreeBSD$ */ diff --git a/release/picobsd/tools/write_mfs_in_kernel/Makefile b/release/picobsd/tools/write_mfs_in_kernel/Makefile index 9a87109..bbc6739 100644 --- a/release/picobsd/tools/write_mfs_in_kernel/Makefile +++ b/release/picobsd/tools/write_mfs_in_kernel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +# $FreeBSD$ # PROG=wmik SRCS=write_mfs_in_kernel.c diff --git a/release/scripts/tar.sh b/release/scripts/tar.sh index 45b96e9..7281580 100644 --- a/release/scripts/tar.sh +++ b/release/scripts/tar.sh @@ -32,7 +32,7 @@ # # -# $Id: tar.sh,v 1.3 1997/02/22 14:10:30 peter Exp $ +# $FreeBSD$ # archive=${TAPE:-/dev/rst0} diff --git a/release/sysinstall/anonFTP.c b/release/sysinstall/anonFTP.c index 59d4859..134c9d3 100644 --- a/release/sysinstall/anonFTP.c +++ b/release/sysinstall/anonFTP.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: anonFTP.c,v 1.23 1997/04/02 12:07:18 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Coranth Gryphon. All rights reserved. diff --git a/release/sysinstall/cdrom.c b/release/sysinstall/cdrom.c index decf297..0b8829d 100644 --- a/release/sysinstall/cdrom.c +++ b/release/sysinstall/cdrom.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: cdrom.c,v 1.45 1999/01/20 12:31:42 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/command.c b/release/sysinstall/command.c index b14f913..3e3d5c9 100644 --- a/release/sysinstall/command.c +++ b/release/sysinstall/command.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id$ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index a0c6616..9eaa21d 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.139 1999/07/20 21:06:18 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dev2c.sh b/release/sysinstall/dev2c.sh index 929e9e7..b828355 100644 --- a/release/sysinstall/dev2c.sh +++ b/release/sysinstall/dev2c.sh @@ -7,7 +7,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id$ +# $FreeBSD$ # # During installation, we suffer badly of we have to run MAKEDEV. MAKEDEV # need sh, ln, chown, mknod, awk, rm, test and probably emacs too when diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index ef08e59..f0df3a2 100644 --- a/release/sysinstall/devices.c +++ b/release/sysinstall/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.98 1999/07/25 04:32:50 wpaul Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dhcp.c b/release/sysinstall/dhcp.c index a23af9d..22eeeeb 100644 --- a/release/sysinstall/dhcp.c +++ b/release/sysinstall/dhcp.c @@ -1,5 +1,5 @@ /* - * $Id: dhcp.c,v 1.1 1999/07/19 10:06:17 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1999 * C. Stone. All rights reserved. diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c index 11b6470a..f820976 100644 --- a/release/sysinstall/disks.c +++ b/release/sysinstall/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.108 1999/01/08 00:14:21 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dispatch.c b/release/sysinstall/dispatch.c index c2a2942..d1fdd96 100644 --- a/release/sysinstall/dispatch.c +++ b/release/sysinstall/dispatch.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: dispatch.c,v 1.28 1999/04/24 01:53:54 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index 7f73109..b39b209 100644 --- a/release/sysinstall/dist.c +++ b/release/sysinstall/dist.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: dist.c,v 1.144 1999/07/23 03:42:23 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dist.h b/release/sysinstall/dist.h index 53c95ee..74f248f 100644 --- a/release/sysinstall/dist.h +++ b/release/sysinstall/dist.h @@ -1,4 +1,4 @@ -/* $Id: dist.h,v 1.38 1999/07/23 03:42:23 jkh Exp $ */ +/* $FreeBSD$ */ #ifndef _DIST_H_INCLUDE #define _DIST_H_INCLUDE diff --git a/release/sysinstall/dmenu.c b/release/sysinstall/dmenu.c index f83fada..9e464d9 100644 --- a/release/sysinstall/dmenu.c +++ b/release/sysinstall/dmenu.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: dmenu.c,v 1.39 1999/02/05 22:25:13 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/doc.c b/release/sysinstall/doc.c index 9d82f26..842f28b 100644 --- a/release/sysinstall/doc.c +++ b/release/sysinstall/doc.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: doc.c,v 1.22 1997/02/07 04:25:53 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dos.c b/release/sysinstall/dos.c index a11122a..ae6eb1e 100644 --- a/release/sysinstall/dos.c +++ b/release/sysinstall/dos.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: dos.c,v 1.21 1998/10/28 02:18:08 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/floppy.c b/release/sysinstall/floppy.c index ca958ed..576361e 100644 --- a/release/sysinstall/floppy.c +++ b/release/sysinstall/floppy.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: floppy.c,v 1.32 1999/02/15 00:49:33 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/ftp.c b/release/sysinstall/ftp.c index 4f1e542..b32f80a 100644 --- a/release/sysinstall/ftp.c +++ b/release/sysinstall/ftp.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: ftp.c,v 1.35 1998/01/28 04:42:38 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/globals.c b/release/sysinstall/globals.c index 72aecb1..b12dbd8 100644 --- a/release/sysinstall/globals.c +++ b/release/sysinstall/globals.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: globals.c,v 1.18 1997/02/22 14:11:43 peter Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/index.c b/release/sysinstall/index.c index 8b5d6cd..947385a 100644 --- a/release/sysinstall/index.c +++ b/release/sysinstall/index.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: index.c,v 1.70 1999/07/02 22:36:11 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 4a26db0..841dd1a 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.243 1999/08/05 10:07:09 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/installUpgrade.c b/release/sysinstall/installUpgrade.c index 49caf3d..bde2824 100644 --- a/release/sysinstall/installUpgrade.c +++ b/release/sysinstall/installUpgrade.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: installUpgrade.c,v 1.66 1999/04/07 03:06:44 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/keymap.c b/release/sysinstall/keymap.c index 459f4cb..53b0761 100644 --- a/release/sysinstall/keymap.c +++ b/release/sysinstall/keymap.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ * */ diff --git a/release/sysinstall/kget.c b/release/sysinstall/kget.c index 08ddaf4..7748b2c 100644 --- a/release/sysinstall/kget.c +++ b/release/sysinstall/kget.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kget.c,v 1.9 1999/05/12 23:08:02 jkh Exp $ + * $FreeBSD$ */ #ifdef __alpha__ diff --git a/release/sysinstall/label.c b/release/sysinstall/label.c index 1b34e20..c044b87 100644 --- a/release/sysinstall/label.c +++ b/release/sysinstall/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: label.c,v 1.90 1999/07/29 06:28:52 brian Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/lang.c b/release/sysinstall/lang.c index 8004aca..e9ba25b 100644 --- a/release/sysinstall/lang.c +++ b/release/sysinstall/lang.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id$ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/list.h b/release/sysinstall/list.h index 05a9fd5..8300173 100644 --- a/release/sysinstall/list.h +++ b/release/sysinstall/list.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: list.h,v 1.1 1997/09/16 17:03:58 pst Exp $ + * $FreeBSD$ * * Copyright (c) 1997 FreeBSD, Inc. * All rights reserved. diff --git a/release/sysinstall/main.c b/release/sysinstall/main.c index 3c5502e..7b6aff6 100644 --- a/release/sysinstall/main.c +++ b/release/sysinstall/main.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: main.c,v 1.52 1999/06/17 19:04:55 markm Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/media.c b/release/sysinstall/media.c index 625d657..380b704 100644 --- a/release/sysinstall/media.c +++ b/release/sysinstall/media.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: media.c,v 1.98 1999/05/07 05:39:50 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index db15e9b..c626af8 100644 --- a/release/sysinstall/menus.c +++ b/release/sysinstall/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.218 1999/07/29 21:15:10 billf Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/misc.c b/release/sysinstall/misc.c index bb00639..d32af17 100644 --- a/release/sysinstall/misc.c +++ b/release/sysinstall/misc.c @@ -1,7 +1,7 @@ /* * Miscellaneous support routines.. * - * $Id: misc.c,v 1.37 1998/01/16 15:07:55 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/mouse.c b/release/sysinstall/mouse.c index 4aa01b8..5670b9a 100644 --- a/release/sysinstall/mouse.c +++ b/release/sysinstall/mouse.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mouse.c,v 1.4 1998/03/23 06:08:47 yokota Exp $ + * $FreeBSD$ */ #include "sysinstall.h" diff --git a/release/sysinstall/msg.c b/release/sysinstall/msg.c index 7ee6d82..2986779 100644 --- a/release/sysinstall/msg.c +++ b/release/sysinstall/msg.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: msg.c,v 1.48 1999/05/27 10:32:48 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/network.c b/release/sysinstall/network.c index e878b3c..9d70278 100644 --- a/release/sysinstall/network.c +++ b/release/sysinstall/network.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: network.c,v 1.38 1999/07/26 10:49:35 brian Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/nfs.c b/release/sysinstall/nfs.c index aeb1dc0..53b3f42 100644 --- a/release/sysinstall/nfs.c +++ b/release/sysinstall/nfs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: nfs.c,v 1.18 1997/02/22 14:12:14 peter Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c index ac314ce..469841d 100644 --- a/release/sysinstall/options.c +++ b/release/sysinstall/options.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: options.c,v 1.61 1999/07/16 11:13:09 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/package.c b/release/sysinstall/package.c index 36543ed..185956f 100644 --- a/release/sysinstall/package.c +++ b/release/sysinstall/package.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: package.c,v 1.78 1999/07/02 22:36:12 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/pccard.c b/release/sysinstall/pccard.c index 48cc1ac..0ea2025 100644 --- a/release/sysinstall/pccard.c +++ b/release/sysinstall/pccard.c @@ -1,7 +1,7 @@ /* * PC-card support for sysinstall * - * $Id: pccard.c,v 1.4 1999/07/04 15:54:14 hosokawa Exp $ + * $FreeBSD$ * * Copyright (c) 1997-1999 * Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>. All rights reserved. diff --git a/release/sysinstall/sysinstall.8 b/release/sysinstall/sysinstall.8 index b51cc92..19ed764 100644 --- a/release/sysinstall/sysinstall.8 +++ b/release/sysinstall/sysinstall.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: sysinstall.8,v 1.21 1999/08/18 05:54:54 chris Exp $ +.\" $FreeBSD$ .\" .Dd August 9, 1997 .Dt SYSINSTALL 8 diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h index 6a6a6ad..7db1baa 100644 --- a/release/sysinstall/sysinstall.h +++ b/release/sysinstall/sysinstall.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: sysinstall.h,v 1.172 1999/07/26 10:49:36 brian Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c index 8304ef0..fc57fe3 100644 --- a/release/sysinstall/system.c +++ b/release/sysinstall/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: system.c,v 1.94 1999/07/20 07:39:22 jkh Exp $ + * $FreeBSD$ * * Jordan Hubbard * diff --git a/release/sysinstall/tape.c b/release/sysinstall/tape.c index 995a0fe..53518ef 100644 --- a/release/sysinstall/tape.c +++ b/release/sysinstall/tape.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: tape.c,v 1.19 1997/02/22 14:12:21 peter Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c index 78a7810..105ed2c 100644 --- a/release/sysinstall/tcpip.c +++ b/release/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $Id: tcpip.c,v 1.87 1999/08/07 01:43:39 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. diff --git a/release/sysinstall/ufs.c b/release/sysinstall/ufs.c index 73c0667..c9515ae 100644 --- a/release/sysinstall/ufs.c +++ b/release/sysinstall/ufs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: ufs.c,v 1.13 1998/09/14 19:14:11 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/user.c b/release/sysinstall/user.c index 680a543..372d3fb 100644 --- a/release/sysinstall/user.c +++ b/release/sysinstall/user.c @@ -1,5 +1,5 @@ /* - * $Id: user.c,v 1.13 1997/02/22 14:12:36 peter Exp $ + * $FreeBSD$ * * Copyright (c) 1996 * Jörg Wunsch. All rights reserved. diff --git a/release/sysinstall/variable.c b/release/sysinstall/variable.c index 8cbf433..1e2bf9a 100644 --- a/release/sysinstall/variable.c +++ b/release/sysinstall/variable.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: variable.c,v 1.25 1999/02/05 22:15:52 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/wizard.c b/release/sysinstall/wizard.c index 7f71331..9fa1449 100644 --- a/release/sysinstall/wizard.c +++ b/release/sysinstall/wizard.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: wizard.c,v 1.13 1998/10/13 09:45:59 jkh Exp $ + * $FreeBSD$ * */ diff --git a/release/write_mfs_in_kernel.c b/release/write_mfs_in_kernel.c index 93934de..61f9065 100644 --- a/release/write_mfs_in_kernel.c +++ b/release/write_mfs_in_kernel.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: write_mfs_in_kernel.c,v 1.3 1997/02/22 14:10:31 peter Exp $ + * $FreeBSD$ * * This program patches a filesystem into a kernel made with MFS_ROOT * option. diff --git a/secure/Makefile b/secure/Makefile index a71f7cc..344ac69 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # lib must be first, or it will not work. This is because we reference # the lib's in the directory where they are built from the binaries we diff --git a/secure/Makefile.inc b/secure/Makefile.inc index 984887c..885e72c 100644 --- a/secure/Makefile.inc +++ b/secure/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ DISTRIBUTION=des diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 2b47738..ac99188 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ SUBDIR= libcipher libdes diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc index d849545..1410b21 100644 --- a/secure/lib/Makefile.inc +++ b/secure/lib/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ .include "${.CURDIR}/../../Makefile.inc" .if exists(${.CURDIR}/../../../lib/Makefile.inc) diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile index 28d3b2e..a93667f 100644 --- a/secure/lib/libcipher/Makefile +++ b/secure/lib/libcipher/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # LIB= cipher diff --git a/secure/lib/libcipher/README b/secure/lib/libcipher/README index b02ff5a1..ab8af5a 100644 --- a/secure/lib/libcipher/README +++ b/secure/lib/libcipher/README @@ -4,7 +4,7 @@ David Burren <davidb@werj.com.au> Release 1.0, March 1994 - Document ref: $Id$ + Document ref: $FreeBSD$ Description diff --git a/secure/lib/libcipher/README.FreeBSD b/secure/lib/libcipher/README.FreeBSD index 0dbad1e..2379f73 100644 --- a/secure/lib/libcipher/README.FreeBSD +++ b/secure/lib/libcipher/README.FreeBSD @@ -1,4 +1,4 @@ -$Id$ +$FreeBSD$ This is FreeSec package for NetBSD, unchanged for FreeBSD, except for the Makefile. diff --git a/secure/lib/libcipher/cipher.3 b/secure/lib/libcipher/cipher.3 index e05a3d4..a534fd7 100644 --- a/secure/lib/libcipher/cipher.3 +++ b/secure/lib/libcipher/cipher.3 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: cipher.3,v 1.4 1997/02/22 14:40:20 peter Exp $ +.\" $FreeBSD$ .\" .\" Manual page, using -mandoc macros .\" diff --git a/secure/lib/libcipher/crypt.c b/secure/lib/libcipher/crypt.c index 62ea69d..4798371 100644 --- a/secure/lib/libcipher/crypt.c +++ b/secure/lib/libcipher/crypt.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ * * This is an original implementation of the DES and the crypt(3) interfaces * by David Burren <davidb@werj.com.au>. diff --git a/secure/lib/libcipher/test/Makefile b/secure/lib/libcipher/test/Makefile index dcbf1c7..50ae571 100644 --- a/secure/lib/libcipher/test/Makefile +++ b/secure/lib/libcipher/test/Makefile @@ -2,7 +2,7 @@ # Hacked Makefile to compile and run the DES-certification program, # but not install anything. # -# $Id$ +# $FreeBSD$ # LIBCRYPT!=cd $(.CURDIR)/..; \ printf "xxx:\n\techo \$${.OBJDIR}/libcipher.a\n" | make -r -s -f - xxx diff --git a/secure/lib/libcipher/test/cert.c b/secure/lib/libcipher/test/cert.c index 56dc88a..e9907b9 100644 --- a/secure/lib/libcipher/test/cert.c +++ b/secure/lib/libcipher/test/cert.c @@ -3,7 +3,7 @@ * shipped with UFC-crypt which is apparently derived from one distributed * with Phil Karns PD DES package. * - * $Id$ + * $FreeBSD$ */ #include <stdio.h> diff --git a/secure/lib/libcipher/test/cert.input b/secure/lib/libcipher/test/cert.input index db1749e..e7c715c 100644 --- a/secure/lib/libcipher/test/cert.input +++ b/secure/lib/libcipher/test/cert.input @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # # Salt, key, plaintext, ciphertext # diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile index 512eb57..3d3a907 100644 --- a/secure/lib/libcrypt/Makefile +++ b/secure/lib/libcrypt/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.15 1999/01/23 08:26:01 markm Exp $ +# $FreeBSD$ # LCRYPTBASE= libcrypt diff --git a/secure/lib/libcrypt/README b/secure/lib/libcrypt/README index b02ff5a1..ab8af5a 100644 --- a/secure/lib/libcrypt/README +++ b/secure/lib/libcrypt/README @@ -4,7 +4,7 @@ David Burren <davidb@werj.com.au> Release 1.0, March 1994 - Document ref: $Id$ + Document ref: $FreeBSD$ Description diff --git a/secure/lib/libcrypt/README.FreeBSD b/secure/lib/libcrypt/README.FreeBSD index 4a9260b..e940aeb 100644 --- a/secure/lib/libcrypt/README.FreeBSD +++ b/secure/lib/libcrypt/README.FreeBSD @@ -1,4 +1,4 @@ -$Id$ +$FreeBSD$ This is FreeSec package for NetBSD, unchanged for FreeBSD, except for the Makefile. diff --git a/secure/lib/libcrypt/crypt-des.c b/secure/lib/libcrypt/crypt-des.c index 31b2024..9e8c5ca 100644 --- a/secure/lib/libcrypt/crypt-des.c +++ b/secure/lib/libcrypt/crypt-des.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ * * This is an original implementation of the DES and the crypt(3) interfaces * by David Burren <davidb@werj.com.au>. diff --git a/secure/lib/libcrypt/crypt-md5.c b/secure/lib/libcrypt/crypt-md5.c index 0267538..25e7a33 100644 --- a/secure/lib/libcrypt/crypt-md5.c +++ b/secure/lib/libcrypt/crypt-md5.c @@ -9,13 +9,13 @@ * This has had its entry point changed to crypt_md5 for use in * a dual-personality (DES & MD5) environment) -- MarkM - Nov 1995 * - * $Id$ + * $FreeBSD$ * */ #if 0 #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Header$"; +static char rcsid[] = "$Header: /home/ncvs/src/secure/lib/libcrypt/crypt-md5.c,v 1.5 1999/01/23 08:26:01 markm Exp $"; #endif /* LIBC_SCCS and not lint */ #endif diff --git a/secure/lib/libcrypt/crypt.3 b/secure/lib/libcrypt/crypt.3 index 94db61c..9726b40 100644 --- a/secure/lib/libcrypt/crypt.3 +++ b/secure/lib/libcrypt/crypt.3 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: crypt.3,v 1.8 1999/01/23 08:26:01 markm Exp $ +.\" $FreeBSD$ .\" .\" Manual page, using -mandoc macros .\" diff --git a/secure/lib/libcrypt/crypt.c b/secure/lib/libcrypt/crypt.c index 31b2024..9e8c5ca 100644 --- a/secure/lib/libcrypt/crypt.c +++ b/secure/lib/libcrypt/crypt.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ * * This is an original implementation of the DES and the crypt(3) interfaces * by David Burren <davidb@werj.com.au>. diff --git a/secure/lib/libcrypt/test/Makefile b/secure/lib/libcrypt/test/Makefile index a26e718..0ba817f 100644 --- a/secure/lib/libcrypt/test/Makefile +++ b/secure/lib/libcrypt/test/Makefile @@ -2,7 +2,7 @@ # Hacked Makefile to compile and run the DES-certification program, # but not install anything. # -# $Id$ +# $FreeBSD$ # LIBCRYPT= $(.OBJDIR)/libdescrypt.a diff --git a/secure/lib/libcrypt/test/cert.c b/secure/lib/libcrypt/test/cert.c index 4e207ad..54c606c 100644 --- a/secure/lib/libcrypt/test/cert.c +++ b/secure/lib/libcrypt/test/cert.c @@ -3,7 +3,7 @@ * shipped with UFC-crypt which is apparently derived from one distributed * with Phil Karns PD DES package. * - * $Id$ + * $FreeBSD$ */ #include <stdio.h> diff --git a/secure/lib/libcrypt/test/cert.input b/secure/lib/libcrypt/test/cert.input index db1749e..e7c715c 100644 --- a/secure/lib/libcrypt/test/cert.input +++ b/secure/lib/libcrypt/test/cert.input @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # # Salt, key, plaintext, ciphertext # diff --git a/secure/lib/libdes/Makefile b/secure/lib/libdes/Makefile index 9158dd0..64abbaf 100644 --- a/secure/lib/libdes/Makefile +++ b/secure/lib/libdes/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.4 (Berkeley) 5/7/91 -# $Id$ +# $FreeBSD$ LIB= des SRCS= cbc3_enc.c cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c \ diff --git a/secure/lib/libdes/new_rkey.c b/secure/lib/libdes/new_rkey.c index cd3e010..3435df1 100644 --- a/secure/lib/libdes/new_rkey.c +++ b/secure/lib/libdes/new_rkey.c @@ -77,7 +77,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ /* 21-Nov-95 - eay - I've finally put this into libdes, I have made a diff --git a/secure/lib/libdes/supp.c b/secure/lib/libdes/supp.c index 0c959cc..c098f2e 100644 --- a/secure/lib/libdes/supp.c +++ b/secure/lib/libdes/supp.c @@ -76,7 +76,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #include <stdio.h> diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index 94e0a3d..ee8fddf 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ SUBDIR= bdes diff --git a/secure/usr.bin/Makefile.inc b/secure/usr.bin/Makefile.inc index f7e27c3..c4fd273 100644 --- a/secure/usr.bin/Makefile.inc +++ b/secure/usr.bin/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ BINDIR= /usr/bin .include "${.CURDIR}/../../Makefile.inc" diff --git a/secure/usr.bin/bdes/Makefile b/secure/usr.bin/bdes/Makefile index b900778..78af60c 100644 --- a/secure/usr.bin/bdes/Makefile +++ b/secure/usr.bin/bdes/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $FreeBSD$ PROG= bdes SRCS= bdes.c diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile index 9b2ac5e..2eaa13f 100644 --- a/secure/usr.sbin/sendmail/Makefile +++ b/secure/usr.sbin/sendmail/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.8 (Berkeley) 3/28/97 -# $Id$ +# $FreeBSD$ SMDIR= ${.CURDIR}/../../contrib/sendmail/src .PATH: ${SMDIR} diff --git a/usr.sbin/IPXrouted/IPXrouted.8 b/usr.sbin/IPXrouted/IPXrouted.8 index 1225c97..bed2ed6 100644 --- a/usr.sbin/IPXrouted/IPXrouted.8 +++ b/usr.sbin/IPXrouted/IPXrouted.8 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: IPXrouted.8,v 1.5 1999/07/12 20:12:02 nik Exp $ +.\" $FreeBSD$ .\" .Dd Oct 11, 1995 .Dt IPXROUTED 8 diff --git a/usr.sbin/IPXrouted/Makefile b/usr.sbin/IPXrouted/Makefile index 5c8be5e..8d5c355 100644 --- a/usr.sbin/IPXrouted/Makefile +++ b/usr.sbin/IPXrouted/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id$ +# $FreeBSD$ PROG= IPXrouted MAN8= IPXrouted.8 diff --git a/usr.sbin/IPXrouted/af.c b/usr.sbin/IPXrouted/af.c index 05034ab..74455df 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.4 1997/02/22 16:00:54 peter Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/af.h b/usr.sbin/IPXrouted/af.h index cad2861..576a6c7 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$ + * $FreeBSD$ */ /* diff --git a/usr.sbin/IPXrouted/defs.h b/usr.sbin/IPXrouted/defs.h index 207b810..3a1e6ac 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.6 1997/07/06 07:38:27 jhay Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/IPXrouted/if.c b/usr.sbin/IPXrouted/if.c index c2522a9..7b914e7 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.3 1997/02/22 16:00:55 peter Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/input.c b/usr.sbin/IPXrouted/input.c index a9e2f39..a2e8c26 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.5 1997/02/22 16:00:56 peter Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/interface.h b/usr.sbin/IPXrouted/interface.h index ed12087..ed7b988 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$ + * $FreeBSD$ */ /* diff --git a/usr.sbin/IPXrouted/main.c b/usr.sbin/IPXrouted/main.c index 70dd513..91fe635 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.8 1999/04/24 09:18:48 jhay Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/output.c b/usr.sbin/IPXrouted/output.c index f824ecd..1e60fc8 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.6 1997/02/22 16:00:58 peter Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/protocol.h b/usr.sbin/IPXrouted/protocol.h index 90a013a..7fae536 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$ + * $FreeBSD$ */ /* diff --git a/usr.sbin/IPXrouted/sap.h b/usr.sbin/IPXrouted/sap.h index 5473851..b4e9dcb 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.5 1997/02/22 16:00:59 peter 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 5470c26..59281b2 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.5 1997/07/06 07:38:31 jhay Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/IPXrouted/sap_output.c b/usr.sbin/IPXrouted/sap_output.c index 7f7dbcd..15452c8 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.7 1997/02/22 16:01:00 peter Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/IPXrouted/sap_tables.c b/usr.sbin/IPXrouted/sap_tables.c index b5b0f7a..f2d83e0 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.5 1997/07/06 07:38:33 jhay Exp $ + * $FreeBSD$ */ #include "defs.h" diff --git a/usr.sbin/IPXrouted/startup.c b/usr.sbin/IPXrouted/startup.c index 44f883b..db443ab 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.6 1997/02/22 16:01:01 peter Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/table.h b/usr.sbin/IPXrouted/table.h index dbfdfe5..3f9693f 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.4 1997/02/22 16:01:02 peter Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/IPXrouted/tables.c b/usr.sbin/IPXrouted/tables.c index 9fe7f45..8801b11 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.5 1997/07/01 00:33:42 bde Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/timer.c b/usr.sbin/IPXrouted/timer.c index ea75a98..8b31c1d 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.3 1997/02/22 16:01:03 peter Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/trace.c b/usr.sbin/IPXrouted/trace.c index a4c5df9..63fb1e9 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.4 1997/02/22 16:01:04 peter Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/trace.h b/usr.sbin/IPXrouted/trace.h index 17fef0f..c83a9d1 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.5 1997/02/22 16:01:04 peter Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index a164c19..4b7302a 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 5.20 (Berkeley) 6/12/93 -# $Id: Makefile,v 1.159 1999/07/28 20:16:49 se Exp $ +# $FreeBSD$ # XXX MISSING: mkproto SUBDIR= IPXrouted \ diff --git a/usr.sbin/ac/Makefile b/usr.sbin/ac/Makefile index e3b47f5..612b4c2 100644 --- a/usr.sbin/ac/Makefile +++ b/usr.sbin/ac/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= ac MAN8= ac.8 diff --git a/usr.sbin/ac/ac.8 b/usr.sbin/ac/ac.8 index aa062e2..f78fb8d 100644 --- a/usr.sbin/ac/ac.8 +++ b/usr.sbin/ac/ac.8 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ac.8,v 1.11 1999/06/30 21:46:02 sheldonh Exp $ +.\" $FreeBSD$ .\" .Dd March 15, 1994 .Dt AC 8 diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c index f9f90eb..47732ee 100644 --- a/usr.sbin/ac/ac.c +++ b/usr.sbin/ac/ac.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] = - "$Id: ac.c,v 1.11 1999/06/30 21:46:03 sheldonh Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/accton/accton.c b/usr.sbin/accton/accton.c index af2fa89..4e9a932 100644 --- a/usr.sbin/accton/accton.c +++ b/usr.sbin/accton/accton.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)accton.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/adduser/Makefile b/usr.sbin/adduser/Makefile index f60716f..62e911d 100644 --- a/usr.sbin/adduser/Makefile +++ b/usr.sbin/adduser/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 1997/07/05 19:12:43 pst Exp $ +# $FreeBSD$ MAINTAINER= wosch diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8 index deba8e9..12287f5 100644 --- a/usr.sbin/adduser/adduser.8 +++ b/usr.sbin/adduser/adduser.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: adduser.8,v 1.26 1998/08/17 18:50:29 wosch Exp $ +.\" $FreeBSD$ .\" .Dd January 9, 1995 .Dt ADDUSER 8 diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl index 7b5a75e..3ce7b2a 100644 --- a/usr.sbin/adduser/adduser.perl +++ b/usr.sbin/adduser/adduser.perl @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: adduser.perl,v 1.42 1999/01/15 10:26:59 danny Exp $ +# $FreeBSD$ # read variables diff --git a/usr.sbin/adduser/rmuser.8 b/usr.sbin/adduser/rmuser.8 index b63fdff..d3b7648 100644 --- a/usr.sbin/adduser/rmuser.8 +++ b/usr.sbin/adduser/rmuser.8 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: rmuser.8,v 1.8 1997/11/02 00:58:39 jraynard Exp $ +.\" $FreeBSD$ .\" .Dd February 23, 1997 .Dt RMUSER 8 diff --git a/usr.sbin/adduser/rmuser.perl b/usr.sbin/adduser/rmuser.perl index 57bd74f..0e4296a 100644 --- a/usr.sbin/adduser/rmuser.perl +++ b/usr.sbin/adduser/rmuser.perl @@ -30,7 +30,7 @@ # # Guy Helmer <ghelmer@cs.iastate.edu>, 02/23/97 # -# $Id: rmuser.perl,v 1.6 1997/03/08 18:04:45 wosch Exp $ +# $FreeBSD$ sub LOCK_SH {0x01;} sub LOCK_EX {0x02;} diff --git a/usr.sbin/amd/Makefile b/usr.sbin/amd/Makefile index 6eff9c4..f970945 100644 --- a/usr.sbin/amd/Makefile +++ b/usr.sbin/amd/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id: Makefile,v 1.4 1998/09/02 21:09:09 brian Exp $ +# $FreeBSD$ # SUBDIR= libamu amd amq doc fixmount fsinfo hlfsd mk-amd-map pawd scripts wire-test diff --git a/usr.sbin/amd/Makefile.inc b/usr.sbin/amd/Makefile.inc index 32c6370..629ce42 100644 --- a/usr.sbin/amd/Makefile.inc +++ b/usr.sbin/amd/Makefile.inc @@ -1,6 +1,6 @@ # ex:ts=8 # -# $Id: Makefile.inc,v 1.3 1998/09/09 16:11:01 obrien Exp $ +# $FreeBSD$ # # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998. diff --git a/usr.sbin/amd/amd/Makefile b/usr.sbin/amd/amd/Makefile index 48a3ec2..164179f 100644 --- a/usr.sbin/amd/amd/Makefile +++ b/usr.sbin/amd/amd/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id: Makefile,v 1.15 1998/08/30 19:59:49 gpalmer Exp $ +# $FreeBSD$ # .PATH: ${.CURDIR}/../../../contrib/amd/amd diff --git a/usr.sbin/amd/amq/Makefile b/usr.sbin/amd/amq/Makefile index 4681a29..26bd507 100644 --- a/usr.sbin/amd/amq/Makefile +++ b/usr.sbin/amd/amq/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id: Makefile,v 1.10 1998/08/27 08:09:40 obrien Exp $ +# $FreeBSD$ # .PATH: ${.CURDIR}/../../../contrib/amd/amq diff --git a/usr.sbin/amd/doc/Makefile b/usr.sbin/amd/doc/Makefile index 99e9902..0d96d8d 100644 --- a/usr.sbin/amd/doc/Makefile +++ b/usr.sbin/amd/doc/Makefile @@ -1,6 +1,6 @@ # This file is under a "BSD" copyright (c) by David O'Brien 1998. -# $Id: Makefile,v 1.8 1998/08/27 08:09:41 obrien Exp $ +# $FreeBSD$ INFO= am-utils diff --git a/usr.sbin/amd/fixmount/Makefile b/usr.sbin/amd/fixmount/Makefile index 3ea214f..508064e 100644 --- a/usr.sbin/amd/fixmount/Makefile +++ b/usr.sbin/amd/fixmount/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id: Makefile,v 1.2 1998/08/30 19:59:52 gpalmer Exp $ +# $FreeBSD$ # .PATH: ${.CURDIR}/../../../contrib/amd/fixmount \ diff --git a/usr.sbin/amd/fsinfo/Makefile b/usr.sbin/amd/fsinfo/Makefile index 5e54f6c..3694840 100644 --- a/usr.sbin/amd/fsinfo/Makefile +++ b/usr.sbin/amd/fsinfo/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id$ +# $FreeBSD$ # .PATH: ${.CURDIR}/../../../contrib/amd/fsinfo diff --git a/usr.sbin/amd/hlfsd/Makefile b/usr.sbin/amd/hlfsd/Makefile index 3cf19bc..8c65de9 100644 --- a/usr.sbin/amd/hlfsd/Makefile +++ b/usr.sbin/amd/hlfsd/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id: Makefile,v 1.2 1998/08/30 19:59:52 gpalmer Exp $ +# $FreeBSD$ # .PATH: ${.CURDIR}/../../../contrib/amd/hlfsd diff --git a/usr.sbin/amd/include/Makefile b/usr.sbin/amd/include/Makefile index edf048b..0bf2c8e 100644 --- a/usr.sbin/amd/include/Makefile +++ b/usr.sbin/amd/include/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # -# $Id$ +# $FreeBSD$ # # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998. diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index af004d1..ecf109f 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -1,5 +1,5 @@ /* - * $Id: config.h,v 1.10 1999/02/13 11:06:19 obrien Exp $ + * $FreeBSD$ * * portions derived from * $NetBSD: config.h,v 1.11 1998/08/08 22:33:37 christos Exp $ diff --git a/usr.sbin/amd/include/newvers.sh b/usr.sbin/amd/include/newvers.sh index 84663f0..09068b0 100644 --- a/usr.sbin/amd/include/newvers.sh +++ b/usr.sbin/amd/include/newvers.sh @@ -1,5 +1,5 @@ # $NetBSD: mkconf,v 1.1.1.1 1997/07/24 21:20:12 christos Exp $ -# $Id: newvers.sh,v 1.1 1998/08/27 08:09:41 obrien Exp $ +# $FreeBSD$ # mkconf # Generate local configuration parameters for amd # diff --git a/usr.sbin/amd/libamu/Makefile b/usr.sbin/amd/libamu/Makefile index d2f2699..ae02565 100644 --- a/usr.sbin/amd/libamu/Makefile +++ b/usr.sbin/amd/libamu/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id: Makefile,v 1.1 1998/08/27 08:09:41 obrien Exp $ +# $FreeBSD$ .PATH: ${.CURDIR}/../../../contrib/amd/libamu \ ${.CURDIR}/../../../contrib/amd/conf/transp \ diff --git a/usr.sbin/amd/mk-amd-map/Makefile b/usr.sbin/amd/mk-amd-map/Makefile index 3d12886..2978087 100644 --- a/usr.sbin/amd/mk-amd-map/Makefile +++ b/usr.sbin/amd/mk-amd-map/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id$ +# $FreeBSD$ # .PATH: ${.CURDIR}/../../../contrib/amd/mk-amd-map diff --git a/usr.sbin/amd/pawd/Makefile b/usr.sbin/amd/pawd/Makefile index c696e25..8c74b99 100644 --- a/usr.sbin/amd/pawd/Makefile +++ b/usr.sbin/amd/pawd/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id: Makefile,v 1.1 1998/08/27 08:09:41 obrien Exp $ +# $FreeBSD$ # .PATH: ${.CURDIR}/../../../contrib/amd/amq diff --git a/usr.sbin/amd/scripts/Makefile b/usr.sbin/amd/scripts/Makefile index 7665ca9..130b6bb 100644 --- a/usr.sbin/amd/scripts/Makefile +++ b/usr.sbin/amd/scripts/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1998/08/30 19:59:49 gpalmer Exp $ +# $FreeBSD$ .PATH: ${.CURDIR}/../../../contrib/amd/scripts diff --git a/usr.sbin/amd/wire-test/Makefile b/usr.sbin/amd/wire-test/Makefile index e29cf9f..f6d68c3 100644 --- a/usr.sbin/amd/wire-test/Makefile +++ b/usr.sbin/amd/wire-test/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id: Makefile,v 1.1 1998/08/27 08:09:42 obrien Exp $ +# $FreeBSD$ # .PATH: ${.CURDIR}/../../../contrib/amd/wire-test diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 7f04f9b..cdcba3e 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= apm LINKS= ${BINDIR}/apm ${BINDIR}/zzz diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index 98426fd..f076bd6 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -8,7 +8,7 @@ .\" responsible for the proper functioning of this software, nor does .\" the author assume any responsibility for damages incurred with its .\" -.\" $Id$ +.\" $FreeBSD$ .\" .\" use. .Dd November 1, 1994 diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c index 52b6c1c..aa63ae2b 100644 --- a/usr.sbin/apm/apm.c +++ b/usr.sbin/apm/apm.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] = - "$Id: apm.c,v 1.18 1999/07/30 19:35:21 msmith Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/file.h> diff --git a/usr.sbin/apmconf/apmconf.8 b/usr.sbin/apmconf/apmconf.8 index 8a184ea..249011b 100644 --- a/usr.sbin/apmconf/apmconf.8 +++ b/usr.sbin/apmconf/apmconf.8 @@ -6,7 +6,7 @@ .\" responsible for the proper functioning of this software, nor does .\" the author assume any responsibility for damages incurred with its .\" -.\" $Id$ +.\" $FreeBSD$ .\" .\" use. .Dd November 1, 1994 diff --git a/usr.sbin/apmconf/apmconf.c b/usr.sbin/apmconf/apmconf.c index cdeda50..0ce0720 100644 --- a/usr.sbin/apmconf/apmconf.c +++ b/usr.sbin/apmconf/apmconf.c @@ -13,7 +13,7 @@ #ifndef lint static const char rcsid[] = - "$Id: apmconf.c,v 1.7 1997/09/02 06:37:48 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/apmd/Makefile b/usr.sbin/apmd/Makefile index 98b9283..92dc1a2 100644 --- a/usr.sbin/apmd/Makefile +++ b/usr.sbin/apmd/Makefile @@ -1,5 +1,5 @@ # Makefile for apmd -# $Id: Makefile,v 1.1.3.2 1999/06/08 09:01:47 koie Exp $ +# $FreeBSD$ PROG= apmd SHSRCS= apmd.c apmdparse.y apmdlex.l diff --git a/usr.sbin/apmd/README b/usr.sbin/apmd/README index d5bf417..59a56e3 100644 --- a/usr.sbin/apmd/README +++ b/usr.sbin/apmd/README @@ -210,4 +210,4 @@ Created by: iwasaki@FreeBSD.org Edited by: jkh@FreeBSD.org nick@foobar.org -$Id: README,v 1.1.2.2 1999/06/08 09:01:47 koie Exp $ +$FreeBSD$ diff --git a/usr.sbin/apmd/apmd.8 b/usr.sbin/apmd/apmd.8 index 02675eb..37e80ab 100644 --- a/usr.sbin/apmd/apmd.8 +++ b/usr.sbin/apmd/apmd.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)apmd.8 1.1 (FreeBSD) 6/28/99 -.\" $Id: apmd.8,v 1.1.1 1999/6/08 09:01:47 koie Exp $ +.\" $FreeBSD$ .\" .Dd June 28, 1999 .Dt APMD 8 diff --git a/usr.sbin/apmd/apmd.c b/usr.sbin/apmd/apmd.c index c979bbb..7073dc4 100644 --- a/usr.sbin/apmd/apmd.c +++ b/usr.sbin/apmd/apmd.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id: apmd.c,v 1.1.3.13 1999/06/18 04:07:05 koie Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <assert.h> diff --git a/usr.sbin/apmd/apmd.h b/usr.sbin/apmd/apmd.h index 1357675..e45b84a 100644 --- a/usr.sbin/apmd/apmd.h +++ b/usr.sbin/apmd/apmd.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apmd.h,v 1.1.3.8 1999/06/18 04:07:05 koie Exp $ + * $FreeBSD$ */ #define APMD_CONFIGFILE "/etc/apmd.conf" diff --git a/usr.sbin/apmd/apmdlex.l b/usr.sbin/apmd/apmdlex.l index 4e20c6a..34598bb 100644 --- a/usr.sbin/apmd/apmdlex.l +++ b/usr.sbin/apmd/apmdlex.l @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apmdlex.l,v 1.1.3.5 1999/06/08 09:01:47 koie Exp $ + * $FreeBSD$ */ #include <string.h> diff --git a/usr.sbin/apmd/apmdparse.y b/usr.sbin/apmd/apmdparse.y index b307f7e..ce9c9dc 100644 --- a/usr.sbin/apmd/apmdparse.y +++ b/usr.sbin/apmd/apmdparse.y @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apmdparse.y,v 1.1.3.5 1999/06/08 09:01:47 koie Exp $ + * $FreeBSD$ */ #include <stdio.h> diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4 index 027e0a4..39c60c5b 100644 --- a/usr.sbin/arp/arp.4 +++ b/usr.sbin/arp/arp.4 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)arp4.4 6.5 (Berkeley) 4/18/94 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd April 18, 1994 .Dt ARP 4 diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8 index 307d439..1c6fb67 100644 --- a/usr.sbin/arp/arp.8 +++ b/usr.sbin/arp/arp.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)arp.8 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt ARP 8 diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c index efe4ab1..3fd725d 100644 --- a/usr.sbin/arp/arp.c +++ b/usr.sbin/arp/arp.c @@ -45,7 +45,7 @@ static char const copyright[] = static char const sccsid[] = "@(#)from: arp.c 8.2 (Berkeley) 1/2/94"; #endif static const char rcsid[] = - "$Id: arp.c,v 1.15 1999/03/10 10:11:43 julian Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/atm/Makefile b/usr.sbin/atm/Makefile index a32385f..96f3cbf 100644 --- a/usr.sbin/atm/Makefile +++ b/usr.sbin/atm/Makefile @@ -23,7 +23,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ +# @(#) $FreeBSD$ # # diff --git a/usr.sbin/atm/Makefile.inc b/usr.sbin/atm/Makefile.inc index bcc3406..2a0f3f6 100644 --- a/usr.sbin/atm/Makefile.inc +++ b/usr.sbin/atm/Makefile.inc @@ -23,7 +23,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ +# @(#) $FreeBSD$ # # diff --git a/usr.sbin/atm/atmarpd/Makefile b/usr.sbin/atm/atmarpd/Makefile index 013e119..ebe4056 100644 --- a/usr.sbin/atm/atmarpd/Makefile +++ b/usr.sbin/atm/atmarpd/Makefile @@ -23,7 +23,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:33 phk Exp $ +# @(#) $FreeBSD$ # # diff --git a/usr.sbin/atm/atmarpd/atmarp_config.c b/usr.sbin/atm/atmarpd/atmarp_config.c index 03cc11c..4f7d62e 100644 --- a/usr.sbin/atm/atmarpd/atmarp_config.c +++ b/usr.sbin/atm/atmarpd/atmarp_config.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atmarp_config.c,v 1.1 1998/09/15 08:23:14 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -61,7 +61,7 @@ #include "atmarp_var.h" #ifndef lint -__RCSID("@(#) $Id: atmarp_config.c,v 1.1 1998/09/15 08:23:14 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/atmarpd/atmarp_log.c b/usr.sbin/atm/atmarpd/atmarp_log.c index f7201b0..d697747 100644 --- a/usr.sbin/atm/atmarpd/atmarp_log.c +++ b/usr.sbin/atm/atmarpd/atmarp_log.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atmarp_log.c,v 1.1 1998/09/15 08:23:14 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -64,7 +64,7 @@ #include "atmarp_var.h" #ifndef lint -__RCSID("@(#) $Id: atmarp_log.c,v 1.1 1998/09/15 08:23:14 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/atmarpd/atmarp_scsp.c b/usr.sbin/atm/atmarpd/atmarp_scsp.c index b0a01a7..0f842e4 100644 --- a/usr.sbin/atm/atmarpd/atmarp_scsp.c +++ b/usr.sbin/atm/atmarpd/atmarp_scsp.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atmarp_scsp.c,v 1.1 1998/09/15 08:23:14 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -64,7 +64,7 @@ #include "atmarp_var.h" #ifndef lint -__RCSID("@(#) $Id: atmarp_scsp.c,v 1.1 1998/09/15 08:23:14 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/atmarpd/atmarp_subr.c b/usr.sbin/atm/atmarpd/atmarp_subr.c index 51ba9fa..8f5db45 100644 --- a/usr.sbin/atm/atmarpd/atmarp_subr.c +++ b/usr.sbin/atm/atmarpd/atmarp_subr.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atmarp_subr.c,v 1.1 1998/09/15 08:23:14 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -68,7 +68,7 @@ #include "atmarp_var.h" #ifndef lint -__RCSID("@(#) $Id: atmarp_subr.c,v 1.1 1998/09/15 08:23:14 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/atmarpd/atmarp_timer.c b/usr.sbin/atm/atmarpd/atmarp_timer.c index cee01eb..ad7c987 100644 --- a/usr.sbin/atm/atmarpd/atmarp_timer.c +++ b/usr.sbin/atm/atmarpd/atmarp_timer.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atmarp_timer.c,v 1.1 1998/09/15 08:23:15 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -61,7 +61,7 @@ #include "atmarp_var.h" #ifndef lint -__RCSID("@(#) $Id: atmarp_timer.c,v 1.1 1998/09/15 08:23:15 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/atmarpd/atmarp_var.h b/usr.sbin/atm/atmarpd/atmarp_var.h index 708dc63..f11d982 100644 --- a/usr.sbin/atm/atmarpd/atmarp_var.h +++ b/usr.sbin/atm/atmarpd/atmarp_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atmarp_var.h,v 1.1 1998/09/15 08:23:15 phk Exp $ + * @(#) $FreeBSD$ * */ diff --git a/usr.sbin/atm/atmarpd/atmarpd.8 b/usr.sbin/atm/atmarpd/atmarpd.8 index 7aabddf..24693f0 100644 --- a/usr.sbin/atm/atmarpd/atmarpd.8 +++ b/usr.sbin/atm/atmarpd/atmarpd.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" @(#) $Id: atmarpd.8,v 1.1 1998/09/15 08:23:15 phk Exp $ +.\" @(#) $FreeBSD$ .\" .\" .de EX \"Begin example diff --git a/usr.sbin/atm/atmarpd/atmarpd.c b/usr.sbin/atm/atmarpd/atmarpd.c index befa071..063a304 100644 --- a/usr.sbin/atm/atmarpd/atmarpd.c +++ b/usr.sbin/atm/atmarpd/atmarpd.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atmarpd.c,v 1.1 1998/09/15 08:23:15 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -63,7 +63,7 @@ #include "atmarp_var.h" #ifndef lint -__RCSID("@(#) $Id: atmarpd.c,v 1.1 1998/09/15 08:23:15 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/Makefile b/usr.sbin/atm/scspd/Makefile index ce36b5a..edea748 100644 --- a/usr.sbin/atm/scspd/Makefile +++ b/usr.sbin/atm/scspd/Makefile @@ -23,7 +23,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $Id: Makefile,v 1.4 1998/09/15 19:01:46 jkh Exp $ +# @(#) $FreeBSD$ # # diff --git a/usr.sbin/atm/scspd/scsp_cafsm.c b/usr.sbin/atm/scspd/scsp_cafsm.c index 6741dde..dfb9055 100644 --- a/usr.sbin/atm/scspd/scsp_cafsm.c +++ b/usr.sbin/atm/scspd/scsp_cafsm.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_cafsm.c,v 1.1 1998/09/15 08:23:15 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -61,7 +61,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scsp_cafsm.c,v 1.1 1998/09/15 08:23:15 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_config.c b/usr.sbin/atm/scspd/scsp_config.c index 9d86b58..442fbdf 100644 --- a/usr.sbin/atm/scspd/scsp_config.c +++ b/usr.sbin/atm/scspd/scsp_config.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_config.c,v 1.1 1998/09/15 08:23:15 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -60,7 +60,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scsp_config.c,v 1.1 1998/09/15 08:23:15 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_config_lex.c b/usr.sbin/atm/scspd/scsp_config_lex.c index c930d8c..d83357b 100644 --- a/usr.sbin/atm/scspd/scsp_config_lex.c +++ b/usr.sbin/atm/scspd/scsp_config_lex.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_config_lex.c,v 1.1 1998/09/15 08:23:16 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -62,7 +62,7 @@ #include "scsp_config_parse.h" #ifndef lint -__RCSID("@(#) $Id: scsp_config_lex.c,v 1.1 1998/09/15 08:23:16 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_config_parse.y b/usr.sbin/atm/scspd/scsp_config_parse.y index e5ef706..ad6108f 100644 --- a/usr.sbin/atm/scspd/scsp_config_parse.y +++ b/usr.sbin/atm/scspd/scsp_config_parse.y @@ -24,7 +24,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_config_parse.y,v 1.1 1998/09/15 08:23:16 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -66,7 +66,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scsp_config_parse.y,v 1.1 1998/09/15 08:23:16 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_hfsm.c b/usr.sbin/atm/scspd/scsp_hfsm.c index 8dae5a1..d1bec16 100644 --- a/usr.sbin/atm/scspd/scsp_hfsm.c +++ b/usr.sbin/atm/scspd/scsp_hfsm.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_hfsm.c,v 1.1 1998/09/15 08:23:16 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -58,7 +58,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scsp_hfsm.c,v 1.1 1998/09/15 08:23:16 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_if.c b/usr.sbin/atm/scspd/scsp_if.c index e9ced0a..53496b8 100644 --- a/usr.sbin/atm/scspd/scsp_if.c +++ b/usr.sbin/atm/scspd/scsp_if.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_if.c,v 1.1 1998/09/15 08:23:16 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -62,7 +62,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scsp_if.c,v 1.1 1998/09/15 08:23:16 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_if.h b/usr.sbin/atm/scspd/scsp_if.h index dde3407..844ee2c 100644 --- a/usr.sbin/atm/scspd/scsp_if.h +++ b/usr.sbin/atm/scspd/scsp_if.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_if.h,v 1.2 1998/07/16 15:59:33 johnc Exp $ + * @(#) $FreeBSD$ * */ diff --git a/usr.sbin/atm/scspd/scsp_input.c b/usr.sbin/atm/scspd/scsp_input.c index 86cc3be..8f0ccbf 100644 --- a/usr.sbin/atm/scspd/scsp_input.c +++ b/usr.sbin/atm/scspd/scsp_input.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_input.c,v 1.1 1998/09/15 08:23:16 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -61,7 +61,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scsp_input.c,v 1.1 1998/09/15 08:23:16 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_log.c b/usr.sbin/atm/scspd/scsp_log.c index 21f4222..8de8d2c 100644 --- a/usr.sbin/atm/scspd/scsp_log.c +++ b/usr.sbin/atm/scspd/scsp_log.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_log.c,v 1.1 1998/09/15 08:23:16 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -67,7 +67,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scsp_log.c,v 1.1 1998/09/15 08:23:16 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_msg.c b/usr.sbin/atm/scspd/scsp_msg.c index 9db61ba..c7329ec 100644 --- a/usr.sbin/atm/scspd/scsp_msg.c +++ b/usr.sbin/atm/scspd/scsp_msg.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_msg.c,v 1.1 1998/09/15 08:23:16 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -61,7 +61,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scsp_msg.c,v 1.1 1998/09/15 08:23:16 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_msg.h b/usr.sbin/atm/scspd/scsp_msg.h index 3ee3bf5..c70ada7 100644 --- a/usr.sbin/atm/scspd/scsp_msg.h +++ b/usr.sbin/atm/scspd/scsp_msg.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_msg.h,v 1.1 1998/07/10 15:29:02 johnc Exp $ + * @(#) $FreeBSD$ * */ diff --git a/usr.sbin/atm/scspd/scsp_output.c b/usr.sbin/atm/scspd/scsp_output.c index 7f8f1cd..344f5c0 100644 --- a/usr.sbin/atm/scspd/scsp_output.c +++ b/usr.sbin/atm/scspd/scsp_output.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_output.c,v 1.1 1998/09/15 08:23:17 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -62,7 +62,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scsp_output.c,v 1.1 1998/09/15 08:23:17 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_print.c b/usr.sbin/atm/scspd/scsp_print.c index 89b69a5..2855564 100644 --- a/usr.sbin/atm/scspd/scsp_print.c +++ b/usr.sbin/atm/scspd/scsp_print.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_print.c,v 1.1 1998/09/15 08:23:17 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -62,7 +62,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scsp_print.c,v 1.1 1998/09/15 08:23:17 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_socket.c b/usr.sbin/atm/scspd/scsp_socket.c index aa6e040..2dd37e2 100644 --- a/usr.sbin/atm/scspd/scsp_socket.c +++ b/usr.sbin/atm/scspd/scsp_socket.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_socket.c,v 1.1 1998/09/15 08:23:17 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -63,7 +63,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scsp_socket.c,v 1.1 1998/09/15 08:23:17 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_subr.c b/usr.sbin/atm/scspd/scsp_subr.c index 3540694..e1c8581 100644 --- a/usr.sbin/atm/scspd/scsp_subr.c +++ b/usr.sbin/atm/scspd/scsp_subr.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_subr.c,v 1.1 1998/09/15 08:23:17 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -64,7 +64,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scsp_subr.c,v 1.1 1998/09/15 08:23:17 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_timer.c b/usr.sbin/atm/scspd/scsp_timer.c index d61dad3..82e49fc 100644 --- a/usr.sbin/atm/scspd/scsp_timer.c +++ b/usr.sbin/atm/scspd/scsp_timer.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_timer.c,v 1.1 1998/09/15 08:23:17 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -57,7 +57,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scsp_timer.c,v 1.1 1998/09/15 08:23:17 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/atm/scspd/scsp_var.h b/usr.sbin/atm/scspd/scsp_var.h index 707b688..115ec42 100644 --- a/usr.sbin/atm/scspd/scsp_var.h +++ b/usr.sbin/atm/scspd/scsp_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_var.h,v 1.1 1998/09/15 08:23:17 phk Exp $ + * @(#) $FreeBSD$ * */ diff --git a/usr.sbin/atm/scspd/scspd.8 b/usr.sbin/atm/scspd/scspd.8 index 1a9b0ab..5c0b160 100644 --- a/usr.sbin/atm/scspd/scspd.8 +++ b/usr.sbin/atm/scspd/scspd.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" @(#) $Id: scspd.1,v 1.2 1998/08/26 21:39:38 johnc Exp $ +.\" @(#) $FreeBSD$ .\" .\" .de EX \"Begin example diff --git a/usr.sbin/atm/scspd/scspd.c b/usr.sbin/atm/scspd/scspd.c index 932fdef..a8a6d89 100644 --- a/usr.sbin/atm/scspd/scspd.c +++ b/usr.sbin/atm/scspd/scspd.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scspd.c,v 1.1 1998/09/15 08:23:17 phk Exp $ + * @(#) $FreeBSD$ * */ @@ -63,7 +63,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $Id: scspd.c,v 1.1 1998/09/15 08:23:17 phk Exp $"); +__RCSID("@(#) $FreeBSD$"); #endif diff --git a/usr.sbin/bad144/bad144.8 b/usr.sbin/bad144/bad144.8 index 4b711b6..9be46e6 100644 --- a/usr.sbin/bad144/bad144.8 +++ b/usr.sbin/bad144/bad144.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bad144.8 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd May 13, 1995 .Dt BAD144 8 diff --git a/usr.sbin/bad144/bad144.c b/usr.sbin/bad144/bad144.c index ded783e..bd5c53f 100644 --- a/usr.sbin/bad144/bad144.c +++ b/usr.sbin/bad144/bad144.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)bad144.c 8.2 (Berkeley) 4/27/95"; #endif static const char rcsid[] = - "$Id: bad144.c,v 1.16 1997/12/12 17:58:31 bde Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/boot0cfg/Makefile b/usr.sbin/boot0cfg/Makefile index 6f965e3..81189f3 100644 --- a/usr.sbin/boot0cfg/Makefile +++ b/usr.sbin/boot0cfg/Makefile @@ -1,4 +1,4 @@ -# $Id: $ +# $FreeBSD$ PROG= boot0cfg MAN8= boot0cfg.8 diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8 index bdeb482..a56356a 100644 --- a/usr.sbin/boot0cfg/boot0cfg.8 +++ b/usr.sbin/boot0cfg/boot0cfg.8 @@ -22,7 +22,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: boot0cfg.8,v 1.3 1999/02/26 14:57:17 rnordier Exp $ +.\" $FreeBSD$ .\" .Dd February 21, 1999 .Dt BOOT0CFG 8 diff --git a/usr.sbin/boot0cfg/boot0cfg.c b/usr.sbin/boot0cfg/boot0cfg.c index fd87786..e755ef9 100644 --- a/usr.sbin/boot0cfg/boot0cfg.c +++ b/usr.sbin/boot0cfg/boot0cfg.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: boot0cfg.c,v 1.5 1999/06/21 14:40:59 rnordier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/bootparamd/bootparamd/Makefile b/usr.sbin/bootparamd/bootparamd/Makefile index 3e45b90..7a702b9 100644 --- a/usr.sbin/bootparamd/bootparamd/Makefile +++ b/usr.sbin/bootparamd/bootparamd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.9 1997/02/22 16:04:21 peter Exp $ +# $FreeBSD$ PROG= bootparamd SRCS= bootparamd.c main.c ${GENSRCS} diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.8 b/usr.sbin/bootparamd/bootparamd/bootparamd.8 index 73c3396..4503c10 100644 --- a/usr.sbin/bootparamd/bootparamd/bootparamd.8 +++ b/usr.sbin/bootparamd/bootparamd/bootparamd.8 @@ -1,5 +1,5 @@ .\" @(#)bootparamd.8 -.\" $Id$ +.\" $FreeBSD$ .Dd November 8, 1989 .Dt BOOTPARAMD 8 .Os diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.c b/usr.sbin/bootparamd/bootparamd/bootparamd.c index 2c5da81..80fbe70 100644 --- a/usr.sbin/bootparamd/bootparamd/bootparamd.c +++ b/usr.sbin/bootparamd/bootparamd/bootparamd.c @@ -9,7 +9,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to #ifndef lint static const char rcsid[] = - "$Id: bootparamd.c,v 1.8 1997/10/19 10:42:39 joerg Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <rpc/rpc.h> diff --git a/usr.sbin/bootparamd/bootparamd/bootparams.5 b/usr.sbin/bootparamd/bootparamd/bootparams.5 index 97b561e..85f4c98 100644 --- a/usr.sbin/bootparamd/bootparamd/bootparams.5 +++ b/usr.sbin/bootparamd/bootparamd/bootparams.5 @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" from: Id: bootparams.5,v 1.2 1994/10/03 19:26:13 gwr Exp -.\" $Id: bootparams.5,v 1.7 1997/09/04 11:49:26 charnier Exp $ +.\" $FreeBSD$ .\" .Dd October 2, 1994 .Dt BOOTPARAMS 5 diff --git a/usr.sbin/bootparamd/bootparamd/main.c b/usr.sbin/bootparamd/bootparamd/main.c index 7484bec..a3cc0e7 100644 --- a/usr.sbin/bootparamd/bootparamd/main.c +++ b/usr.sbin/bootparamd/bootparamd/main.c @@ -9,7 +9,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.7 1997/09/04 11:49:28 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/bootparamd/callbootd/Makefile b/usr.sbin/bootparamd/callbootd/Makefile index 1d4fa9d..92ae2e5 100644 --- a/usr.sbin/bootparamd/callbootd/Makefile +++ b/usr.sbin/bootparamd/callbootd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.8 1997/02/22 16:04:27 peter Exp $ +# $FreeBSD$ PROG= callbootd SRCS= callbootd.c ${GENSRCS} diff --git a/usr.sbin/bootparamd/callbootd/callbootd.c b/usr.sbin/bootparamd/callbootd/callbootd.c index f92fb5f..7a09168 100644 --- a/usr.sbin/bootparamd/callbootd/callbootd.c +++ b/usr.sbin/bootparamd/callbootd/callbootd.c @@ -9,7 +9,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to #ifndef lint static const char rcsid[] = - "$Id: callbootd.c,v 1.6 1997/09/04 11:50:37 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "bootparam_prot.h" diff --git a/usr.sbin/btxld/Makefile b/usr.sbin/btxld/Makefile index dd00a04..229b20e 100644 --- a/usr.sbin/btxld/Makefile +++ b/usr.sbin/btxld/Makefile @@ -1,4 +1,4 @@ -# $Id:$ +# $FreeBSD$ PROG= btxld SRCS= btxld.c elfh.c diff --git a/usr.sbin/btxld/btx.h b/usr.sbin/btxld/btx.h index 4a31012..86f0ede 100644 --- a/usr.sbin/btxld/btx.h +++ b/usr.sbin/btxld/btx.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #ifndef _BTX_H_ diff --git a/usr.sbin/btxld/btxld.8 b/usr.sbin/btxld/btxld.8 index 4267270..1510ba2 100644 --- a/usr.sbin/btxld/btxld.8 +++ b/usr.sbin/btxld/btxld.8 @@ -22,7 +22,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id:$ +.\" $FreeBSD$ .\" .Dd September 12, 1998 .Dt BTXLD 8 diff --git a/usr.sbin/btxld/btxld.c b/usr.sbin/btxld/btxld.c index 51620ac..e24f4f4 100644 --- a/usr.sbin/btxld/btxld.c +++ b/usr.sbin/btxld/btxld.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: btxld.c,v 1.1.1.1 1998/09/12 06:49:48 rnordier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/btxld/elfh.c b/usr.sbin/btxld/elfh.c index c60f3b2..cf16348 100644 --- a/usr.sbin/btxld/elfh.c +++ b/usr.sbin/btxld/elfh.c @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #include <stddef.h> diff --git a/usr.sbin/btxld/elfh.h b/usr.sbin/btxld/elfh.h index f7a845a..cf00f38 100644 --- a/usr.sbin/btxld/elfh.h +++ b/usr.sbin/btxld/elfh.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #include <elf.h> diff --git a/usr.sbin/cdcontrol/cdcontrol.1 b/usr.sbin/cdcontrol/cdcontrol.1 index 22e788f..af38043 100644 --- a/usr.sbin/cdcontrol/cdcontrol.1 +++ b/usr.sbin/cdcontrol/cdcontrol.1 @@ -1,4 +1,4 @@ -.\" $Id: cdcontrol.1,v 1.17 1999/01/31 03:35:17 billf Exp $ +.\" $FreeBSD$ .\" .Dd July 3, 1995 .Dt CDCONTROL 1 diff --git a/usr.sbin/cdcontrol/cdcontrol.c b/usr.sbin/cdcontrol/cdcontrol.c index ed4f433..4e124c9 100644 --- a/usr.sbin/cdcontrol/cdcontrol.c +++ b/usr.sbin/cdcontrol/cdcontrol.c @@ -20,7 +20,7 @@ #ifndef lint static const char rcsid[] = - "$Id: cdcontrol.c,v 1.20 1999/08/19 04:10:31 mdodd Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/chkgrp/Makefile b/usr.sbin/chkgrp/Makefile index 3c691ee..12afb6f 100644 --- a/usr.sbin/chkgrp/Makefile +++ b/usr.sbin/chkgrp/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= chkgrp SRCS= chkgrp.c diff --git a/usr.sbin/chkgrp/chkgrp.8 b/usr.sbin/chkgrp/chkgrp.8 index cced32d..7ebe289 100644 --- a/usr.sbin/chkgrp/chkgrp.8 +++ b/usr.sbin/chkgrp/chkgrp.8 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: chkgrp.8,v 1.3 1998/05/31 17:24:25 des Exp $ +.\" $FreeBSD$ .\" .Dd May 5, 1998 .Dt CHKGRP 8 diff --git a/usr.sbin/chkgrp/chkgrp.c b/usr.sbin/chkgrp/chkgrp.c index 1806301..1389d42 100644 --- a/usr.sbin/chkgrp/chkgrp.c +++ b/usr.sbin/chkgrp/chkgrp.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/chown/chgrp.1 b/usr.sbin/chown/chgrp.1 index 1bebab1..3354b5e 100644 --- a/usr.sbin/chown/chgrp.1 +++ b/usr.sbin/chown/chgrp.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chgrp.1 8.3 (Berkeley) 3/31/94 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd March 31, 1994 .Dt CHGRP 1 diff --git a/usr.sbin/chown/chown.8 b/usr.sbin/chown/chown.8 index 38372c2..351b89d 100644 --- a/usr.sbin/chown/chown.8 +++ b/usr.sbin/chown/chown.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chown.8 8.3 (Berkeley) 3/31/94 -.\" $Id: chown.8,v 1.5 1997/03/31 13:03:47 peter Exp $ +.\" $FreeBSD$ .\" .Dd March 31, 1994 .Dt CHOWN 8 diff --git a/usr.sbin/chown/chown.c b/usr.sbin/chown/chown.c index 71dafb9..e414416 100644 --- a/usr.sbin/chown/chown.c +++ b/usr.sbin/chown/chown.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)chown.c 8.8 (Berkeley) 4/4/94"; #else static const char rcsid[] = - "$Id: chown.c,v 1.11 1998/05/02 12:57:57 helbig Exp $"; + "$FreeBSD$"; #endif #endif /* not lint */ diff --git a/usr.sbin/chroot/chroot.8 b/usr.sbin/chroot/chroot.8 index 83305bf..b51123e0 100644 --- a/usr.sbin/chroot/chroot.8 +++ b/usr.sbin/chroot/chroot.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chroot.8 8.1 (Berkeley) 6/9/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 9, 1993 .Dt CHROOT 8 diff --git a/usr.sbin/chroot/chroot.c b/usr.sbin/chroot/chroot.c index 4049c6c..ccd9c49 100644 --- a/usr.sbin/chroot/chroot.c +++ b/usr.sbin/chroot/chroot.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)chroot.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/ckdist/Makefile b/usr.sbin/ckdist/Makefile index 884fe9e..74c4c54 100644 --- a/usr.sbin/ckdist/Makefile +++ b/usr.sbin/ckdist/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1997/01/14 14:50:52 rnordier Exp $ +# $FreeBSD$ PROG= ckdist diff --git a/usr.sbin/ckdist/ckdist.1 b/usr.sbin/ckdist/ckdist.1 index 710df29..2656f69 100644 --- a/usr.sbin/ckdist/ckdist.1 +++ b/usr.sbin/ckdist/ckdist.1 @@ -1,7 +1,7 @@ .\" Copyright (c) 1997 Robert Nordier .\" All rights reserved. .\" -.\" $Id: ckdist.1,v 1.2 1997/09/15 06:33:51 charnier Exp $ +.\" $FreeBSD$ .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/usr.sbin/ckdist/ckdist.c b/usr.sbin/ckdist/ckdist.c index e71a581..2c8e83e 100644 --- a/usr.sbin/ckdist/ckdist.c +++ b/usr.sbin/ckdist/ckdist.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index c2c4638..da02260 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.23 1999/04/18 13:36:28 peter Exp $ +# $FreeBSD$ PROG= config CFLAGS+=-I. -I${.CURDIR} diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index b212e09..c27d255 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)config.8 8.2 (Berkeley) 4/19/94 -.\" $Id: config.8,v 1.14 1999/07/12 20:12:05 nik Exp $ +.\" $FreeBSD$ .\" .Dd April 19, 1994 .Dt CONFIG 8 diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h index 81e7577..246e138 100644 --- a/usr.sbin/config/configvers.h +++ b/usr.sbin/config/configvers.h @@ -6,6 +6,6 @@ * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE * and <osreldate.h> system. * - * $Id: configvers.h,v 1.14 1999/05/09 17:23:33 phk Exp $ + * $FreeBSD$ */ #define CONFIGVERS 400016 diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c index 81b04dd..450b307 100644 --- a/usr.sbin/config/main.c +++ b/usr.sbin/config/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: main.c,v 1.33 1999/05/09 17:23:35 phk Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/config/mkheaders.c b/usr.sbin/config/mkheaders.c index 3a39fe1..0c92550 100644 --- a/usr.sbin/config/mkheaders.c +++ b/usr.sbin/config/mkheaders.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mkheaders.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: mkheaders.c,v 1.9 1999/04/17 14:41:40 peter Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/config/mkioconf.c b/usr.sbin/config/mkioconf.c index 96b1619..cf79ce5 100644 --- a/usr.sbin/config/mkioconf.c +++ b/usr.sbin/config/mkioconf.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mkioconf.c 8.2 (Berkeley) 1/21/94"; #endif static const char rcsid[] = - "$Id: mkioconf.c,v 1.53 1999/04/19 14:40:55 peter Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c index c161ef8..7536241 100644 --- a/usr.sbin/config/mkmakefile.c +++ b/usr.sbin/config/mkmakefile.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mkmakefile.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: mkmakefile.c,v 1.43 1999/05/09 18:54:23 peter Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/config/mkoptions.c b/usr.sbin/config/mkoptions.c index 5a3e387..f413a7b 100644 --- a/usr.sbin/config/mkoptions.c +++ b/usr.sbin/config/mkoptions.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)mkheaders.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: mkoptions.c,v 1.11 1999/04/24 18:59:19 peter Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/cron/Makefile.inc b/usr.sbin/cron/Makefile.inc index b6021e3..f9208ec 100644 --- a/usr.sbin/cron/Makefile.inc +++ b/usr.sbin/cron/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ .if exists(${.OBJDIR}/../lib) LIBCRON=${.OBJDIR}/../lib/libcron.a diff --git a/usr.sbin/cron/cron/Makefile b/usr.sbin/cron/cron/Makefile index e52d31d..318e781 100644 --- a/usr.sbin/cron/cron/Makefile +++ b/usr.sbin/cron/cron/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= cron SRCS= cron.c database.c do_command.c job.c user.c popen.c diff --git a/usr.sbin/cron/cron/compat.h b/usr.sbin/cron/cron/compat.h index e286e0f..905c3aa 100644 --- a/usr.sbin/cron/cron/compat.h +++ b/usr.sbin/cron/cron/compat.h @@ -16,7 +16,7 @@ */ /* - * $Id$ + * $FreeBSD$ */ #ifndef __P diff --git a/usr.sbin/cron/cron/config.h b/usr.sbin/cron/cron/config.h index d704888..6d77da2 100644 --- a/usr.sbin/cron/cron/config.h +++ b/usr.sbin/cron/cron/config.h @@ -17,7 +17,7 @@ /* config.h - configurables for Vixie Cron * - * $Id$ + * $FreeBSD$ */ #if !defined(_PATH_SENDMAIL) diff --git a/usr.sbin/cron/cron/cron.8 b/usr.sbin/cron/cron/cron.8 index 256de2b..d43ea58 100644 --- a/usr.sbin/cron/cron/cron.8 +++ b/usr.sbin/cron/cron/cron.8 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $Id: cron.8,v 1.5 1997/09/15 06:39:03 charnier Exp $ +.\" $FreeBSD$ .\" .Dd December 20, 1993 .Dt CRON 8 diff --git a/usr.sbin/cron/cron/cron.c b/usr.sbin/cron/cron/cron.c index ff90831..e8f8557 100644 --- a/usr.sbin/cron/cron/cron.c +++ b/usr.sbin/cron/cron/cron.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$Id: cron.c,v 1.7 1998/07/06 20:28:04 bde Exp $"; + "$FreeBSD$"; #endif #define MAIN_PROGRAM diff --git a/usr.sbin/cron/cron/cron.h b/usr.sbin/cron/cron/cron.h index 9513271..c125874 100644 --- a/usr.sbin/cron/cron/cron.h +++ b/usr.sbin/cron/cron/cron.h @@ -17,7 +17,7 @@ /* cron.h - header for vixie's cron * - * $Id: cron.h,v 1.7 1997/09/15 06:39:04 charnier Exp $ + * $FreeBSD$ * * vix 14nov88 [rest of log is in RCS] * vix 14jan87 [0 or 7 can be sunday; thanks, mwm@berkeley] diff --git a/usr.sbin/cron/cron/database.c b/usr.sbin/cron/cron/database.c index 7d8bf6f..9ebf75d 100644 --- a/usr.sbin/cron/cron/database.c +++ b/usr.sbin/cron/cron/database.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$Id: database.c,v 1.6 1997/02/22 16:04:42 peter Exp $"; + "$FreeBSD$"; #endif /* vix 26jan87 [RCS has the log] diff --git a/usr.sbin/cron/cron/do_command.c b/usr.sbin/cron/cron/do_command.c index 03236f4..e674563 100644 --- a/usr.sbin/cron/cron/do_command.c +++ b/usr.sbin/cron/cron/do_command.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$Id: do_command.c,v 1.13 1997/09/15 06:39:06 charnier Exp $"; + "$FreeBSD$"; #endif diff --git a/usr.sbin/cron/cron/job.c b/usr.sbin/cron/cron/job.c index 01ed0d6..6d1b1af 100644 --- a/usr.sbin/cron/cron/job.c +++ b/usr.sbin/cron/cron/job.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$Id: job.c,v 1.4 1997/02/22 16:04:44 peter Exp $"; + "$FreeBSD$"; #endif diff --git a/usr.sbin/cron/cron/pathnames.h b/usr.sbin/cron/cron/pathnames.h index 5c58967..ba91bfd 100644 --- a/usr.sbin/cron/cron/pathnames.h +++ b/usr.sbin/cron/cron/pathnames.h @@ -16,7 +16,7 @@ */ /* - * $Id$ + * $FreeBSD$ */ #if (defined(BSD)) && (BSD >= 199103) || defined(__linux) || defined(AIX) diff --git a/usr.sbin/cron/cron/popen.c b/usr.sbin/cron/cron/popen.c index 7613f54..3cd0f9a 100644 --- a/usr.sbin/cron/cron/popen.c +++ b/usr.sbin/cron/cron/popen.c @@ -28,7 +28,7 @@ static char sccsid[] = "@(#)popen.c 5.7 (Berkeley) 2/14/89"; #endif static const char rcsid[] = - "$Id: popen.c,v 1.5 1997/09/15 06:39:07 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "cron.h" diff --git a/usr.sbin/cron/cron/user.c b/usr.sbin/cron/cron/user.c index d583361..16fd617 100644 --- a/usr.sbin/cron/cron/user.c +++ b/usr.sbin/cron/cron/user.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$Id: user.c,v 1.6 1997/09/15 06:39:07 charnier Exp $"; + "$FreeBSD$"; #endif /* vix 26jan87 [log is in RCS file] diff --git a/usr.sbin/cron/crontab/Makefile b/usr.sbin/cron/crontab/Makefile index 99b6712..ce8d5d3 100644 --- a/usr.sbin/cron/crontab/Makefile +++ b/usr.sbin/cron/crontab/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= crontab CFLAGS+=-I${.CURDIR}/../cron diff --git a/usr.sbin/cron/crontab/crontab.1 b/usr.sbin/cron/crontab/crontab.1 index 351031b..e904d4d 100644 --- a/usr.sbin/cron/crontab/crontab.1 +++ b/usr.sbin/cron/crontab/crontab.1 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $Id: crontab.1,v 1.5 1998/03/23 08:21:29 charnier Exp $ +.\" $FreeBSD$ .\" .Dd December 29, 1993 .Dt CRONTAB 1 diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index 8eea248..b9953ad 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $Id: crontab.5,v 1.9 1999/07/27 16:39:02 n_hibma Exp $ +.\" $FreeBSD$ .\" .Dd January 24, 1994 .Dt CRONTAB 5 diff --git a/usr.sbin/cron/crontab/crontab.c b/usr.sbin/cron/crontab/crontab.c index 89a2d75..1ae6777 100644 --- a/usr.sbin/cron/crontab/crontab.c +++ b/usr.sbin/cron/crontab/crontab.c @@ -18,7 +18,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$Id: crontab.c,v 1.10 1997/03/31 05:09:58 imp Exp $"; + "$FreeBSD$"; #endif /* crontab - install and manage per-user crontab files diff --git a/usr.sbin/cron/doc/CONVERSION b/usr.sbin/cron/doc/CONVERSION index c18be0e..8821edd 100644 --- a/usr.sbin/cron/doc/CONVERSION +++ b/usr.sbin/cron/doc/CONVERSION @@ -1,4 +1,4 @@ -$Id$ +$FreeBSD$ Conversion of BSD 4.[23] crontab files: diff --git a/usr.sbin/cron/doc/FEATURES b/usr.sbin/cron/doc/FEATURES index 3c19cef..821d1f3 100644 --- a/usr.sbin/cron/doc/FEATURES +++ b/usr.sbin/cron/doc/FEATURES @@ -1,4 +1,4 @@ -$Id$ +$FreeBSD$ Features of Vixie's cron relative to BSD 4.[23] and SysV crons: diff --git a/usr.sbin/cron/doc/INSTALL b/usr.sbin/cron/doc/INSTALL index 0537c6d..7f4c997 100644 --- a/usr.sbin/cron/doc/INSTALL +++ b/usr.sbin/cron/doc/INSTALL @@ -15,7 +15,7 @@ * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul */ -$Id$ +$FreeBSD$ Read the comments at the top of the Makefile, then edit the area marked 'configurable stuff'. diff --git a/usr.sbin/cron/doc/MAIL b/usr.sbin/cron/doc/MAIL index 551575e..3549e94 100644 --- a/usr.sbin/cron/doc/MAIL +++ b/usr.sbin/cron/doc/MAIL @@ -3,7 +3,7 @@ version of cron. it is presented here for its entertainment value. --vix ] -$Id$ +$FreeBSD$ From ptsfa!lll-crg!ames!acornrc!bob Wed Dec 31 10:07:08 1986 Date: Wed, 31 Dec 86 08:59:31 pst diff --git a/usr.sbin/cron/doc/Makefile.vixie b/usr.sbin/cron/doc/Makefile.vixie index f659223..8df1301 100644 --- a/usr.sbin/cron/doc/Makefile.vixie +++ b/usr.sbin/cron/doc/Makefile.vixie @@ -17,7 +17,7 @@ # Makefile for vixie's cron # -# $Id$ +# $FreeBSD$ # # vix 03mar88 [moved to RCS, rest of log is in there] # vix 30mar87 [goodbye, time.c; hello, getopt] diff --git a/usr.sbin/cron/doc/README b/usr.sbin/cron/doc/README index d06e905..eaced9e 100644 --- a/usr.sbin/cron/doc/README +++ b/usr.sbin/cron/doc/README @@ -69,4 +69,4 @@ have to go edit a couple of files... So, here's the checklist: if you like it, change your /etc/{rc,rc.local} to use it instead of the old one. -$Id$ +$FreeBSD$ diff --git a/usr.sbin/cron/lib/compat.c b/usr.sbin/cron/lib/compat.c index 2143bc4..6057b86 100644 --- a/usr.sbin/cron/lib/compat.c +++ b/usr.sbin/cron/lib/compat.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id$"; +static char rcsid[] = "$FreeBSD$"; #endif /* vix 30dec93 [broke this out of misc.c - see RCS log for history] diff --git a/usr.sbin/cron/lib/entry.c b/usr.sbin/cron/lib/entry.c index b7dba59..51c1a0c 100644 --- a/usr.sbin/cron/lib/entry.c +++ b/usr.sbin/cron/lib/entry.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$Id: entry.c,v 1.7 1997/09/15 06:39:21 charnier Exp $"; + "$FreeBSD$"; #endif /* vix 26jan87 [RCS'd; rest of log is in RCS file] diff --git a/usr.sbin/cron/lib/env.c b/usr.sbin/cron/lib/env.c index d66e1a3..c5f2200 100644 --- a/usr.sbin/cron/lib/env.c +++ b/usr.sbin/cron/lib/env.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$Id: env.c,v 1.5 1997/02/22 16:05:07 peter Exp $"; + "$FreeBSD$"; #endif diff --git a/usr.sbin/cron/lib/misc.c b/usr.sbin/cron/lib/misc.c index 3e03182..eca9604 100644 --- a/usr.sbin/cron/lib/misc.c +++ b/usr.sbin/cron/lib/misc.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$Id: misc.c,v 1.6 1997/09/15 06:39:25 charnier Exp $"; + "$FreeBSD$"; #endif /* vix 26jan87 [RCS has the rest of the log] diff --git a/usr.sbin/crunch/crunchgen/crunchgen.1 b/usr.sbin/crunch/crunchgen/crunchgen.1 index 914b54f..f01ee2a 100644 --- a/usr.sbin/crunch/crunchgen/crunchgen.1 +++ b/usr.sbin/crunch/crunchgen/crunchgen.1 @@ -22,7 +22,7 @@ .\" Author: James da Silva, Systems Design and Analysis Group .\" Computer Science Department .\" University of Maryland at College Park -.\" $Id$ +.\" $FreeBSD$ .\" .Dd September 29, 1997 .Dt CRUNCHGEN 1 diff --git a/usr.sbin/crunch/crunchide/crunchide.1 b/usr.sbin/crunch/crunchide/crunchide.1 index 3fdd94e..3543c29 100644 --- a/usr.sbin/crunch/crunchide/crunchide.1 +++ b/usr.sbin/crunch/crunchide/crunchide.1 @@ -22,7 +22,7 @@ .\" Author: James da Silva, Systems Design and Analysis Group .\" Computer Science Department .\" University of Maryland at College Park -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 14, 1994 .Dt CRUNCHIDE 1 diff --git a/usr.sbin/crunch/examples/filesystem.conf b/usr.sbin/crunch/examples/filesystem.conf index 18fd8bf..1fb9385 100644 --- a/usr.sbin/crunch/examples/filesystem.conf +++ b/usr.sbin/crunch/examples/filesystem.conf @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin srcdirs /usr/src/sbin/i386 diff --git a/usr.sbin/crunch/examples/kcopy.conf b/usr.sbin/crunch/examples/kcopy.conf index c0ddbc6..3284e86 100644 --- a/usr.sbin/crunch/examples/kcopy.conf +++ b/usr.sbin/crunch/examples/kcopy.conf @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ srcdirs /usr/src/bin /usr/src/sbin diff --git a/usr.sbin/ctm/Makefile b/usr.sbin/ctm/Makefile index 89ae78a..630aab0 100644 --- a/usr.sbin/ctm/Makefile +++ b/usr.sbin/ctm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1997/02/22 16:05:14 peter Exp $ +# $FreeBSD$ SUBDIR= ctm ctm_rmail ctm_smail ctm_dequeue diff --git a/usr.sbin/ctm/Makefile.inc b/usr.sbin/ctm/Makefile.inc index 2ecf884..c6c2c5a 100644 --- a/usr.sbin/ctm/Makefile.inc +++ b/usr.sbin/ctm/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ .if exists(${.CURDIR}/../../Makefile.inc) .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/ctm/README b/usr.sbin/ctm/README index d6b94f5..7cdd344 100644 --- a/usr.sbin/ctm/README +++ b/usr.sbin/ctm/README @@ -5,7 +5,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id: README,v 1.6 1997/02/22 16:05:15 peter Exp $ +# $FreeBSD$ # What will I not find in this file ? diff --git a/usr.sbin/ctm/ctm/Makefile b/usr.sbin/ctm/ctm/Makefile index 43fb100..5fb80d5 100644 --- a/usr.sbin/ctm/ctm/Makefile +++ b/usr.sbin/ctm/ctm/Makefile @@ -6,7 +6,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id$ +# $FreeBSD$ # PROG= ctm diff --git a/usr.sbin/ctm/ctm/ctm.1 b/usr.sbin/ctm/ctm/ctm.1 index e1fa52d..4656301 100644 --- a/usr.sbin/ctm/ctm/ctm.1 +++ b/usr.sbin/ctm/ctm/ctm.1 @@ -10,7 +10,7 @@ .\" .\" CTM and ctm(1) by <phk@login.dknet.dk> .\" -.\" $Id: ctm.1,v 1.13 1997/09/17 06:24:44 charnier Exp $ +.\" $FreeBSD$ .\" .Dd Mar 25, 1995 .Os diff --git a/usr.sbin/ctm/ctm/ctm.5 b/usr.sbin/ctm/ctm/ctm.5 index 55e6ef2..c70fdff 100644 --- a/usr.sbin/ctm/ctm/ctm.5 +++ b/usr.sbin/ctm/ctm/ctm.5 @@ -10,7 +10,7 @@ .\" .\" CTM and ctm(1) by <phk@login.dknet.dk> .\" -.\" $Id: ctm.5,v 1.6 1997/09/17 06:24:44 charnier Exp $ +.\" $FreeBSD$ .\" .Dd March 25, 1995 .Os diff --git a/usr.sbin/ctm/ctm/ctm.c b/usr.sbin/ctm/ctm/ctm.c index a05b2d5..156f1ee 100644 --- a/usr.sbin/ctm/ctm/ctm.c +++ b/usr.sbin/ctm/ctm/ctm.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ctm.c,v 1.16 1997/02/22 16:05:21 peter Exp $ + * $FreeBSD$ * * This is the client program of 'CTM'. It will apply a CTM-patch to a * collection of files. diff --git a/usr.sbin/ctm/ctm/ctm.h b/usr.sbin/ctm/ctm/ctm.h index c53eb44..437672f 100644 --- a/usr.sbin/ctm/ctm/ctm.h +++ b/usr.sbin/ctm/ctm/ctm.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ctm.h,v 1.12 1997/02/22 16:05:21 peter Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_ed.c b/usr.sbin/ctm/ctm/ctm_ed.c index 31c5729..975b6b5 100644 --- a/usr.sbin/ctm/ctm/ctm_ed.c +++ b/usr.sbin/ctm/ctm/ctm_ed.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ctm_ed.c,v 1.8 1997/02/22 16:05:23 peter Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_input.c b/usr.sbin/ctm/ctm/ctm_input.c index 2bbbbb6..70192cd 100644 --- a/usr.sbin/ctm/ctm/ctm_input.c +++ b/usr.sbin/ctm/ctm/ctm_input.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id$ + * $FreeBSD$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass1.c b/usr.sbin/ctm/ctm/ctm_pass1.c index b98c0d1..90779de 100644 --- a/usr.sbin/ctm/ctm/ctm_pass1.c +++ b/usr.sbin/ctm/ctm/ctm_pass1.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id$ + * $FreeBSD$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass2.c b/usr.sbin/ctm/ctm/ctm_pass2.c index 7c38ff0..ea29895 100644 --- a/usr.sbin/ctm/ctm/ctm_pass2.c +++ b/usr.sbin/ctm/ctm/ctm_pass2.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ctm_pass2.c,v 1.15 1997/02/22 16:05:26 peter Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass3.c b/usr.sbin/ctm/ctm/ctm_pass3.c index 9ca19d8..1d45b15 100644 --- a/usr.sbin/ctm/ctm/ctm_pass3.c +++ b/usr.sbin/ctm/ctm/ctm_pass3.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ctm_pass3.c,v 1.17 1997/02/22 16:05:27 peter Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_passb.c b/usr.sbin/ctm/ctm/ctm_passb.c index 0cf657f..ace2ce7 100644 --- a/usr.sbin/ctm/ctm/ctm_passb.c +++ b/usr.sbin/ctm/ctm/ctm_passb.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Joseph Koshy * ---------------------------------------------------------------------------- * - * $Id: ctm_passb.c,v 1.3 1997/02/22 16:05:28 peter Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_syntax.c b/usr.sbin/ctm/ctm/ctm_syntax.c index 509aef1..5b7c637 100644 --- a/usr.sbin/ctm/ctm/ctm_syntax.c +++ b/usr.sbin/ctm/ctm/ctm_syntax.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id$ + * $FreeBSD$ * */ diff --git a/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c b/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c index 9e09864..932cd43 100644 --- a/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c +++ b/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ /* diff --git a/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 b/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 index 42dcdaa..084b3db 100644 --- a/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 +++ b/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 @@ -478,4 +478,4 @@ turn up here too. Error messages should be self explanatory. .\" Gosh! No bugs here! .\" This message brought to you by the Coalition for More Humour in Man Pages. .\" -.\" $Id: ctm_rmail.1,v 1.14 1998/04/08 12:00:48 cracauer Exp $ +.\" $FreeBSD$ diff --git a/usr.sbin/ctm/ctm_smail/ctm_smail.c b/usr.sbin/ctm/ctm_smail/ctm_smail.c index afd7cdd..f86d5d0 100644 --- a/usr.sbin/ctm/ctm_smail/ctm_smail.c +++ b/usr.sbin/ctm/ctm_smail/ctm_smail.c @@ -11,7 +11,7 @@ * In return you should think about all the nice people who give away software. * Maybe you should write some free software too. * - * $Id$ + * $FreeBSD$ */ #include <stdio.h> diff --git a/usr.sbin/ctm/mkCTM/dequeue b/usr.sbin/ctm/mkCTM/dequeue index c8fe67d..697ec0b 100755 --- a/usr.sbin/ctm/mkCTM/dequeue +++ b/usr.sbin/ctm/mkCTM/dequeue @@ -1,5 +1,5 @@ #! /bin/sh -# $Id$ +# $FreeBSD$ L=/home/ctm/log.dequeue /usr/sbin/ctm_dequeue -n 1 -l $L /home/ctm/queue/ctm-cvs-cur diff --git a/usr.sbin/dev_mkdb/dev_mkdb.8 b/usr.sbin/dev_mkdb/dev_mkdb.8 index 4ed70e2..09de524 100644 --- a/usr.sbin/dev_mkdb/dev_mkdb.8 +++ b/usr.sbin/dev_mkdb/dev_mkdb.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dev_mkdb.8 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Os diff --git a/usr.sbin/dev_mkdb/dev_mkdb.c b/usr.sbin/dev_mkdb/dev_mkdb.c index ef113d1..0a0e2c1 100644 --- a/usr.sbin/dev_mkdb/dev_mkdb.c +++ b/usr.sbin/dev_mkdb/dev_mkdb.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)dev_mkdb.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/diskpart/diskpart.8 b/usr.sbin/diskpart/diskpart.8 index deb1f84..fcf2d56 100644 --- a/usr.sbin/diskpart/diskpart.8 +++ b/usr.sbin/diskpart/diskpart.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)diskpart.8 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt DISKPART 8 diff --git a/usr.sbin/diskpart/diskpart.c b/usr.sbin/diskpart/diskpart.c index 9b36e46..6c4d4ad 100644 --- a/usr.sbin/diskpart/diskpart.c +++ b/usr.sbin/diskpart/diskpart.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)diskpart.c 8.3 (Berkeley) 11/30/94"; #endif static const char rcsid[] = - "$Id: diskpart.c,v 1.9 1997/09/17 06:27:23 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/dpt/Makefile b/usr.sbin/dpt/Makefile index 63b2ffb..7431330 100644 --- a/usr.sbin/dpt/Makefile +++ b/usr.sbin/dpt/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1998/01/21 07:46:46 ShimonR Exp ShimonR $ +# $FreeBSD$ SUBDIR= dpt_ctlinfo dpt_ctls dpt_dm dpt_led dpt_sig dpt_softc dpt_sysinfo diff --git a/usr.sbin/dpt/Makefile.inc b/usr.sbin/dpt/Makefile.inc index d0c4b25..265f86d 100644 --- a/usr.sbin/dpt/Makefile.inc +++ b/usr.sbin/dpt/Makefile.inc @@ -1,3 +1,3 @@ -# $Id: Makefile.inc,v 1.1 1998/01/26 06:20:35 julian Exp $ +# $FreeBSD$ .include "../Makefile.inc" diff --git a/usr.sbin/dpt/dpt_ctlinfo/Makefile b/usr.sbin/dpt/dpt_ctlinfo/Makefile index 4f9c4c8..ac71bd1 100644 --- a/usr.sbin/dpt/dpt_ctlinfo/Makefile +++ b/usr.sbin/dpt/dpt_ctlinfo/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.3 1998/09/19 22:42:06 obrien Exp $ +# $FreeBSD$ PROG= dpt_ctlinfo SRCS= dpt_ctlinfo.c diff --git a/usr.sbin/dpt/dpt_ctlinfo/dpt_ctlinfo.c b/usr.sbin/dpt/dpt_ctlinfo/dpt_ctlinfo.c index 9a3e39b..ccc984e 100644 --- a/usr.sbin/dpt/dpt_ctlinfo/dpt_ctlinfo.c +++ b/usr.sbin/dpt/dpt_ctlinfo/dpt_ctlinfo.c @@ -30,7 +30,7 @@ /* dpt_ctlinfo.c: Dunp a DPT HBA Information Block */ -#ident "$Id: dpt_ctlinfo.c,v 1.1 1998/01/26 06:20:37 julian Exp $" +#ident "$FreeBSD$" #include <fcntl.h> #include <stdio.h> diff --git a/usr.sbin/dpt/dpt_ctls/Makefile b/usr.sbin/dpt/dpt_ctls/Makefile index aa092a1..e0b0eda 100644 --- a/usr.sbin/dpt/dpt_ctls/Makefile +++ b/usr.sbin/dpt/dpt_ctls/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.2 1998/08/06 21:19:10 eivind Exp $ +# $FreeBSD$ PROG= dpt_ctls SRCS= dpt_ctls.c diff --git a/usr.sbin/dpt/dpt_ctls/dpt_ctls.c b/usr.sbin/dpt/dpt_ctls/dpt_ctls.c index 3c66da5..41e3d24 100644 --- a/usr.sbin/dpt/dpt_ctls/dpt_ctls.c +++ b/usr.sbin/dpt/dpt_ctls/dpt_ctls.c @@ -30,7 +30,7 @@ /* dpt_ctls.c: Dunp a the number of configured DPT HBAs */ -#ident "$Id: dpt_ctls.c,v 1.1 1998/01/26 06:20:39 julian Exp $" +#ident "$FreeBSD$" #include <fcntl.h> #include <stdio.h> diff --git a/usr.sbin/dpt/dpt_dm/Makefile b/usr.sbin/dpt/dpt_dm/Makefile index 547511c..d67e556 100644 --- a/usr.sbin/dpt/dpt_dm/Makefile +++ b/usr.sbin/dpt/dpt_dm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.2 1998/08/06 21:19:10 eivind Exp $ +# $FreeBSD$ PROG= dpt_dm SRCS= dpt_dm.c diff --git a/usr.sbin/dpt/dpt_dm/dpt_dm.c b/usr.sbin/dpt/dpt_dm/dpt_dm.c index a2d1b12..91df807 100644 --- a/usr.sbin/dpt/dpt_dm/dpt_dm.c +++ b/usr.sbin/dpt/dpt_dm/dpt_dm.c @@ -30,7 +30,7 @@ /* dpt_dm.c: Dump a DPT metrics structure */ -#ident "$Id: dpt_dm.c,v 1.1 1998/08/03 16:43:36 root Exp root $" +#ident "$FreeBSD$" #include <fcntl.h> #include <stdio.h> diff --git a/usr.sbin/dpt/dpt_led/Makefile b/usr.sbin/dpt/dpt_led/Makefile index 0f8bd24..e449aa5 100644 --- a/usr.sbin/dpt/dpt_led/Makefile +++ b/usr.sbin/dpt/dpt_led/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.2 1998/08/06 21:19:10 eivind Exp $ +# $FreeBSD$ PROG= dpt_led SRCS= dpt_led.c diff --git a/usr.sbin/dpt/dpt_led/dpt_led.c b/usr.sbin/dpt/dpt_led/dpt_led.c index 9304950..21728fb 100644 --- a/usr.sbin/dpt/dpt_led/dpt_led.c +++ b/usr.sbin/dpt/dpt_led/dpt_led.c @@ -30,7 +30,7 @@ /* dpt_led.c: Show the blinking LED array status of a DPT HBAs */ -#ident "$Id: dpt_led.c,v 1.1 1998/01/26 06:26:41 julian Exp $" +#ident "$FreeBSD$" #include <fcntl.h> #include <stdio.h> diff --git a/usr.sbin/dpt/dpt_sig/Makefile b/usr.sbin/dpt/dpt_sig/Makefile index 2ed62f9..c25c11a 100644 --- a/usr.sbin/dpt/dpt_sig/Makefile +++ b/usr.sbin/dpt/dpt_sig/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.2 1998/08/06 21:19:10 eivind Exp $ +# $FreeBSD$ PROG= dpt_sig SRCS= dpt_sig.c diff --git a/usr.sbin/dpt/dpt_sig/dpt_sig.c b/usr.sbin/dpt/dpt_sig/dpt_sig.c index 76e648b..0d7727b 100644 --- a/usr.sbin/dpt/dpt_sig/dpt_sig.c +++ b/usr.sbin/dpt/dpt_sig/dpt_sig.c @@ -30,7 +30,7 @@ /* dpt_sig.c: Dunp a DPT Signature */ -#ident "$Id: dpt_sig.c,v 1.1 1998/01/26 06:20:45 julian Exp $" +#ident "$FreeBSD$" #include <fcntl.h> #include <stdio.h> diff --git a/usr.sbin/dpt/dpt_softc/Makefile b/usr.sbin/dpt/dpt_softc/Makefile index ad6483a..45c24dd 100644 --- a/usr.sbin/dpt/dpt_softc/Makefile +++ b/usr.sbin/dpt/dpt_softc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.2 1998/08/06 21:19:11 eivind Exp $ +# $FreeBSD$ PROG= dpt_softc SRCS= dpt_softc.c diff --git a/usr.sbin/dpt/dpt_softc/dpt_softc.8 b/usr.sbin/dpt/dpt_softc/dpt_softc.8 index 888373d..aa38b55 100644 --- a/usr.sbin/dpt/dpt_softc/dpt_softc.8 +++ b/usr.sbin/dpt/dpt_softc/dpt_softc.8 @@ -1,6 +1,6 @@ .\" Copyright (c) 1997 Simon Shapiro. All rights reserved. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .\" There is nothing here yet, but an empty file will not patch diff --git a/usr.sbin/dpt/dpt_softc/dpt_softc.c b/usr.sbin/dpt/dpt_softc/dpt_softc.c index 4564791..8b913d9 100644 --- a/usr.sbin/dpt/dpt_softc/dpt_softc.c +++ b/usr.sbin/dpt/dpt_softc/dpt_softc.c @@ -30,7 +30,7 @@ /* dpt_softc.c: Dunp a DPT control structure */ -#ident "$Id: dpt_softc.c,v 1.1 1998/01/26 06:20:46 julian Exp $" +#ident "$FreeBSD$" #include <stdlib.h> #include <fcntl.h> diff --git a/usr.sbin/dpt/dpt_sysinfo/Makefile b/usr.sbin/dpt/dpt_sysinfo/Makefile index 51eba46..d9a61f3 100644 --- a/usr.sbin/dpt/dpt_sysinfo/Makefile +++ b/usr.sbin/dpt/dpt_sysinfo/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.2 1998/08/06 21:19:11 eivind Exp $ +# $FreeBSD$ PROG= dpt_sysinfo SRCS= dpt_sysinfo.c diff --git a/usr.sbin/dpt/dpt_sysinfo/dpt_sysinfo.c b/usr.sbin/dpt/dpt_sysinfo/dpt_sysinfo.c index 1e6ab14..edd90fa 100644 --- a/usr.sbin/dpt/dpt_sysinfo/dpt_sysinfo.c +++ b/usr.sbin/dpt/dpt_sysinfo/dpt_sysinfo.c @@ -30,7 +30,7 @@ /* dpt_ctlinfo.c: Dunp a DPT HBA Information Block */ -#ident "$Id: dpt_sysinfo.c,v 1.1 1998/01/26 06:20:48 julian Exp $" +#ident "$FreeBSD$" #include <fcntl.h> #include <stdio.h> diff --git a/usr.sbin/edquota/edquota.8 b/usr.sbin/edquota/edquota.8 index 2bc97cc..dc07d19 100644 --- a/usr.sbin/edquota/edquota.8 +++ b/usr.sbin/edquota/edquota.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)edquota.8 8.1 (Berkeley) 6/6/93 -.\" $Id: edquota.8,v 1.7 1999/07/12 20:12:08 nik Exp $ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt EDQUOTA 8 diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c index 0d983a9..ef3b2ed 100644 --- a/usr.sbin/edquota/edquota.c +++ b/usr.sbin/edquota/edquota.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)edquota.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: edquota.c,v 1.7 1997/09/17 06:29:23 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/elf2exe/Makefile b/usr.sbin/elf2exe/Makefile index e0f0f7a..d8ce6a1 100644 --- a/usr.sbin/elf2exe/Makefile +++ b/usr.sbin/elf2exe/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= elf2exe SRCS= elf2exe.c diff --git a/usr.sbin/elf2exe/elf2exe.8 b/usr.sbin/elf2exe/elf2exe.8 index 0b59745..dadd6dd 100644 --- a/usr.sbin/elf2exe/elf2exe.8 +++ b/usr.sbin/elf2exe/elf2exe.8 @@ -9,7 +9,7 @@ .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" -.\" $Id: elf2exe.8,v 1.1.1.1 1999/07/28 20:09:52 se Exp $ +.\" $FreeBSD$ .\" .Dd July 26, 1999 .Dt ELF2EXE 8 diff --git a/usr.sbin/elf2exe/elf2exe.c b/usr.sbin/elf2exe/elf2exe.c index c778299..7ff1dd4 100644 --- a/usr.sbin/elf2exe/elf2exe.c +++ b/usr.sbin/elf2exe/elf2exe.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/fdcontrol/fdcontrol.8 b/usr.sbin/fdcontrol/fdcontrol.8 index 28817e4..9127978 100644 --- a/usr.sbin/fdcontrol/fdcontrol.8 +++ b/usr.sbin/fdcontrol/fdcontrol.8 @@ -24,7 +24,7 @@ .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH .\" DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd May 22, 1994 .Os diff --git a/usr.sbin/fdcontrol/fdcontrol.c b/usr.sbin/fdcontrol/fdcontrol.c index c914b93..2d9511e 100644 --- a/usr.sbin/fdcontrol/fdcontrol.c +++ b/usr.sbin/fdcontrol/fdcontrol.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/fdformat/fdformat.1 b/usr.sbin/fdformat/fdformat.1 index b59c13f..7184734 100644 --- a/usr.sbin/fdformat/fdformat.1 +++ b/usr.sbin/fdformat/fdformat.1 @@ -22,7 +22,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd September 16, 1993 .Os diff --git a/usr.sbin/fdwrite/Makefile b/usr.sbin/fdwrite/Makefile index 7af331d..8eac7b0 100644 --- a/usr.sbin/fdwrite/Makefile +++ b/usr.sbin/fdwrite/Makefile @@ -6,7 +6,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id$ +# $FreeBSD$ # # diff --git a/usr.sbin/fdwrite/fdwrite.1 b/usr.sbin/fdwrite/fdwrite.1 index 3e8cf35..66e0f61 100644 --- a/usr.sbin/fdwrite/fdwrite.1 +++ b/usr.sbin/fdwrite/fdwrite.1 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $Id: fdwrite.1,v 1.8 1998/06/21 04:33:36 mph Exp $ +.\" $FreeBSD$ .\" .\" .Dd September 16, 1993 diff --git a/usr.sbin/fdwrite/fdwrite.c b/usr.sbin/fdwrite/fdwrite.c index e0c176b..f9f76a8 100644 --- a/usr.sbin/fdwrite/fdwrite.c +++ b/usr.sbin/fdwrite/fdwrite.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: fdwrite.c,v 1.6 1997/02/22 16:05:49 peter Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/i4b/dtmfdecode/Makefile b/usr.sbin/i4b/dtmfdecode/Makefile index 2ce7aeb..792b2ef 100644 --- a/usr.sbin/i4b/dtmfdecode/Makefile +++ b/usr.sbin/i4b/dtmfdecode/Makefile @@ -1,6 +1,6 @@ #--------------------------------------------------------------------------- # -# $Id: Makefile,v 1.1 1999/03/07 17:09:03 hm Exp $ +# $FreeBSD$ # # last edit-date: [Thu May 20 12:04:05 1999] # diff --git a/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 b/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 index ca7c816..42cd5be 100644 --- a/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 +++ b/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: dtmfdecode.1,v 1.2 1999/05/20 10:12:04 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Mon Apr 26 13:42:15 1999] .\" diff --git a/usr.sbin/i4b/dtmfdecode/dtmfdecode.c b/usr.sbin/i4b/dtmfdecode/dtmfdecode.c index 589290f..f96bacd 100644 --- a/usr.sbin/i4b/dtmfdecode/dtmfdecode.c +++ b/usr.sbin/i4b/dtmfdecode/dtmfdecode.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: dtmfdecode.c,v 1.5 1999/04/26 11:41:49 hm Exp $ + * $FreeBSD$ * * Extract DTMF signalling from ISDN4BSD A-law coded audio data * diff --git a/usr.sbin/i4b/g711conv/Makefile b/usr.sbin/i4b/g711conv/Makefile index 4ea7fa0..f96de26 100644 --- a/usr.sbin/i4b/g711conv/Makefile +++ b/usr.sbin/i4b/g711conv/Makefile @@ -1,6 +1,6 @@ #--------------------------------------------------------------------------- # -# $Id: Makefile,v 1.3 1999/04/25 12:45:26 hm Exp $ +# $FreeBSD$ # # last edit-date: [Thu May 20 11:58:43 1999] # diff --git a/usr.sbin/i4b/g711conv/g711conv.1 b/usr.sbin/i4b/g711conv/g711conv.1 index 94cf77a..4d91024 100644 --- a/usr.sbin/i4b/g711conv/g711conv.1 +++ b/usr.sbin/i4b/g711conv/g711conv.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: g711conv.1,v 1.1 1999/05/20 10:12:12 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Mon Mar 15 16:17:23 1999] .\" diff --git a/usr.sbin/i4b/g711conv/g711conv.c b/usr.sbin/i4b/g711conv/g711conv.c index cc98fc1..f6a442e 100644 --- a/usr.sbin/i4b/g711conv/g711conv.c +++ b/usr.sbin/i4b/g711conv/g711conv.c @@ -67,7 +67,7 @@ * * last edit-date: [Mon Apr 26 14:00:31 1999] * - * $Id: g711conv.c,v 1.1 1999/05/20 10:12:14 hm Exp $ + * $FreeBSD$ * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdnd/Makefile b/usr.sbin/i4b/isdnd/Makefile index 37d3471..8b325b0 100644 --- a/usr.sbin/i4b/isdnd/Makefile +++ b/usr.sbin/i4b/isdnd/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG = isdnd diff --git a/usr.sbin/i4b/isdnd/alias.c b/usr.sbin/i4b/isdnd/alias.c index cf5089e..fe25e4c 100644 --- a/usr.sbin/i4b/isdnd/alias.c +++ b/usr.sbin/i4b/isdnd/alias.c @@ -30,7 +30,7 @@ * NOTE: this has to stay in sync with isdntel/alias.c to be able * to share a common aliasfile! * - * $Id: alias.c,v 1.6 1999/02/14 09:44:55 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:10:03 1999] * diff --git a/usr.sbin/i4b/isdnd/config.h b/usr.sbin/i4b/isdnd/config.h index 1adc03c..6f591a9 100644 --- a/usr.sbin/i4b/isdnd/config.h +++ b/usr.sbin/i4b/isdnd/config.h @@ -27,7 +27,7 @@ * i4b daemon - compile time configuration header file * --------------------------------------------------- * - * $Id: config.h,v 1.7 1999/02/14 09:44:55 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:10:10 1999] * diff --git a/usr.sbin/i4b/isdnd/controller.c b/usr.sbin/i4b/isdnd/controller.c index ef9889a..861b79e 100644 --- a/usr.sbin/i4b/isdnd/controller.c +++ b/usr.sbin/i4b/isdnd/controller.c @@ -27,7 +27,7 @@ * i4b daemon - controller state support routines * ---------------------------------------------- * - * $Id: controller.c,v 1.16 1999/05/10 19:36:16 hm Exp $ + * $FreeBSD$ * * last edit-date: [Mon May 10 21:35:55 1999] * diff --git a/usr.sbin/i4b/isdnd/curses.c b/usr.sbin/i4b/isdnd/curses.c index ad7bb95..ca8bf75 100644 --- a/usr.sbin/i4b/isdnd/curses.c +++ b/usr.sbin/i4b/isdnd/curses.c @@ -27,7 +27,7 @@ * i4b daemon - curses fullscreen output * ------------------------------------- * - * $Id: curses.c,v 1.28 1999/02/14 09:44:56 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:10:24 1999] * diff --git a/usr.sbin/i4b/isdnd/dial.c b/usr.sbin/i4b/isdnd/dial.c index 747a8c7..0d6c3e0 100644 --- a/usr.sbin/i4b/isdnd/dial.c +++ b/usr.sbin/i4b/isdnd/dial.c @@ -27,7 +27,7 @@ * i4b daemon - dial handling routines * ----------------------------------- * - * $Id: dial.c,v 1.7 1999/02/14 09:44:56 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:10:30 1999] * diff --git a/usr.sbin/i4b/isdnd/exec.c b/usr.sbin/i4b/isdnd/exec.c index 2d95e21..b79b2be 100644 --- a/usr.sbin/i4b/isdnd/exec.c +++ b/usr.sbin/i4b/isdnd/exec.c @@ -27,7 +27,7 @@ * exec.h - supplemental program/script execution * ---------------------------------------------- * - * $Id: exec.c,v 1.11 1999/02/14 09:44:56 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:10:35 1999] * diff --git a/usr.sbin/i4b/isdnd/fsm.c b/usr.sbin/i4b/isdnd/fsm.c index 463f41a..0dca785 100644 --- a/usr.sbin/i4b/isdnd/fsm.c +++ b/usr.sbin/i4b/isdnd/fsm.c @@ -27,7 +27,7 @@ * FSM for isdnd * ------------- * - * $Id: fsm.c,v 1.16 1999/02/14 09:44:56 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:10:41 1999] * diff --git a/usr.sbin/i4b/isdnd/isdnd.8 b/usr.sbin/i4b/isdnd/isdnd.8 index c588492..3397fc3 100644 --- a/usr.sbin/i4b/isdnd/isdnd.8 +++ b/usr.sbin/i4b/isdnd/isdnd.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: isdnd.8,v 1.4 1999/08/06 14:04:35 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Thu May 20 14:37:42 1999] .\" diff --git a/usr.sbin/i4b/isdnd/isdnd.acct.5 b/usr.sbin/i4b/isdnd/isdnd.acct.5 index f79a985..5c0d0ba 100644 --- a/usr.sbin/i4b/isdnd/isdnd.acct.5 +++ b/usr.sbin/i4b/isdnd/isdnd.acct.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: isdnd.acct.5,v 1.5 1999/08/06 14:04:36 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Mon Feb 15 16:54:23 1999] .\" diff --git a/usr.sbin/i4b/isdnd/isdnd.h b/usr.sbin/i4b/isdnd/isdnd.h index 08b4db6..1307034 100644 --- a/usr.sbin/i4b/isdnd/isdnd.h +++ b/usr.sbin/i4b/isdnd/isdnd.h @@ -27,7 +27,7 @@ * i4b daemon - main header file * ----------------------------- * - * $Id: isdnd.h,v 1.63 1999/05/20 13:30:36 hm Exp $ + * $FreeBSD$ * * last edit-date: [Thu May 20 14:44:18 1999] * diff --git a/usr.sbin/i4b/isdnd/isdnd.rates.5 b/usr.sbin/i4b/isdnd/isdnd.rates.5 index fa44fa1..098e5ef 100644 --- a/usr.sbin/i4b/isdnd/isdnd.rates.5 +++ b/usr.sbin/i4b/isdnd/isdnd.rates.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: isdnd.rates.5,v 1.5 1999/08/06 14:04:36 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Sun Feb 14 10:11:05 1999] .\" diff --git a/usr.sbin/i4b/isdnd/isdnd.rc.5 b/usr.sbin/i4b/isdnd/isdnd.rc.5 index 2df1e75..08ccdd6 100644 --- a/usr.sbin/i4b/isdnd/isdnd.rc.5 +++ b/usr.sbin/i4b/isdnd/isdnd.rc.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: isdnd.rc.5,v 1.5 1999/08/06 14:04:37 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Wed Jul 28 15:57:02 1999] .\" diff --git a/usr.sbin/i4b/isdnd/log.c b/usr.sbin/i4b/isdnd/log.c index cdd4734..25a0307 100644 --- a/usr.sbin/i4b/isdnd/log.c +++ b/usr.sbin/i4b/isdnd/log.c @@ -27,7 +27,7 @@ * i4b daemon - logging routines * ----------------------------- * - * $Id: log.c,v 1.15 1999/02/14 09:44:56 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:11:18 1999] * diff --git a/usr.sbin/i4b/isdnd/main.c b/usr.sbin/i4b/isdnd/main.c index 3c344f4..3980e69 100644 --- a/usr.sbin/i4b/isdnd/main.c +++ b/usr.sbin/i4b/isdnd/main.c @@ -27,7 +27,7 @@ * i4b daemon - main program entry * ------------------------------- * - * $Id: main.c,v 1.41 1999/07/30 06:51:13 hm Exp $ + * $FreeBSD$ * * last edit-date: [Fri Jul 30 08:14:10 1999] * diff --git a/usr.sbin/i4b/isdnd/monitor.c b/usr.sbin/i4b/isdnd/monitor.c index cb72683..afa54db 100644 --- a/usr.sbin/i4b/isdnd/monitor.c +++ b/usr.sbin/i4b/isdnd/monitor.c @@ -33,7 +33,7 @@ * i4b daemon - network monitor server module * ------------------------------------------ * - * $Id: monitor.c,v 1.10 1999/05/30 08:32:30 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun May 30 10:33:05 1999] * diff --git a/usr.sbin/i4b/isdnd/msghdl.c b/usr.sbin/i4b/isdnd/msghdl.c index 8f75d01..0c72ae1 100644 --- a/usr.sbin/i4b/isdnd/msghdl.c +++ b/usr.sbin/i4b/isdnd/msghdl.c @@ -27,7 +27,7 @@ * i4b daemon - message from kernel handling routines * -------------------------------------------------- * - * $Id: msghdl.c,v 1.61 1999/07/26 11:58:46 hm Exp $ + * $FreeBSD$ * * last edit-date: [Mon Jul 26 13:55:57 1999] * diff --git a/usr.sbin/i4b/isdnd/pathnames.h b/usr.sbin/i4b/isdnd/pathnames.h index d656825..b1d85a5 100644 --- a/usr.sbin/i4b/isdnd/pathnames.h +++ b/usr.sbin/i4b/isdnd/pathnames.h @@ -27,7 +27,7 @@ * i4b daemon - location of files * ------------------------------ * - * $Id: pathnames.h,v 1.8 1999/04/29 08:27:10 hm Exp $ + * $FreeBSD$ * * last edit-date: [Thu Apr 29 09:07:29 1999] * diff --git a/usr.sbin/i4b/isdnd/pcause.c b/usr.sbin/i4b/isdnd/pcause.c index 31f928d..a6b016a 100644 --- a/usr.sbin/i4b/isdnd/pcause.c +++ b/usr.sbin/i4b/isdnd/pcause.c @@ -27,7 +27,7 @@ * printing cause values * --------------------- * - * $Id: pcause.c,v 1.10 1999/02/14 09:44:56 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:11:49 1999] * diff --git a/usr.sbin/i4b/isdnd/process.c b/usr.sbin/i4b/isdnd/process.c index 7d8c2c4..67747ea 100644 --- a/usr.sbin/i4b/isdnd/process.c +++ b/usr.sbin/i4b/isdnd/process.c @@ -27,7 +27,7 @@ * i4b daemon - process handling routines * -------------------------------------- * - * $Id: process.c,v 1.7 1999/02/14 09:44:56 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:11:54 1999] * diff --git a/usr.sbin/i4b/isdnd/rates.c b/usr.sbin/i4b/isdnd/rates.c index 5b7d8f8..20fd961 100644 --- a/usr.sbin/i4b/isdnd/rates.c +++ b/usr.sbin/i4b/isdnd/rates.c @@ -35,7 +35,7 @@ * i4b daemon - charging rates description file handling * ----------------------------------------------------- * - * $Id: rates.c,v 1.9 1999/02/15 09:55:47 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:12:01 1999] * diff --git a/usr.sbin/i4b/isdnd/rc_config.c b/usr.sbin/i4b/isdnd/rc_config.c index 455ac12..1ab383a 100644 --- a/usr.sbin/i4b/isdnd/rc_config.c +++ b/usr.sbin/i4b/isdnd/rc_config.c @@ -27,7 +27,7 @@ * i4b daemon - config file processing * ----------------------------------- * - * $Id: rc_config.c,v 1.43 1999/05/20 13:30:36 hm Exp $ + * $FreeBSD$ * * last edit-date: [Thu May 20 14:11:26 1999] * diff --git a/usr.sbin/i4b/isdnd/rc_parse.y b/usr.sbin/i4b/isdnd/rc_parse.y index b826c39..7d77359 100644 --- a/usr.sbin/i4b/isdnd/rc_parse.y +++ b/usr.sbin/i4b/isdnd/rc_parse.y @@ -30,7 +30,7 @@ * i4b daemon - runtime configuration parser * ----------------------------------------- * - * $Id: rc_parse.y,v 1.20 1999/05/20 13:30:36 hm Exp $ + * $FreeBSD$ * * last edit-date: [Thu May 20 14:05:26 1999] * diff --git a/usr.sbin/i4b/isdnd/rc_scan.l b/usr.sbin/i4b/isdnd/rc_scan.l index c1c61e9..9e0df6e 100644 --- a/usr.sbin/i4b/isdnd/rc_scan.l +++ b/usr.sbin/i4b/isdnd/rc_scan.l @@ -30,7 +30,7 @@ * i4b daemon - runtime configuration lexical analyzer * --------------------------------------------------- * - * $Id: rc_scan.l,v 1.24 1999/05/20 13:30:36 hm Exp $ + * $FreeBSD$ * * last edit-date: [Thu May 20 14:04:13 1999] * diff --git a/usr.sbin/i4b/isdnd/support.c b/usr.sbin/i4b/isdnd/support.c index f0a48fc..bf15653 100644 --- a/usr.sbin/i4b/isdnd/support.c +++ b/usr.sbin/i4b/isdnd/support.c @@ -27,7 +27,7 @@ * i4b daemon - misc support routines * ---------------------------------- * - * $Id: support.c,v 1.59 1999/07/05 13:46:46 hm Exp $ + * $FreeBSD$ * * last edit-date: [Mon Jul 5 15:29:22 1999] * diff --git a/usr.sbin/i4b/isdnd/timer.c b/usr.sbin/i4b/isdnd/timer.c index 7bbd09fc..df556d2 100644 --- a/usr.sbin/i4b/isdnd/timer.c +++ b/usr.sbin/i4b/isdnd/timer.c @@ -27,7 +27,7 @@ * i4b daemon - timer/timing support routines * ------------------------------------------ * - * $Id: timer.c,v 1.17 1999/02/14 09:44:57 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:12:32 1999] * diff --git a/usr.sbin/i4b/isdndebug/isdndebug.8 b/usr.sbin/i4b/isdndebug/isdndebug.8 index c3b09b2..6fafa50 100644 --- a/usr.sbin/i4b/isdndebug/isdndebug.8 +++ b/usr.sbin/i4b/isdndebug/isdndebug.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: isdndebug.8,v 1.4 1999/08/06 14:04:44 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Sat May 29 11:03:15 1999] .\" diff --git a/usr.sbin/i4b/isdndebug/main.c b/usr.sbin/i4b/isdndebug/main.c index c97c7fa..8cc4867 100644 --- a/usr.sbin/i4b/isdndebug/main.c +++ b/usr.sbin/i4b/isdndebug/main.c @@ -27,7 +27,7 @@ * main.c - i4b set debug options * ------------------------------ * - * $Id: main.c,v 1.22 1999/07/30 06:51:13 hm Exp $ + * $FreeBSD$ * * last edit-date: [Fri Jul 30 08:14:34 1999] * diff --git a/usr.sbin/i4b/isdndecode/decode.h b/usr.sbin/i4b/isdndecode/decode.h index 0a88ae7..bdd917a 100644 --- a/usr.sbin/i4b/isdndecode/decode.h +++ b/usr.sbin/i4b/isdndecode/decode.h @@ -27,7 +27,7 @@ * decode.h - isdndecode header file * --------------------------------- * - * $Id: decode.h,v 1.5 1999/02/14 09:44:57 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:15:59 1999] * diff --git a/usr.sbin/i4b/isdndecode/facility.c b/usr.sbin/i4b/isdndecode/facility.c index 183ff50..c9003f8 100644 --- a/usr.sbin/i4b/isdndecode/facility.c +++ b/usr.sbin/i4b/isdndecode/facility.c @@ -27,7 +27,7 @@ * facility.c - decode Q.932 facilities * ------------------------------------ * - * $Id: facility.c,v 1.3 1999/02/14 09:44:57 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:16:11 1999] * diff --git a/usr.sbin/i4b/isdndecode/facility.h b/usr.sbin/i4b/isdndecode/facility.h index 2c6475f..5e98e72 100644 --- a/usr.sbin/i4b/isdndecode/facility.h +++ b/usr.sbin/i4b/isdndecode/facility.h @@ -27,7 +27,7 @@ * facility.h - Q.932 facility header file * --------------------------------------- * - * $Id: facility.h,v 1.3 1999/02/14 09:44:57 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:16:17 1999] * diff --git a/usr.sbin/i4b/isdndecode/isdndecode.8 b/usr.sbin/i4b/isdndecode/isdndecode.8 index c9d6280..be06df5 100644 --- a/usr.sbin/i4b/isdndecode/isdndecode.8 +++ b/usr.sbin/i4b/isdndecode/isdndecode.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: isdndecode.8,v 1.4 1999/08/06 14:04:46 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Sun Feb 14 10:16:25 1999] .\" diff --git a/usr.sbin/i4b/isdndecode/layer1.c b/usr.sbin/i4b/isdndecode/layer1.c index 8df7bc5..4737438 100644 --- a/usr.sbin/i4b/isdndecode/layer1.c +++ b/usr.sbin/i4b/isdndecode/layer1.c @@ -27,7 +27,7 @@ * layer1.c - isdndecode, decode and print layer 1 information * ----------------------------------------------------------- * - * $Id: layer1.c,v 1.3 1999/02/14 09:44:57 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:16:40 1999] * diff --git a/usr.sbin/i4b/isdndecode/layer2.c b/usr.sbin/i4b/isdndecode/layer2.c index 20ce9cb..9b5b737 100644 --- a/usr.sbin/i4b/isdndecode/layer2.c +++ b/usr.sbin/i4b/isdndecode/layer2.c @@ -27,7 +27,7 @@ * layer2.c - decode and print layer 2 (Q.921) information * ------------------------------------------------------- * - * $Id: layer2.c,v 1.4 1999/02/14 09:44:57 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:16:46 1999] * diff --git a/usr.sbin/i4b/isdndecode/layer3.c b/usr.sbin/i4b/isdndecode/layer3.c index 1542c10..c7b6927 100644 --- a/usr.sbin/i4b/isdndecode/layer3.c +++ b/usr.sbin/i4b/isdndecode/layer3.c @@ -27,7 +27,7 @@ * layer3.c - decode and print layer 3 (Q.931) information * ------------------------------------------------------- * - * $Id: layer3.c,v 1.6 1999/02/14 09:44:57 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:16:52 1999] * diff --git a/usr.sbin/i4b/isdndecode/layer3_subr.c b/usr.sbin/i4b/isdndecode/layer3_subr.c index 78671c5..1872170 100644 --- a/usr.sbin/i4b/isdndecode/layer3_subr.c +++ b/usr.sbin/i4b/isdndecode/layer3_subr.c @@ -27,7 +27,7 @@ * layer3_subr.c - subroutines for IE decoding * ------------------------------------------- * - * $Id: layer3_subr.c,v 1.5 1999/02/14 09:44:57 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:16:58 1999] * diff --git a/usr.sbin/i4b/isdndecode/main.c b/usr.sbin/i4b/isdndecode/main.c index 1b8eaa3..ead3252 100644 --- a/usr.sbin/i4b/isdndecode/main.c +++ b/usr.sbin/i4b/isdndecode/main.c @@ -27,7 +27,7 @@ * main.c - isdndecode main program file * ------------------------------------- * - * $Id: main.c,v 1.11 1999/07/30 06:51:13 hm Exp $ + * $FreeBSD$ * * last edit-date: [Fri Jul 30 08:14:58 1999] * diff --git a/usr.sbin/i4b/isdndecode/pcause.c b/usr.sbin/i4b/isdndecode/pcause.c index c2b28b1..a9f7f2f 100644 --- a/usr.sbin/i4b/isdndecode/pcause.c +++ b/usr.sbin/i4b/isdndecode/pcause.c @@ -27,7 +27,7 @@ * pcause.c - printing cause values * -------------------------------- * - * $Id: pcause.c,v 1.4 1999/02/14 09:44:57 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:17:10 1999] * diff --git a/usr.sbin/i4b/isdndecode/pcause.h b/usr.sbin/i4b/isdndecode/pcause.h index 765bc3a..3f31eb9 100644 --- a/usr.sbin/i4b/isdndecode/pcause.h +++ b/usr.sbin/i4b/isdndecode/pcause.h @@ -27,7 +27,7 @@ * pcause.h - Q.850 causes definitions * ----------------------------------- * - * $Id: pcause.h,v 1.3 1999/02/14 09:44:57 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:17:15 1999] * diff --git a/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 b/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 index d62871f..2bf1f05 100644 --- a/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 +++ b/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 @@ -20,7 +20,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: isdnmonitor.8,v 1.4 1999/08/06 14:04:50 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Fri Jan 30 22:49:48 1998] .\" diff --git a/usr.sbin/i4b/isdnmonitor/main.c b/usr.sbin/i4b/isdnmonitor/main.c index d023f42..873c241 100644 --- a/usr.sbin/i4b/isdnmonitor/main.c +++ b/usr.sbin/i4b/isdnmonitor/main.c @@ -33,7 +33,7 @@ * i4b daemon - network monitor client * ----------------------------------- * - * $Id: main.c,v 1.14 1999/05/30 13:39:55 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun May 30 15:19:47 1999] * diff --git a/usr.sbin/i4b/isdnmonitor/monitor.h b/usr.sbin/i4b/isdnmonitor/monitor.h index 47f9c8b..8a87240 100644 --- a/usr.sbin/i4b/isdnmonitor/monitor.h +++ b/usr.sbin/i4b/isdnmonitor/monitor.h @@ -33,7 +33,7 @@ * i4b daemon - network monitor protocl definition * ----------------------------------------------- * - * $Id: monitor.h,v 1.6 1999/05/30 13:49:20 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun May 30 15:50:10 1999] * diff --git a/usr.sbin/i4b/isdntel/Makefile b/usr.sbin/i4b/isdntel/Makefile index 7528571..f1478a5 100644 --- a/usr.sbin/i4b/isdntel/Makefile +++ b/usr.sbin/i4b/isdntel/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG = isdntel SRCS = main.c display.c files.c alias.c diff --git a/usr.sbin/i4b/isdntel/alias.c b/usr.sbin/i4b/isdntel/alias.c index e97e4b0..7663496 100644 --- a/usr.sbin/i4b/isdntel/alias.c +++ b/usr.sbin/i4b/isdntel/alias.c @@ -27,7 +27,7 @@ * isdntel - isdn4bsd telephone answering machine support * ====================================================== * - * $Id: alias.c,v 1.7 1999/04/26 12:10:39 hm Exp $ + * $FreeBSD$ * * last edit-date: [Mon Apr 26 13:53:13 1999] * diff --git a/usr.sbin/i4b/isdntel/alias.h b/usr.sbin/i4b/isdntel/alias.h index 7540ac0..1d9e71c 100644 --- a/usr.sbin/i4b/isdntel/alias.h +++ b/usr.sbin/i4b/isdntel/alias.h @@ -27,7 +27,7 @@ * isdn4bsd common alias file handling header * ========================================== * - * $Id: alias.h,v 1.4 1999/02/14 09:44:57 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:19:20 1999] * diff --git a/usr.sbin/i4b/isdntel/defs.h b/usr.sbin/i4b/isdntel/defs.h index 34d4741..65109a1 100644 --- a/usr.sbin/i4b/isdntel/defs.h +++ b/usr.sbin/i4b/isdntel/defs.h @@ -27,7 +27,7 @@ * isdntel - isdn4bsd telephone answering support * ============================================== * - * $Id: defs.h,v 1.9 1999/04/26 12:10:39 hm Exp $ + * $FreeBSD$ * * last edit-date: [Mon Apr 26 13:55:35 1999] * diff --git a/usr.sbin/i4b/isdntel/display.c b/usr.sbin/i4b/isdntel/display.c index cddcba2..bf0d898 100644 --- a/usr.sbin/i4b/isdntel/display.c +++ b/usr.sbin/i4b/isdntel/display.c @@ -27,7 +27,7 @@ * isdntel - isdn4bsd telephone answering machine support * ====================================================== * - * $Id: display.c,v 1.6 1999/04/26 12:10:39 hm Exp $ + * $FreeBSD$ * * last edit-date: [Mon Apr 26 13:57:08 1999] * diff --git a/usr.sbin/i4b/isdntel/files.c b/usr.sbin/i4b/isdntel/files.c index d5d6a76..6c007d3 100644 --- a/usr.sbin/i4b/isdntel/files.c +++ b/usr.sbin/i4b/isdntel/files.c @@ -27,7 +27,7 @@ * isdntel - isdn4bsd telephone answering machine support * ====================================================== * - * $Id: files.c,v 1.7 1999/02/14 09:44:57 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:19:38 1999] * diff --git a/usr.sbin/i4b/isdntel/isdntel.8 b/usr.sbin/i4b/isdntel/isdntel.8 index c125e1f..3c00f64 100644 --- a/usr.sbin/i4b/isdntel/isdntel.8 +++ b/usr.sbin/i4b/isdntel/isdntel.8 @@ -24,7 +24,7 @@ .\" .\" last edit-date: [Sun Feb 14 10:19:44 1999] .\" -.\" $Id: isdntel.8,v 1.4 1999/08/06 14:04:55 hm Exp $ +.\" $FreeBSD$ .\" .Dd July 11, 1998 .Dt ISDNTEL 8 diff --git a/usr.sbin/i4b/isdntel/main.c b/usr.sbin/i4b/isdntel/main.c index fbc3b77..4eff3a3 100644 --- a/usr.sbin/i4b/isdntel/main.c +++ b/usr.sbin/i4b/isdntel/main.c @@ -27,7 +27,7 @@ * isdntel - isdn4bsd telephone answering machine support * ====================================================== * - * $Id: main.c,v 1.10 1999/07/30 06:51:13 hm Exp $ + * $FreeBSD$ * * last edit-date: [Fri Jul 30 08:16:03 1999] * diff --git a/usr.sbin/i4b/isdntelctl/isdntelctl.8 b/usr.sbin/i4b/isdntelctl/isdntelctl.8 index 3504bcd..77998ea 100644 --- a/usr.sbin/i4b/isdntelctl/isdntelctl.8 +++ b/usr.sbin/i4b/isdntelctl/isdntelctl.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: isdntelctl.8,v 1.4 1999/08/06 14:04:57 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Wed Apr 21 11:27:34 1999] .\" diff --git a/usr.sbin/i4b/isdntelctl/main.c b/usr.sbin/i4b/isdntelctl/main.c index 1a69dc0..00a57a2 100644 --- a/usr.sbin/i4b/isdntelctl/main.c +++ b/usr.sbin/i4b/isdntelctl/main.c @@ -27,7 +27,7 @@ * isdntelctl - i4b set telephone interface options * ------------------------------------------------ * - * $Id: main.c,v 1.11 1999/07/30 06:51:13 hm Exp $ + * $FreeBSD$ * * last edit-date: [Fri Jul 30 08:16:21 1999] * diff --git a/usr.sbin/i4b/isdntest/isdntest.8 b/usr.sbin/i4b/isdntest/isdntest.8 index 1c1aef4..943c451 100644 --- a/usr.sbin/i4b/isdntest/isdntest.8 +++ b/usr.sbin/i4b/isdntest/isdntest.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: isdntest.8,v 1.4 1999/08/06 14:04:58 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Sun Feb 14 10:21:18 1999] .\" diff --git a/usr.sbin/i4b/isdntest/main.c b/usr.sbin/i4b/isdntest/main.c index d935ba5..ba29735 100644 --- a/usr.sbin/i4b/isdntest/main.c +++ b/usr.sbin/i4b/isdntest/main.c @@ -27,7 +27,7 @@ * main.c - i4b selftest utility * ----------------------------- * - * $Id: main.c,v 1.13 1999/07/30 06:51:13 hm Exp $ + * $FreeBSD$ * * last edit-date: [Fri Jul 30 08:16:37 1999] * diff --git a/usr.sbin/i4b/isdntrace/1tr6.c b/usr.sbin/i4b/isdntrace/1tr6.c index 363d35d..fe50837 100644 --- a/usr.sbin/i4b/isdntrace/1tr6.c +++ b/usr.sbin/i4b/isdntrace/1tr6.c @@ -27,7 +27,7 @@ * 1tr6.c - print 1TR6 protocol traces * ----------------------------------- * - * $Id: 1tr6.c,v 1.5 1999/02/14 09:44:58 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:22:11 1999] * diff --git a/usr.sbin/i4b/isdntrace/cable.txt b/usr.sbin/i4b/isdntrace/cable.txt index fcee79b..1190668 100644 --- a/usr.sbin/i4b/isdntrace/cable.txt +++ b/usr.sbin/i4b/isdntrace/cable.txt @@ -3,7 +3,7 @@ * Custom cable to trace an ISDN S0 bus with two passive (!) ISDN boards * --------------------------------------------------------------------- * - * $Id: cable.txt,v 1.3 1999/02/14 09:44:58 hm Exp $ + * $FreeBSD$ * * last edit-date: [Thu Jan 22 19:57:50 1998] * diff --git a/usr.sbin/i4b/isdntrace/isdntrace.8 b/usr.sbin/i4b/isdntrace/isdntrace.8 index f6877e4..d648f1c 100644 --- a/usr.sbin/i4b/isdntrace/isdntrace.8 +++ b/usr.sbin/i4b/isdntrace/isdntrace.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: isdntrace.8,v 1.4 1999/08/06 14:05:01 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Sun Feb 14 10:22:24 1999] .\" diff --git a/usr.sbin/i4b/isdntrace/pcause_1tr6.c b/usr.sbin/i4b/isdntrace/pcause_1tr6.c index 4c95ba7..69f4501 100644 --- a/usr.sbin/i4b/isdntrace/pcause_1tr6.c +++ b/usr.sbin/i4b/isdntrace/pcause_1tr6.c @@ -27,7 +27,7 @@ * printing cause values * --------------------- * - * $Id: pcause_1tr6.c,v 1.5 1999/02/14 09:44:58 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:22:30 1999] * diff --git a/usr.sbin/i4b/isdntrace/pcause_1tr6.h b/usr.sbin/i4b/isdntrace/pcause_1tr6.h index 2702f57..50cca66 100644 --- a/usr.sbin/i4b/isdntrace/pcause_1tr6.h +++ b/usr.sbin/i4b/isdntrace/pcause_1tr6.h @@ -27,7 +27,7 @@ * pcause1tr6.h - 1TR6 causes definitions * -------------------------------------- * - * $Id: pcause_1tr6.h,v 1.4 1999/02/14 09:44:58 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:22:36 1999] * diff --git a/usr.sbin/i4b/isdntrace/pcause_q850.c b/usr.sbin/i4b/isdntrace/pcause_q850.c index 4d5f02d..2ac097e 100644 --- a/usr.sbin/i4b/isdntrace/pcause_q850.c +++ b/usr.sbin/i4b/isdntrace/pcause_q850.c @@ -27,7 +27,7 @@ * printing cause values * --------------------- * - * $Id: pcause_q850.c,v 1.5 1999/02/14 09:44:58 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:22:42 1999] * diff --git a/usr.sbin/i4b/isdntrace/pcause_q850.h b/usr.sbin/i4b/isdntrace/pcause_q850.h index aff6199..01f2178 100644 --- a/usr.sbin/i4b/isdntrace/pcause_q850.h +++ b/usr.sbin/i4b/isdntrace/pcause_q850.h @@ -27,7 +27,7 @@ * pcauseq850.h - Q.850 causes definitions * --------------------------------------- * - * $Id: pcause_q850.h,v 1.4 1999/02/14 09:44:58 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:22:48 1999] * diff --git a/usr.sbin/i4b/isdntrace/q921.c b/usr.sbin/i4b/isdntrace/q921.c index 294e093..5ad964d 100644 --- a/usr.sbin/i4b/isdntrace/q921.c +++ b/usr.sbin/i4b/isdntrace/q921.c @@ -30,7 +30,7 @@ * q.921.c - print Q.921 traces * ---------------------------- * - * $Id: q921.c,v 1.3 1999/02/14 09:44:58 hm Exp $ + * $FreeBSD$ * * last edit-date: [Thu Apr 16 15:38:34 1998] * diff --git a/usr.sbin/i4b/isdntrace/q931.c b/usr.sbin/i4b/isdntrace/q931.c index 40f7fc3..f997f9e 100644 --- a/usr.sbin/i4b/isdntrace/q931.c +++ b/usr.sbin/i4b/isdntrace/q931.c @@ -27,7 +27,7 @@ * q931.c - print Q.931 traces * --------------------------- * - * $Id: q931.c,v 1.5 1999/02/14 09:44:58 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:23:03 1999] * diff --git a/usr.sbin/i4b/isdntrace/q931_util.c b/usr.sbin/i4b/isdntrace/q931_util.c index 827b7fb..2afdd5a 100644 --- a/usr.sbin/i4b/isdntrace/q931_util.c +++ b/usr.sbin/i4b/isdntrace/q931_util.c @@ -27,7 +27,7 @@ * q931_util.c - utility functions to print Q.931 traces * ----------------------------------------------------- * - * $Id: q931_util.c,v 1.5 1999/02/14 09:44:58 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:23:10 1999] * diff --git a/usr.sbin/i4b/isdntrace/q932_fac.c b/usr.sbin/i4b/isdntrace/q932_fac.c index cedd8be..55354a8 100644 --- a/usr.sbin/i4b/isdntrace/q932_fac.c +++ b/usr.sbin/i4b/isdntrace/q932_fac.c @@ -27,7 +27,7 @@ * q932_fac.c - decode Q.932 facilities * ------------------------------------ * - * $Id: q932_fac.c,v 1.5 1999/02/14 09:44:58 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:23:16 1999] * diff --git a/usr.sbin/i4b/isdntrace/q932_fac.h b/usr.sbin/i4b/isdntrace/q932_fac.h index 4d13107..176a705 100644 --- a/usr.sbin/i4b/isdntrace/q932_fac.h +++ b/usr.sbin/i4b/isdntrace/q932_fac.h @@ -27,7 +27,7 @@ * q932_fac.h - facility header file * --------------------------------- * - * $Id: q932_fac.h,v 1.5 1999/02/14 09:44:58 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:23:22 1999] * diff --git a/usr.sbin/i4b/isdntrace/trace.c b/usr.sbin/i4b/isdntrace/trace.c index 09e42c3..465d363 100644 --- a/usr.sbin/i4b/isdntrace/trace.c +++ b/usr.sbin/i4b/isdntrace/trace.c @@ -35,7 +35,7 @@ * trace.c - print traces of D (B) channel activity for isdn4bsd * ------------------------------------------------------------- * - * $Id: trace.c,v 1.14 1999/07/30 06:51:13 hm Exp $ + * $FreeBSD$ * * last edit-date: [Fri Jul 30 08:16:59 1999] * diff --git a/usr.sbin/i4b/isdntrace/trace.h b/usr.sbin/i4b/isdntrace/trace.h index 3f00bde..276b340 100644 --- a/usr.sbin/i4b/isdntrace/trace.h +++ b/usr.sbin/i4b/isdntrace/trace.h @@ -35,7 +35,7 @@ * trace.h - header file for isdn trace * ------------------------------------ * - * $Id: trace.h,v 1.8 1999/02/14 09:44:58 hm Exp $ + * $FreeBSD$ * * last edit-date: [Sun Feb 14 10:23:35 1999] * diff --git a/usr.sbin/i4b/man/daic.4 b/usr.sbin/i4b/man/daic.4 index d9e706b..0053a8e 100644 --- a/usr.sbin/i4b/man/daic.4 +++ b/usr.sbin/i4b/man/daic.4 @@ -20,7 +20,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: daic.4,v 1.4 1999/08/06 14:05:07 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Fri Jan 30 22:49:48 1998] .\" diff --git a/usr.sbin/i4b/man/i4b.4 b/usr.sbin/i4b/man/i4b.4 index 8bb8ed1..bc5c4b1 100644 --- a/usr.sbin/i4b/man/i4b.4 +++ b/usr.sbin/i4b/man/i4b.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: i4b.4,v 1.4 1999/08/06 14:05:07 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Sun Feb 14 10:36:28 1999] .\" diff --git a/usr.sbin/i4b/man/i4bctl.4 b/usr.sbin/i4b/man/i4bctl.4 index 4f11214..9cb4ee9 100644 --- a/usr.sbin/i4b/man/i4bctl.4 +++ b/usr.sbin/i4b/man/i4bctl.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: i4bctl.4,v 1.4 1999/08/06 14:05:07 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Sun Feb 14 10:36:34 1999] .\" diff --git a/usr.sbin/i4b/man/i4bipr.4 b/usr.sbin/i4b/man/i4bipr.4 index 7269230..ce3fe13 100644 --- a/usr.sbin/i4b/man/i4bipr.4 +++ b/usr.sbin/i4b/man/i4bipr.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: i4bipr.4,v 1.4 1999/08/06 14:05:07 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Sun Feb 14 10:36:40 1999] .\" diff --git a/usr.sbin/i4b/man/i4bisppp.4 b/usr.sbin/i4b/man/i4bisppp.4 index fe6a40a..f68ca70 100644 --- a/usr.sbin/i4b/man/i4bisppp.4 +++ b/usr.sbin/i4b/man/i4bisppp.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: i4bisppp.4,v 1.4 1999/08/06 14:05:08 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Sun Feb 14 10:36:45 1999] .\" diff --git a/usr.sbin/i4b/man/i4bq921.4 b/usr.sbin/i4b/man/i4bq921.4 index 4b34550..85ec7d0 100644 --- a/usr.sbin/i4b/man/i4bq921.4 +++ b/usr.sbin/i4b/man/i4bq921.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: i4bq921.4,v 1.4 1999/08/06 14:05:08 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Sun Feb 14 10:36:51 1999] .\" diff --git a/usr.sbin/i4b/man/i4bq931.4 b/usr.sbin/i4b/man/i4bq931.4 index 5874f69..34dbd69 100644 --- a/usr.sbin/i4b/man/i4bq931.4 +++ b/usr.sbin/i4b/man/i4bq931.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: i4bq931.4,v 1.4 1999/08/06 14:05:08 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Sun Feb 14 10:36:57 1999] .\" diff --git a/usr.sbin/i4b/man/i4brbch.4 b/usr.sbin/i4b/man/i4brbch.4 index 7639403..a79f897 100644 --- a/usr.sbin/i4b/man/i4brbch.4 +++ b/usr.sbin/i4b/man/i4brbch.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: i4brbch.4,v 1.4 1999/08/06 14:05:09 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Sun Feb 14 10:37:03 1999] .\" diff --git a/usr.sbin/i4b/man/i4btel.4 b/usr.sbin/i4b/man/i4btel.4 index 11d5178..cc1caac 100644 --- a/usr.sbin/i4b/man/i4btel.4 +++ b/usr.sbin/i4b/man/i4btel.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: i4btel.4,v 1.4 1999/08/06 14:05:09 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Wed Apr 21 12:03:34 1999] .\" diff --git a/usr.sbin/i4b/man/i4btrc.4 b/usr.sbin/i4b/man/i4btrc.4 index fc73992..78e5317 100644 --- a/usr.sbin/i4b/man/i4btrc.4 +++ b/usr.sbin/i4b/man/i4btrc.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: i4btrc.4,v 1.4 1999/08/06 14:05:10 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Fri Jul 30 09:15:57 1999] .\" diff --git a/usr.sbin/i4b/man/isic.4 b/usr.sbin/i4b/man/isic.4 index 9c2567a..0c84e77 100644 --- a/usr.sbin/i4b/man/isic.4 +++ b/usr.sbin/i4b/man/isic.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: isic.4,v 1.4 1999/08/06 14:05:10 hm Exp $ +.\" $FreeBSD$ .\" .\" last edit-date: [Fri Jul 30 09:20:24 1999] .\" diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index f804b8a..0df9755 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.13 1999/07/22 14:11:25 sheldonh Exp $ +# $FreeBSD$ PROG= inetd SRCS= inetd.c builtins.c diff --git a/usr.sbin/inetd/builtins.c b/usr.sbin/inetd/builtins.c index 2ad656c..d5fa0bb 100644 --- a/usr.sbin/inetd/builtins.c +++ b/usr.sbin/inetd/builtins.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: builtins.c,v 1.12 1999/07/25 23:15:03 green Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index 0e6d425..f063f27 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94 -.\" $Id: inetd.8,v 1.38 1999/07/23 15:49:34 sheldonh Exp $ +.\" $FreeBSD$ .\" .Dd February 7, 1996 .Dt INETD 8 diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c index ff4383c..235dae5 100644 --- a/usr.sbin/inetd/inetd.c +++ b/usr.sbin/inetd/inetd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from: inetd.c 8.4 (Berkeley) 4/13/94"; #endif static const char rcsid[] = - "$Id: inetd.c,v 1.69 1999/07/23 14:45:21 des Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/inetd/inetd.h b/usr.sbin/inetd/inetd.h index 7698113..ab78c73 100644 --- a/usr.sbin/inetd/inetd.h +++ b/usr.sbin/inetd/inetd.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: inetd.h,v 1.1 1999/07/22 14:11:26 sheldonh Exp $ + * $FreeBSD$ */ #include <sys/time.h> diff --git a/usr.sbin/inetd/pathnames.h b/usr.sbin/inetd/pathnames.h index 503cd21..fc4ff5a 100644 --- a/usr.sbin/inetd/pathnames.h +++ b/usr.sbin/inetd/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $FreeBSD$ */ #include <paths.h> diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index 324d5d1..e623de4 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: iostat.8,v 1.7 1998/09/16 23:14:47 ken Exp $ +.\" $FreeBSD$ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index f1dd668..bf8ee5a 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iostat.c,v 1.13 1999/06/24 06:43:18 imp Exp $ + * $FreeBSD$ */ /* * Parts of this program are derived from the original FreeBSD iostat diff --git a/usr.sbin/jail/Makefile b/usr.sbin/jail/Makefile index 32c1dfd..4a1d6a9 100644 --- a/usr.sbin/jail/Makefile +++ b/usr.sbin/jail/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= jail MAN8= jail.8 diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 522c02a..6172af7 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -6,7 +6,7 @@ .\"this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\"---------------------------------------------------------------------------- .\" -.\"$Id: jail.8,v 1.3 1999/05/05 19:23:45 phk Exp $ +.\"$FreeBSD$ .\" .\" .Dd April 28, 1999 diff --git a/usr.sbin/jail/jail.c b/usr.sbin/jail/jail.c index 32de76d..413ac54 100644 --- a/usr.sbin/jail/jail.c +++ b/usr.sbin/jail/jail.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: jail.c,v 1.2 1999/05/04 18:20:53 phk Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1 index aaf612c..e068459 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.1 +++ b/usr.sbin/kbdcontrol/kbdcontrol.1 @@ -11,7 +11,7 @@ .\" documentation and/or other materials provided with the distribution. .\" .\" @(#)kbdcontrol.1 -.\" $Id: kbdcontrol.1,v 1.14 1999/07/22 14:19:14 yokota Exp $ +.\" $FreeBSD$ .\" .Dd June 30, 1999 .Dt KBDCONTROL 1 diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c index e0f04f9..8d5379b 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.c +++ b/usr.sbin/kbdcontrol/kbdcontrol.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id: kbdcontrol.c,v 1.26 1999/06/22 14:15:34 yokota Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/kbdcontrol/lex.h b/usr.sbin/kbdcontrol/lex.h index 58cd4a3..b8f8753 100644 --- a/usr.sbin/kbdcontrol/lex.h +++ b/usr.sbin/kbdcontrol/lex.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: lex.h,v 1.6 1998/08/03 11:33:22 yokota Exp $ + * $FreeBSD$ */ #define TNOP 256 diff --git a/usr.sbin/kbdcontrol/lex.l b/usr.sbin/kbdcontrol/lex.l index 22b2b77..ccf4353 100644 --- a/usr.sbin/kbdcontrol/lex.l +++ b/usr.sbin/kbdcontrol/lex.l @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: lex.l,v 1.8 1998/08/06 09:44:23 yokota Exp $ + * $FreeBSD$ */ %{ diff --git a/usr.sbin/kbdmap/Makefile b/usr.sbin/kbdmap/Makefile index e344524..8d86766 100644 --- a/usr.sbin/kbdmap/Makefile +++ b/usr.sbin/kbdmap/Makefile @@ -1,5 +1,5 @@ # Makefile for kbdmap / vidfont -# $Id: Makefile,v 1.7 1997/02/22 16:06:00 peter Exp $ +# $FreeBSD$ MAINTAINER= wosch diff --git a/usr.sbin/kbdmap/kbdmap.1 b/usr.sbin/kbdmap/kbdmap.1 index 1b62c1f..e4f7e76 100644 --- a/usr.sbin/kbdmap/kbdmap.1 +++ b/usr.sbin/kbdmap/kbdmap.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: kbdmap.1,v 1.13 1997/09/19 06:29:52 charnier Exp $ +.\" $FreeBSD$ .Dd Mar 25, 1995 .Dt KBDMAP 1 diff --git a/usr.sbin/kbdmap/kbdmap.pl b/usr.sbin/kbdmap/kbdmap.pl index a491261..64407bb 100644 --- a/usr.sbin/kbdmap/kbdmap.pl +++ b/usr.sbin/kbdmap/kbdmap.pl @@ -26,7 +26,7 @@ # # kbdmap/vidfont - front end for syscons # -# $Id: kbdmap.pl,v 1.8 1998/08/14 06:26:54 phk Exp $ +# $FreeBSD$ # simple test if syscons works diff --git a/usr.sbin/kernbb/Makefile b/usr.sbin/kernbb/Makefile index 92a416f..c7d5663 100644 --- a/usr.sbin/kernbb/Makefile +++ b/usr.sbin/kernbb/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= kernbb MAN8= kernbb.8 diff --git a/usr.sbin/kernbb/kernbb.8 b/usr.sbin/kernbb/kernbb.8 index b62c0a4..a190d33 100644 --- a/usr.sbin/kernbb/kernbb.8 +++ b/usr.sbin/kernbb/kernbb.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: kernbb.8,v 1.6 1997/09/22 06:30:04 charnier Exp $ +.\" $FreeBSD$ .\" .Dd May 22, 1995 .Dt KERNBB 8 diff --git a/usr.sbin/kernbb/kernbb.c b/usr.sbin/kernbb/kernbb.c index 03bfc8a..45cd63d 100644 --- a/usr.sbin/kernbb/kernbb.c +++ b/usr.sbin/kernbb/kernbb.c @@ -10,7 +10,7 @@ #ifndef lint static const char rcsid[] = - "$Id: kernbb.c,v 1.9 1997/09/22 06:30:04 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/keyadmin/keyadmin.8 b/usr.sbin/keyadmin/keyadmin.8 index bb1eefa..eed8703 100644 --- a/usr.sbin/keyadmin/keyadmin.8 +++ b/usr.sbin/keyadmin/keyadmin.8 @@ -54,7 +54,7 @@ .\"----------------------------------------------------------------------*/ .\" .\" $ANA: keyadmin.8,v 1.3 1996/06/13 20:15:57 wollman Exp $ -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 13, 1996 .Dt KEY 8 diff --git a/usr.sbin/keyserv/Makefile b/usr.sbin/keyserv/Makefile index f08135f..9493e04 100644 --- a/usr.sbin/keyserv/Makefile +++ b/usr.sbin/keyserv/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/05/09 13:32:37 bde Exp $ +# $FreeBSD$ PROG= keyserv SRCS= keyserv.c setkey.c keyserv_uid.c crypt_svc.c crypt_server.c crypt.h diff --git a/usr.sbin/keyserv/crypt_server.c b/usr.sbin/keyserv/crypt_server.c index 5b944ae..79b7923 100644 --- a/usr.sbin/keyserv/crypt_server.c +++ b/usr.sbin/keyserv/crypt_server.c @@ -44,7 +44,7 @@ #ifndef lint static const char rcsid[] = - "$Id: crypt_server.c,v 1.3 1997/09/23 06:36:26 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/keyserv/keyserv.8 b/usr.sbin/keyserv/keyserv.8 index 2fdd7dd..9928a53 100644 --- a/usr.sbin/keyserv/keyserv.8 +++ b/usr.sbin/keyserv/keyserv.8 @@ -2,7 +2,7 @@ .\"macro stdmacro .\" Copyright 1989 AT&T .\" @(#)keyserv.8c 1.8 89/03/29 SMI; -.\" $Id$ +.\" $FreeBSD$ .\".TH KEYSERV 8C "9 September 1987" .Dd September 14, 1992 .Dt KEYSERV 8 diff --git a/usr.sbin/keyserv/keyserv.c b/usr.sbin/keyserv/keyserv.c index e49dded..72a334a 100644 --- a/usr.sbin/keyserv/keyserv.c +++ b/usr.sbin/keyserv/keyserv.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)keyserv.c 1.15 94/04/25 SMI"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/keyserv/keyserv_uid.c b/usr.sbin/keyserv/keyserv_uid.c index add3d33..8a46fd1 100644 --- a/usr.sbin/keyserv/keyserv_uid.c +++ b/usr.sbin/keyserv/keyserv_uid.c @@ -44,7 +44,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/keyserv/setkey.c b/usr.sbin/keyserv/setkey.c index 8403913..566b1c7 100644 --- a/usr.sbin/keyserv/setkey.c +++ b/usr.sbin/keyserv/setkey.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)setkey.c 1.11 94/04/25 SMI"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/kgmon/kgmon.8 b/usr.sbin/kgmon/kgmon.8 index ca58b7e..2ae9327 100644 --- a/usr.sbin/kgmon/kgmon.8 +++ b/usr.sbin/kgmon/kgmon.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kgmon.8 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt KGMON 8 diff --git a/usr.sbin/kgmon/kgmon.c b/usr.sbin/kgmon/kgmon.c index 4d2bd4f..8ab4227 100644 --- a/usr.sbin/kgmon/kgmon.c +++ b/usr.sbin/kgmon/kgmon.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)kgmon.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/kgzip/Makefile b/usr.sbin/kgzip/Makefile index 404303b..5a3565a 100644 --- a/usr.sbin/kgzip/Makefile +++ b/usr.sbin/kgzip/Makefile @@ -1,4 +1,4 @@ -# $Id: $ +# $FreeBSD$ PROG= kgzip SRCS= kgzip.c elfhdr.c kgzcmp.c kgzld.c xio.c diff --git a/usr.sbin/kgzip/elfhdr.c b/usr.sbin/kgzip/elfhdr.c index 61bf443..d3abec7 100644 --- a/usr.sbin/kgzip/elfhdr.c +++ b/usr.sbin/kgzip/elfhdr.c @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #include <stddef.h> diff --git a/usr.sbin/kgzip/elfhdr.h b/usr.sbin/kgzip/elfhdr.h index 685f620..b14b9f1 100644 --- a/usr.sbin/kgzip/elfhdr.h +++ b/usr.sbin/kgzip/elfhdr.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #include <elf.h> diff --git a/usr.sbin/kgzip/kgz.h b/usr.sbin/kgzip/kgz.h index 301a56f..3cc8e13 100644 --- a/usr.sbin/kgzip/kgz.h +++ b/usr.sbin/kgzip/kgz.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #ifndef _KGZ_H_ diff --git a/usr.sbin/kgzip/kgzcmp.c b/usr.sbin/kgzip/kgzcmp.c index a684b3e..489e845 100644 --- a/usr.sbin/kgzip/kgzcmp.c +++ b/usr.sbin/kgzip/kgzcmp.c @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/kgzip/kgzip.8 b/usr.sbin/kgzip/kgzip.8 index 5af0bad..7ddd68b 100644 --- a/usr.sbin/kgzip/kgzip.8 +++ b/usr.sbin/kgzip/kgzip.8 @@ -22,7 +22,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id:$ +.\" $FreeBSD$ .\" .Dd July 19, 1999 .Dt KGZIP 8 diff --git a/usr.sbin/kgzip/kgzip.c b/usr.sbin/kgzip/kgzip.c index e20f85b..3af89e5 100644 --- a/usr.sbin/kgzip/kgzip.c +++ b/usr.sbin/kgzip/kgzip.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id:$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/kgzip/kgzip.h b/usr.sbin/kgzip/kgzip.h index 64507d5..4231c0f 100644 --- a/usr.sbin/kgzip/kgzip.h +++ b/usr.sbin/kgzip/kgzip.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #include "kgz.h" diff --git a/usr.sbin/kgzip/kgzld.c b/usr.sbin/kgzip/kgzld.c index 75bc7fc..a2b0086 100644 --- a/usr.sbin/kgzip/kgzld.c +++ b/usr.sbin/kgzip/kgzld.c @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/kgzip/xio.c b/usr.sbin/kgzip/xio.c index ed04f66..21c9634 100644 --- a/usr.sbin/kgzip/xio.c +++ b/usr.sbin/kgzip/xio.c @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #include <err.h> diff --git a/usr.sbin/kvm_mkdb/kvm_mkdb.8 b/usr.sbin/kvm_mkdb/kvm_mkdb.8 index 9fe7d1c..bf7913e 100644 --- a/usr.sbin/kvm_mkdb/kvm_mkdb.8 +++ b/usr.sbin/kvm_mkdb/kvm_mkdb.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kvm_mkdb.8 8.1 (Berkeley) 6/9/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 9, 1993 .Dt KVM_MKDB 8 diff --git a/usr.sbin/kvm_mkdb/kvm_mkdb.c b/usr.sbin/kvm_mkdb/kvm_mkdb.c index cfec176..dde06bb 100644 --- a/usr.sbin/kvm_mkdb/kvm_mkdb.c +++ b/usr.sbin/kvm_mkdb/kvm_mkdb.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)kvm_mkdb.c 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: kvm_mkdb.c,v 1.7 1997/09/24 06:44:09 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/kvm_mkdb/nlist.c b/usr.sbin/kvm_mkdb/nlist.c index e3e0666..5e85ae4 100644 --- a/usr.sbin/kvm_mkdb/nlist.c +++ b/usr.sbin/kvm_mkdb/nlist.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)from: nlist.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: nlist.c,v 1.9 1998/08/17 08:46:46 dfr Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/kvm_mkdb/testdb.c b/usr.sbin/kvm_mkdb/testdb.c index 1a8726a..99f7437 100644 --- a/usr.sbin/kvm_mkdb/testdb.c +++ b/usr.sbin/kvm_mkdb/testdb.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)testdb.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: testdb.c,v 1.3 1997/09/24 06:44:12 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/lpr/Makefile b/usr.sbin/lpr/Makefile index e4a44bd..4f34ca0 100644 --- a/usr.sbin/lpr/Makefile +++ b/usr.sbin/lpr/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/12/02 20:44:46 wollman Exp $ +# $FreeBSD$ SUBDIR= common_source chkprintcap lp lpc lpd lpq lpr lprm lptest pac \ filters filters.ru SMM.doc diff --git a/usr.sbin/lpr/Makefile.inc b/usr.sbin/lpr/Makefile.inc index bb67834..141373e 100644 --- a/usr.sbin/lpr/Makefile.inc +++ b/usr.sbin/lpr/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.3 1998/03/07 09:47:52 bde Exp $ +# $FreeBSD$ CWARNFLAGS= -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls -Wstrict-prototypes diff --git a/usr.sbin/lpr/SMM.doc/Makefile b/usr.sbin/lpr/SMM.doc/Makefile index a59265b..faeb266 100644 --- a/usr.sbin/lpr/SMM.doc/Makefile +++ b/usr.sbin/lpr/SMM.doc/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/8/93 -# $Id: Makefile,v 1.2 1997/12/02 20:45:05 wollman Exp $ +# $FreeBSD$ BINDIR= /usr/share/doc VOLUME= smm/07.lpd diff --git a/usr.sbin/lpr/chkprintcap/Makefile b/usr.sbin/lpr/chkprintcap/Makefile index 25d4775..e671ec9 100644 --- a/usr.sbin/lpr/chkprintcap/Makefile +++ b/usr.sbin/lpr/chkprintcap/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1998/06/11 03:51:34 jb Exp $ +# $FreeBSD$ PROG= chkprintcap MAN8= chkprintcap.8 diff --git a/usr.sbin/lpr/chkprintcap/chkprintcap.8 b/usr.sbin/lpr/chkprintcap/chkprintcap.8 index 6c689b9..ecf7822 100644 --- a/usr.sbin/lpr/chkprintcap/chkprintcap.8 +++ b/usr.sbin/lpr/chkprintcap/chkprintcap.8 @@ -25,7 +25,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: chkprintcap.8,v 1.1 1997/12/02 20:45:09 wollman Exp $ +.\" $FreeBSD$ .Dd November 30, 1997 .Dt CHKPRINTCAP 8 .Os diff --git a/usr.sbin/lpr/chkprintcap/chkprintcap.c b/usr.sbin/lpr/chkprintcap/chkprintcap.c index 9b4e8c9..8b84656 100644 --- a/usr.sbin/lpr/chkprintcap/chkprintcap.c +++ b/usr.sbin/lpr/chkprintcap/chkprintcap.c @@ -30,7 +30,7 @@ static const char copyright[] = "Copyright (C) 1997, Massachusetts Institute of Technology\r\n"; static const char rcsid[] = - "$Id: chkprintcap.c,v 1.1 1997/12/02 20:45:11 wollman Exp $"; + "$FreeBSD$"; #include <sys/types.h> #include <sys/queue.h> diff --git a/usr.sbin/lpr/common_source/Makefile b/usr.sbin/lpr/common_source/Makefile index a9d7bfc..e5c6191 100644 --- a/usr.sbin/lpr/common_source/Makefile +++ b/usr.sbin/lpr/common_source/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/06/11 03:53:23 jb Exp $ +# $FreeBSD$ # # Library of internal routines for the print spooler suite. diff --git a/usr.sbin/lpr/common_source/common.c b/usr.sbin/lpr/common_source/common.c index be95dc7..ebc7bfd 100644 --- a/usr.sbin/lpr/common_source/common.c +++ b/usr.sbin/lpr/common_source/common.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)common.c 8.5 (Berkeley) 4/28/95"; */ static const char rcsid[] = - "$Id: common.c,v 1.10 1997/12/02 20:45:18 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/lpr/common_source/displayq.c b/usr.sbin/lpr/common_source/displayq.c index 37ee980..88f90a6 100644 --- a/usr.sbin/lpr/common_source/displayq.c +++ b/usr.sbin/lpr/common_source/displayq.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)displayq.c 8.4 (Berkeley) 4/28/95"; */ static const char rcsid[] = - "$Id: displayq.c,v 1.13 1997/12/02 20:45:19 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/lpr/common_source/lp.h b/usr.sbin/lpr/common_source/lp.h index 7ab0e76..c7a960e 100644 --- a/usr.sbin/lpr/common_source/lp.h +++ b/usr.sbin/lpr/common_source/lp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)lp.h 8.2 (Berkeley) 4/28/95 - * $Id: lp.h,v 1.7 1997/12/02 20:45:21 wollman Exp $ + * $FreeBSD$ */ #include <sys/queue.h> diff --git a/usr.sbin/lpr/common_source/net.c b/usr.sbin/lpr/common_source/net.c index 05c8085..4f5c0c5 100644 --- a/usr.sbin/lpr/common_source/net.c +++ b/usr.sbin/lpr/common_source/net.c @@ -40,7 +40,7 @@ #ifndef lint static const char rcsid[] = - "$Id: net.c,v 1.1 1997/12/02 20:45:22 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/lpr/common_source/printcap.c b/usr.sbin/lpr/common_source/printcap.c index ff82589..7b6d124 100644 --- a/usr.sbin/lpr/common_source/printcap.c +++ b/usr.sbin/lpr/common_source/printcap.c @@ -40,7 +40,7 @@ #ifndef lint static const char rcsid[] = - "$Id: printcap.c,v 1.4 1997/12/27 20:49:39 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <errno.h> diff --git a/usr.sbin/lpr/common_source/recvjob.c b/usr.sbin/lpr/common_source/recvjob.c index 6b1c8b0..a2de1a9 100644 --- a/usr.sbin/lpr/common_source/recvjob.c +++ b/usr.sbin/lpr/common_source/recvjob.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)recvjob.c 8.2 (Berkeley) 4/27/95"; #endif static const char rcsid[] = - "$Id: recvjob.c,v 1.11 1997/10/06 03:58:48 imp Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/common_source/request.c b/usr.sbin/lpr/common_source/request.c index d3e3cdf..e3e4366 100644 --- a/usr.sbin/lpr/common_source/request.c +++ b/usr.sbin/lpr/common_source/request.c @@ -30,7 +30,7 @@ static const char copyright[] = "Copyright (C) 1997, Massachusetts Institute of Technology\r\n"; static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.sbin/lpr/common_source/rmjob.c b/usr.sbin/lpr/common_source/rmjob.c index e2406b9..a3216a8 100644 --- a/usr.sbin/lpr/common_source/rmjob.c +++ b/usr.sbin/lpr/common_source/rmjob.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)rmjob.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: rmjob.c,v 1.10 1997/10/14 16:00:37 joerg Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/lpr/common_source/startdaemon.c b/usr.sbin/lpr/common_source/startdaemon.c index 931a7ef..29866b2 100644 --- a/usr.sbin/lpr/common_source/startdaemon.c +++ b/usr.sbin/lpr/common_source/startdaemon.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)startdaemon.c 8.2 (Berkeley) 4/17/94"; #endif static const char rcsid[] = - "$Id: startdaemon.c,v 1.6 1997/09/24 06:47:32 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ diff --git a/usr.sbin/lpr/filters/lpf.c b/usr.sbin/lpr/filters/lpf.c index 59b3cbf..6fef3c4 100644 --- a/usr.sbin/lpr/filters/lpf.c +++ b/usr.sbin/lpr/filters/lpf.c @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint static char sccsid[] = "From: @(#)lpf.c 8.1 (Berkeley) 6/6/93"; -static char id[] = "$Id$"; +static char id[] = "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/lp/Makefile b/usr.sbin/lpr/lp/Makefile index cf0304e..9522fc3 100644 --- a/usr.sbin/lpr/lp/Makefile +++ b/usr.sbin/lpr/lp/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ BINDIR = /usr/bin MAN1 = lp.1 diff --git a/usr.sbin/lpr/lp/lp.1 b/usr.sbin/lpr/lp/lp.1 index 6bbd342..5ab91e7 100644 --- a/usr.sbin/lpr/lp/lp.1 +++ b/usr.sbin/lpr/lp/lp.1 @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: lp.1,v 1.6 1997/09/24 06:47:40 charnier Exp $ +.\" $FreeBSD$ .\" .Dd January 22, 1995 .Dt LP 1 diff --git a/usr.sbin/lpr/lp/lp.sh b/usr.sbin/lpr/lp/lp.sh index 0a9c8e9..317f840 100644 --- a/usr.sbin/lpr/lp/lp.sh +++ b/usr.sbin/lpr/lp/lp.sh @@ -36,7 +36,7 @@ # # Posix 1003.2 compliant print spooler interface. # -# $Id$ +# $FreeBSD$ # ncopies="" diff --git a/usr.sbin/lpr/lpc/Makefile b/usr.sbin/lpr/lpc/Makefile index 855b8ed..48fd38b 100644 --- a/usr.sbin/lpr/lpc/Makefile +++ b/usr.sbin/lpr/lpc/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.5 1998/03/07 09:47:57 bde Exp $ +# $FreeBSD$ PROG= lpc CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS} diff --git a/usr.sbin/lpr/lpc/cmds.c b/usr.sbin/lpr/lpc/cmds.c index 4aef15d..5fa5eab 100644 --- a/usr.sbin/lpr/lpc/cmds.c +++ b/usr.sbin/lpr/lpc/cmds.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 4/28/95"; */ static const char rcsid[] = - "$Id: cmds.c,v 1.11 1997/12/02 20:45:37 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/lpc/cmdtab.c b/usr.sbin/lpr/lpc/cmdtab.c index b4720a8..8e2b6ef 100644 --- a/usr.sbin/lpr/lpc/cmdtab.c +++ b/usr.sbin/lpr/lpc/cmdtab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/usr.sbin/lpr/lpc/lpc.8 b/usr.sbin/lpr/lpc/lpc.8 index 69189f6..21c095a 100644 --- a/usr.sbin/lpr/lpc/lpc.8 +++ b/usr.sbin/lpr/lpc/lpc.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lpc.8 8.5 (Berkeley) 4/28/95 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd April 28, 1995 .Dt LPC 8 diff --git a/usr.sbin/lpr/lpc/lpc.c b/usr.sbin/lpr/lpc/lpc.c index b3905f3..559be75 100644 --- a/usr.sbin/lpr/lpc/lpc.c +++ b/usr.sbin/lpr/lpc/lpc.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)lpc.c 8.3 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: lpc.c,v 1.11 1999/08/20 01:24:35 mdodd Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/lpr/lpd/Makefile b/usr.sbin/lpr/lpd/Makefile index c97dc8e..e107e97 100644 --- a/usr.sbin/lpr/lpd/Makefile +++ b/usr.sbin/lpr/lpd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.8 1998/06/11 03:52:41 jb Exp $ +# $FreeBSD$ PROG= lpd CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS} diff --git a/usr.sbin/lpr/lpd/extern.h b/usr.sbin/lpr/lpd/extern.h index 9d85082..70c536d 100644 --- a/usr.sbin/lpr/lpd/extern.h +++ b/usr.sbin/lpr/lpd/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $Id: extern.h,v 1.3 1997/12/02 20:45:53 wollman Exp $ + * $FreeBSD$ */ #include <sys/cdefs.h> diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8 index 7ce05da..6f03396 100644 --- a/usr.sbin/lpr/lpd/lpd.8 +++ b/usr.sbin/lpr/lpd/lpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lpd.8 8.3 (Berkeley) 4/19/94 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd April 19, 1994 .Dt LPD 8 diff --git a/usr.sbin/lpr/lpd/lpd.c b/usr.sbin/lpr/lpd/lpd.c index 827bf0d..f5df2a7 100644 --- a/usr.sbin/lpr/lpd/lpd.c +++ b/usr.sbin/lpr/lpd/lpd.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)lpd.c 8.7 (Berkeley) 5/10/95"; #endif static const char rcsid[] = - "$Id: lpd.c,v 1.9 1997/12/02 20:45:54 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/lpd/lpdchar.c b/usr.sbin/lpr/lpd/lpdchar.c index f5c542a..ba39a9f 100644 --- a/usr.sbin/lpr/lpd/lpdchar.c +++ b/usr.sbin/lpr/lpd/lpdchar.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)lpdchar.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/lpd/modes.c b/usr.sbin/lpr/lpd/modes.c index b24cffa..4bb2ea0 100644 --- a/usr.sbin/lpr/lpd/modes.c +++ b/usr.sbin/lpr/lpd/modes.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; */ static const char rcsid[] = - "$Id: modes.c,v 1.4 1997/12/02 20:45:56 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <stddef.h> diff --git a/usr.sbin/lpr/lpd/printjob.c b/usr.sbin/lpr/lpd/printjob.c index c635341..37cc960 100644 --- a/usr.sbin/lpr/lpd/printjob.c +++ b/usr.sbin/lpr/lpd/printjob.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)printjob.c 8.7 (Berkeley) 5/10/95"; */ static const char rcsid[] = - "$Id: printjob.c,v 1.19 1998/08/21 18:08:46 brian Exp $"; + "$FreeBSD$"; #endif /* not lint */ diff --git a/usr.sbin/lpr/lpd/recvjob.c b/usr.sbin/lpr/lpd/recvjob.c index 74fc253..e4cd4e9 100644 --- a/usr.sbin/lpr/lpd/recvjob.c +++ b/usr.sbin/lpr/lpd/recvjob.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)recvjob.c 8.2 (Berkeley) 4/27/95"; #endif static const char rcsid[] = - "$Id: recvjob.c,v 1.12 1997/12/02 20:45:59 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/lpq/Makefile b/usr.sbin/lpr/lpq/Makefile index d89ed439..24afb7a 100644 --- a/usr.sbin/lpr/lpq/Makefile +++ b/usr.sbin/lpr/lpq/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.5 1998/03/07 09:48:02 bde Exp $ +# $FreeBSD$ PROG= lpq CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS} diff --git a/usr.sbin/lpr/lpq/lpq.1 b/usr.sbin/lpr/lpq/lpq.1 index b0b7027..cff76b24 100644 --- a/usr.sbin/lpr/lpq/lpq.1 +++ b/usr.sbin/lpr/lpq/lpq.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lpq.1 8.2 (Berkeley) 4/28/95 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd April 28, 1995 .Dt LPQ 1 diff --git a/usr.sbin/lpr/lpq/lpq.c b/usr.sbin/lpr/lpq/lpq.c index 04adc94..67de966 100644 --- a/usr.sbin/lpr/lpq/lpq.c +++ b/usr.sbin/lpr/lpq/lpq.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)lpq.c 8.3 (Berkeley) 5/10/95"; */ static const char rcsid[] = - "$Id: lpq.c,v 1.5 1997/12/02 20:46:04 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/lpr/Makefile b/usr.sbin/lpr/lpr/Makefile index e3c0546..e82347c 100644 --- a/usr.sbin/lpr/lpr/Makefile +++ b/usr.sbin/lpr/lpr/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.6 1998/03/07 09:48:07 bde Exp $ +# $FreeBSD$ PROG= lpr CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS} diff --git a/usr.sbin/lpr/lpr/lpr.1 b/usr.sbin/lpr/lpr/lpr.1 index 672edad..6295042 100644 --- a/usr.sbin/lpr/lpr/lpr.1 +++ b/usr.sbin/lpr/lpr/lpr.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From @(#)lpr.1 8.1 (Berkeley) 6/6/93 -.\" $Id: lpr.1,v 1.7 1997/02/22 16:06:19 peter Exp $ +.\" $FreeBSD$ .\" " .Dd June 6, 1993 .Dt LPR 1 diff --git a/usr.sbin/lpr/lpr/lpr.c b/usr.sbin/lpr/lpr/lpr.c index f865574..9a19606 100644 --- a/usr.sbin/lpr/lpr/lpr.c +++ b/usr.sbin/lpr/lpr/lpr.c @@ -48,7 +48,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from: lpr.c 8.4 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: lpr.c,v 1.28 1999/02/01 19:53:08 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/lpr/printcap.5 b/usr.sbin/lpr/lpr/printcap.5 index 2fbb044..1ed6206 100644 --- a/usr.sbin/lpr/lpr/printcap.5 +++ b/usr.sbin/lpr/lpr/printcap.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)printcap.5 8.2 (Berkeley) 12/11/93 -.\" $Id: printcap.5,v 1.14 1998/06/10 12:34:26 phk Exp $ +.\" $FreeBSD$ .\" .Dd December 11, 1993 .Dt PRINTCAP 5 diff --git a/usr.sbin/lpr/lprm/Makefile b/usr.sbin/lpr/lprm/Makefile index 1d1d491..abeac25 100644 --- a/usr.sbin/lpr/lprm/Makefile +++ b/usr.sbin/lpr/lprm/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.6 1998/03/07 09:48:09 bde Exp $ +# $FreeBSD$ PROG= lprm CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS} diff --git a/usr.sbin/lpr/lprm/lprm.1 b/usr.sbin/lpr/lprm/lprm.1 index 6bd0ccf..1a17ea6 100644 --- a/usr.sbin/lpr/lprm/lprm.1 +++ b/usr.sbin/lpr/lprm/lprm.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lprm.1 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt LPRM 1 diff --git a/usr.sbin/lpr/lprm/lprm.c b/usr.sbin/lpr/lprm/lprm.c index 91c3e44..ca52f5d 100644 --- a/usr.sbin/lpr/lprm/lprm.c +++ b/usr.sbin/lpr/lprm/lprm.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)lprm.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: lprm.c,v 1.4 1997/12/02 20:46:15 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/lptest/lptest.1 b/usr.sbin/lpr/lptest/lptest.1 index dbd8aaf..73f9fe9 100644 --- a/usr.sbin/lpr/lptest/lptest.1 +++ b/usr.sbin/lpr/lptest/lptest.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lptest.1 8.2 (Berkeley) 12/30/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 30, 1993 .Dt LPTEST 1 diff --git a/usr.sbin/lpr/pac/Makefile b/usr.sbin/lpr/pac/Makefile index 41105db..2b8d6ed 100644 --- a/usr.sbin/lpr/pac/Makefile +++ b/usr.sbin/lpr/pac/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.5 1998/03/07 09:48:14 bde Exp $ +# $FreeBSD$ PROG= pac CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS} diff --git a/usr.sbin/lpr/pac/pac.8 b/usr.sbin/lpr/pac/pac.8 index 3a5c80d..0fddaec 100644 --- a/usr.sbin/lpr/pac/pac.8 +++ b/usr.sbin/lpr/pac/pac.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pac.8 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt PAC 8 diff --git a/usr.sbin/lpr/pac/pac.c b/usr.sbin/lpr/pac/pac.c index 727c67f..08de114 100644 --- a/usr.sbin/lpr/pac/pac.c +++ b/usr.sbin/lpr/pac/pac.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)pac.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: pac.c,v 1.8 1997/12/02 20:46:22 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/runqueue/extern.h b/usr.sbin/lpr/runqueue/extern.h index db732f5..8f390fb 100644 --- a/usr.sbin/lpr/runqueue/extern.h +++ b/usr.sbin/lpr/runqueue/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $FreeBSD$ */ #include <sys/cdefs.h> diff --git a/usr.sbin/lpr/runqueue/lpdchar.c b/usr.sbin/lpr/runqueue/lpdchar.c index f5c542a..ba39a9f 100644 --- a/usr.sbin/lpr/runqueue/lpdchar.c +++ b/usr.sbin/lpr/runqueue/lpdchar.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)lpdchar.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/runqueue/modes.c b/usr.sbin/lpr/runqueue/modes.c index c85c669..9c22055 100644 --- a/usr.sbin/lpr/runqueue/modes.c +++ b/usr.sbin/lpr/runqueue/modes.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; */ static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stddef.h> diff --git a/usr.sbin/lpr/runqueue/printjob.c b/usr.sbin/lpr/runqueue/printjob.c index 929d6a3..c5f7990 100644 --- a/usr.sbin/lpr/runqueue/printjob.c +++ b/usr.sbin/lpr/runqueue/printjob.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)printjob.c 8.7 (Berkeley) 5/10/95"; */ static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ diff --git a/usr.sbin/lptcontrol/lptcontrol.8 b/usr.sbin/lptcontrol/lptcontrol.8 index aa55f26..d2c42d2 100644 --- a/usr.sbin/lptcontrol/lptcontrol.8 +++ b/usr.sbin/lptcontrol/lptcontrol.8 @@ -11,7 +11,7 @@ .\" documentation and/or other materials provided with the distribution. .\" .\" -.\" $Id: lptcontrol.8,v 1.8 1999/02/14 12:23:49 nsouch Exp $ +.\" $FreeBSD$ .Dd September 3, 1994 .Dt LPTCONTROL 8 .Os FreeBSD 2 diff --git a/usr.sbin/lptcontrol/lptcontrol.c b/usr.sbin/lptcontrol/lptcontrol.c index d3856d0..7556bad 100644 --- a/usr.sbin/lptcontrol/lptcontrol.c +++ b/usr.sbin/lptcontrol/lptcontrol.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$Id: lptcontrol.c,v 1.7 1999/01/10 12:04:56 nsouch Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/manctl/Makefile b/usr.sbin/manctl/Makefile index d812530..187edd3 100644 --- a/usr.sbin/manctl/Makefile +++ b/usr.sbin/manctl/Makefile @@ -1,5 +1,5 @@ # Makefile -# $Id$ +# $FreeBSD$ MAN8= manctl.8 diff --git a/usr.sbin/manctl/manctl.8 b/usr.sbin/manctl/manctl.8 index 03540c3..7411ff0 100644 --- a/usr.sbin/manctl/manctl.8 +++ b/usr.sbin/manctl/manctl.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: manctl.8,v 1.6 1997/02/22 16:06:28 peter Exp $ +.\" $FreeBSD$ .Dd January 1, 1996 .Dt MANCTL 8 .Os FreeBSD diff --git a/usr.sbin/manctl/manctl.sh b/usr.sbin/manctl/manctl.sh index 7f81369..43a1511 100644 --- a/usr.sbin/manctl/manctl.sh +++ b/usr.sbin/manctl/manctl.sh @@ -30,7 +30,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: manctl.sh,v 1.9 1997/02/22 16:06:29 peter Exp $ +# $FreeBSD$ # # manctl: # a utility for manipulating manual pages diff --git a/usr.sbin/memcontrol/memcontrol.c b/usr.sbin/memcontrol/memcontrol.c index 92f4300..f4af0cd 100644 --- a/usr.sbin/memcontrol/memcontrol.c +++ b/usr.sbin/memcontrol/memcontrol.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: memcontrol.c,v 1.1.1.1 1999/04/07 04:11:14 msmith Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/mixer/Makefile b/usr.sbin/mixer/Makefile index d11934f..78f5844 100644 --- a/usr.sbin/mixer/Makefile +++ b/usr.sbin/mixer/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/02/22 16:06:33 peter Exp $ +# $FreeBSD$ PROG = mixer MAN8= mixer.8 diff --git a/usr.sbin/mixer/mixer.8 b/usr.sbin/mixer/mixer.8 index 5ed39f4..4120344 100644 --- a/usr.sbin/mixer/mixer.8 +++ b/usr.sbin/mixer/mixer.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd January 9, 1997 .Dt MIXER 8 diff --git a/usr.sbin/mixer/mixer.c b/usr.sbin/mixer/mixer.c index 4c993b3..8df5c17 100644 --- a/usr.sbin/mixer/mixer.c +++ b/usr.sbin/mixer/mixer.c @@ -13,7 +13,7 @@ #ifndef lint static const char rcsid[] = - "$Id: mixer.c,v 1.8 1997/10/01 06:34:09 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/moused/moused.8 b/usr.sbin/moused/moused.8 index b205592..d393dea 100644 --- a/usr.sbin/moused/moused.8 +++ b/usr.sbin/moused/moused.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: moused.8,v 1.20 1999/08/14 22:29:34 chris Exp $ +.\" $FreeBSD$ .\" .Dd December 3, 1997 .Dt MOUSED 8 diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index 5f859ba..5638fd9 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -46,7 +46,7 @@ #ifndef lint static const char rcsid[] = - "$Id: moused.c,v 1.28 1999/07/12 15:16:14 yokota Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/mptable/Makefile b/usr.sbin/mptable/Makefile index 039e78c..66a4f43c 100644 --- a/usr.sbin/mptable/Makefile +++ b/usr.sbin/mptable/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG = mptable MAN1 = mptable.1 diff --git a/usr.sbin/mptable/mptable.1 b/usr.sbin/mptable/mptable.1 index 67779df..3b474b6 100644 --- a/usr.sbin/mptable/mptable.1 +++ b/usr.sbin/mptable/mptable.1 @@ -20,7 +20,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" -.\" $Id$ +.\" $FreeBSD$ .\" .\" SUCH DAMAGE. .Dd April 28, 1997 diff --git a/usr.sbin/mptable/mptable.c b/usr.sbin/mptable/mptable.c index c7c0de8..cd0561e 100644 --- a/usr.sbin/mptable/mptable.c +++ b/usr.sbin/mptable/mptable.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id: mptable.c,v 1.10 1998/02/24 01:11:47 bde Exp $"; + "$FreeBSD$"; #endif /* not lint */ #define VMAJOR 2 diff --git a/usr.sbin/mrouted/Makefile b/usr.sbin/mrouted/Makefile index 862ba67..43fe8b1 100644 --- a/usr.sbin/mrouted/Makefile +++ b/usr.sbin/mrouted/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ SUBDIR= common mrouted mrinfo map-mbone mtrace testrsrr diff --git a/usr.sbin/mrouted/Makefile.inc b/usr.sbin/mrouted/Makefile.inc index 46ce8d7..767c93a 100644 --- a/usr.sbin/mrouted/Makefile.inc +++ b/usr.sbin/mrouted/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ CFLAGS+= -DRSRR diff --git a/usr.sbin/mrouted/callout.c b/usr.sbin/mrouted/callout.c index 673973f..8b8ea9c 100644 --- a/usr.sbin/mrouted/callout.c +++ b/usr.sbin/mrouted/callout.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: callout.c,v 1.10 1998/01/16 07:17:41 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/cfparse.y b/usr.sbin/mrouted/cfparse.y index 14e206e..f244d9c 100644 --- a/usr.sbin/mrouted/cfparse.y +++ b/usr.sbin/mrouted/cfparse.y @@ -4,7 +4,7 @@ * * Written by Bill Fenner, NRL, 1994 * - * $Id: cfparse.y,v 1.8 1998/06/09 05:01:27 imp Exp $ + * $FreeBSD$ * cfparse.y,v 3.8.4.30 1998/03/01 01:48:58 fenner Exp */ #include <stdio.h> diff --git a/usr.sbin/mrouted/common/Makefile b/usr.sbin/mrouted/common/Makefile index 801a207..d3ed61e 100644 --- a/usr.sbin/mrouted/common/Makefile +++ b/usr.sbin/mrouted/common/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/02/22 16:07:20 peter Exp $ +# $FreeBSD$ LIB= mrouted NOPROFILE= yes diff --git a/usr.sbin/mrouted/config.c b/usr.sbin/mrouted/config.c index 544199e..5b436e6 100644 --- a/usr.sbin/mrouted/config.c +++ b/usr.sbin/mrouted/config.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: config.c,v 1.12 1998/06/09 05:01:29 imp Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/defs.h b/usr.sbin/mrouted/defs.h index 00a8b5b..1ec24de 100644 --- a/usr.sbin/mrouted/defs.h +++ b/usr.sbin/mrouted/defs.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $Id: defs.h,v 1.10 1997/02/22 16:06:51 peter Exp $ + * $FreeBSD$ * defs.h,v 3.8.4.15 1998/03/01 02:51:42 fenner Exp */ diff --git a/usr.sbin/mrouted/dvmrp.h b/usr.sbin/mrouted/dvmrp.h index a7aee84..2f11872 100644 --- a/usr.sbin/mrouted/dvmrp.h +++ b/usr.sbin/mrouted/dvmrp.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $Id: dvmrp.h,v 1.7 1997/02/22 16:06:52 peter Exp $ + * $FreeBSD$ * dvmrp.h,v 3.8.4.5 1997/11/18 23:25:57 fenner Exp */ diff --git a/usr.sbin/mrouted/igmp.c b/usr.sbin/mrouted/igmp.c index 5feab13..f343035 100644 --- a/usr.sbin/mrouted/igmp.c +++ b/usr.sbin/mrouted/igmp.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: igmp.c,v 1.14 1998/01/16 07:17:41 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/inet.c b/usr.sbin/mrouted/inet.c index fb10161..53aad7c 100644 --- a/usr.sbin/mrouted/inet.c +++ b/usr.sbin/mrouted/inet.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: inet.c,v 1.9 1998/01/16 07:17:42 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/kern.c b/usr.sbin/mrouted/kern.c index af8d007..716b479 100644 --- a/usr.sbin/mrouted/kern.c +++ b/usr.sbin/mrouted/kern.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: kern.c,v 1.10 1998/01/16 07:17:42 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/main.c b/usr.sbin/mrouted/main.c index 875ec97..7ab3de8 100644 --- a/usr.sbin/mrouted/main.c +++ b/usr.sbin/mrouted/main.c @@ -22,7 +22,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.14 1998/06/29 17:38:35 bde Exp $"; + "$FreeBSD$"; #endif #include <err.h> diff --git a/usr.sbin/mrouted/map-mbone/Makefile b/usr.sbin/mrouted/map-mbone/Makefile index 862ad29..afe6d24 100644 --- a/usr.sbin/mrouted/map-mbone/Makefile +++ b/usr.sbin/mrouted/map-mbone/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1997/12/17 15:11:42 bde Exp $ +# $FreeBSD$ PROG= map-mbone diff --git a/usr.sbin/mrouted/mapper.c b/usr.sbin/mrouted/mapper.c index 0a5f33c..0f09835 100644 --- a/usr.sbin/mrouted/mapper.c +++ b/usr.sbin/mrouted/mapper.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "$Id: mapper.c,v 1.13 1998/06/09 05:01:30 imp Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/mrouted/mrinfo.c b/usr.sbin/mrouted/mrinfo.c index ff8a7b8..a9f9dd9 100644 --- a/usr.sbin/mrouted/mrinfo.c +++ b/usr.sbin/mrouted/mrinfo.c @@ -61,7 +61,7 @@ #ifndef lint static const char rcsid[] = - "$Id: mrinfo.c,v 1.15 1998/06/09 05:01:34 imp Exp $"; + "$FreeBSD$"; /* original rcsid: "@(#) Header: mrinfo.c,v 1.6 93/04/08 15:14:16 van Exp (LBL)"; */ diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile index 59d8c3f..a529cf9 100644 --- a/usr.sbin/mrouted/mrinfo/Makefile +++ b/usr.sbin/mrouted/mrinfo/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1998/03/07 09:49:06 bde Exp $ +# $FreeBSD$ PROG= mrinfo diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8 index b2f51c8..7655de4 100644 --- a/usr.sbin/mrouted/mrouted.8 +++ b/usr.sbin/mrouted/mrouted.8 @@ -1,5 +1,5 @@ .\"COPYRIGHT 1989 by The Board of Trustees of Leland Stanford Junior University. -.\"$Id: mrouted.8,v 1.12 1999/01/20 07:55:51 fenner Exp $ +.\"$FreeBSD$ .Dd May 8, 1995 .Dt MROUTED 8 .UC 5 diff --git a/usr.sbin/mrouted/mrouted.conf b/usr.sbin/mrouted/mrouted.conf index d016f48..e9cb04c 100644 --- a/usr.sbin/mrouted/mrouted.conf +++ b/usr.sbin/mrouted/mrouted.conf @@ -1,4 +1,4 @@ -# $Id: mrouted.conf,v 1.7 1997/02/22 16:07:00 peter Exp $ +# $FreeBSD$ # mrouted.conf,v 3.8 1995/11/29 22:40:47 fenner Rel # # This is the configuration file for "mrouted", an IP multicast router. diff --git a/usr.sbin/mrouted/mrouted/Makefile b/usr.sbin/mrouted/mrouted/Makefile index 1c45823..a7a0fcb 100644 --- a/usr.sbin/mrouted/mrouted/Makefile +++ b/usr.sbin/mrouted/mrouted/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1999/01/20 07:55:57 fenner Exp $ +# $FreeBSD$ PROG= mrouted diff --git a/usr.sbin/mrouted/mtrace.8 b/usr.sbin/mrouted/mtrace.8 index 425f597..2f2a53e 100644 --- a/usr.sbin/mrouted/mtrace.8 +++ b/usr.sbin/mrouted/mtrace.8 @@ -29,7 +29,7 @@ .\" Copyright (c) 1988 The Regents of the University of California. .\" All rights reserved. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd May 8, 1995 .Dt MTRACE 8 diff --git a/usr.sbin/mrouted/mtrace.c b/usr.sbin/mrouted/mtrace.c index 0018aec..2ddf4f9 100644 --- a/usr.sbin/mrouted/mtrace.c +++ b/usr.sbin/mrouted/mtrace.c @@ -113,7 +113,7 @@ #ifndef lint static const char rcsid[] = - "$Id: mtrace.c,v 1.15 1998/06/29 17:51:39 bde Exp $"; + "$FreeBSD$"; #endif #include <ctype.h> diff --git a/usr.sbin/mrouted/mtrace/Makefile b/usr.sbin/mrouted/mtrace/Makefile index c292510..6fa6260 100644 --- a/usr.sbin/mrouted/mtrace/Makefile +++ b/usr.sbin/mrouted/mtrace/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1998/03/07 09:49:12 bde Exp $ +# $FreeBSD$ PROG= mtrace diff --git a/usr.sbin/mrouted/pathnames.h b/usr.sbin/mrouted/pathnames.h index 0c30420..d4fb01d 100644 --- a/usr.sbin/mrouted/pathnames.h +++ b/usr.sbin/mrouted/pathnames.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $Id: pathnames.h,v 1.5 1997/02/22 16:07:01 peter Exp $ + * $FreeBSD$ * pathnames.h,v 3.8 1995/11/29 22:36:57 fenner Rel */ diff --git a/usr.sbin/mrouted/prune.c b/usr.sbin/mrouted/prune.c index 3586137..7ffb34b 100644 --- a/usr.sbin/mrouted/prune.c +++ b/usr.sbin/mrouted/prune.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: prune.c,v 1.15 1998/01/16 07:17:44 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/prune.h b/usr.sbin/mrouted/prune.h index dbc232f..375fada 100644 --- a/usr.sbin/mrouted/prune.h +++ b/usr.sbin/mrouted/prune.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $Id: prune.h,v 1.8 1997/02/22 16:07:04 peter Exp $ + * $FreeBSD$ * prune.h,v 3.8.4.5 1998/02/27 22:45:43 fenner Exp */ diff --git a/usr.sbin/mrouted/route.c b/usr.sbin/mrouted/route.c index ff59a23..b269539 100644 --- a/usr.sbin/mrouted/route.c +++ b/usr.sbin/mrouted/route.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: route.c,v 1.10 1998/01/16 07:17:45 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/route.h b/usr.sbin/mrouted/route.h index 8a0f281..300202b 100644 --- a/usr.sbin/mrouted/route.h +++ b/usr.sbin/mrouted/route.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $Id: route.h,v 1.7 1997/02/22 16:07:07 peter Exp $ + * $FreeBSD$ * route.h,v 3.8.4.6 1997/07/01 23:02:35 fenner Exp */ diff --git a/usr.sbin/mrouted/rsrr.c b/usr.sbin/mrouted/rsrr.c index b8a0a82..a74fd6c 100644 --- a/usr.sbin/mrouted/rsrr.c +++ b/usr.sbin/mrouted/rsrr.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: rsrr.c,v 1.6 1998/01/16 07:17:45 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #ifdef RSRR diff --git a/usr.sbin/mrouted/testrsrr/Makefile b/usr.sbin/mrouted/testrsrr/Makefile index 2f242bf..b1ea5e5 100644 --- a/usr.sbin/mrouted/testrsrr/Makefile +++ b/usr.sbin/mrouted/testrsrr/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= testrsrr diff --git a/usr.sbin/mrouted/testrsrr/testrsrr.c b/usr.sbin/mrouted/testrsrr/testrsrr.c index b99b593..b18d6b0 100644 --- a/usr.sbin/mrouted/testrsrr/testrsrr.c +++ b/usr.sbin/mrouted/testrsrr/testrsrr.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #include <stddef.h> #include <stdlib.h> diff --git a/usr.sbin/mrouted/vif.c b/usr.sbin/mrouted/vif.c index 98c11ce..423fa53 100644 --- a/usr.sbin/mrouted/vif.c +++ b/usr.sbin/mrouted/vif.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: vif.c,v 1.13 1998/06/09 05:01:38 imp Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/vif.h b/usr.sbin/mrouted/vif.h index 52062a7..5be618d 100644 --- a/usr.sbin/mrouted/vif.h +++ b/usr.sbin/mrouted/vif.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $Id: vif.h,v 1.8 1997/02/22 16:07:09 peter Exp $ + * $FreeBSD$ * vif.h,v 3.8.4.26 1998/01/14 21:21:19 fenner Exp */ diff --git a/usr.sbin/mtest/mtest.8 b/usr.sbin/mtest/mtest.8 index 066c605..cf67915 100644 --- a/usr.sbin/mtest/mtest.8 +++ b/usr.sbin/mtest/mtest.8 @@ -1,5 +1,5 @@ .\" -.\" $Id$ +.\" $FreeBSD$ .\" .\" The following requests are required for all man pages. .Dd December 15, 1996 diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile index e61aa4a..6a5d615 100644 --- a/usr.sbin/mtree/Makefile +++ b/usr.sbin/mtree/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.8 1999/02/27 03:16:28 jkh Exp $ +# $FreeBSD$ PROG= mtree SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c diff --git a/usr.sbin/mtree/compare.c b/usr.sbin/mtree/compare.c index 2b28f21..0f6adf6 100644 --- a/usr.sbin/mtree/compare.c +++ b/usr.sbin/mtree/compare.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)compare.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: compare.c,v 1.10 1998/08/02 14:41:34 bde Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/mtree/create.c b/usr.sbin/mtree/create.c index e591001..0986d844 100644 --- a/usr.sbin/mtree/create.c +++ b/usr.sbin/mtree/create.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)create.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: create.c,v 1.13 1999/01/18 06:58:25 jkoshy Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/mtree/misc.c b/usr.sbin/mtree/misc.c index 339804a..bc94b32 100644 --- a/usr.sbin/mtree/misc.c +++ b/usr.sbin/mtree/misc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: misc.c,v 1.5 1998/06/05 14:43:40 peter Exp $"; + "$FreeBSD$"; #endif /*not lint */ #include <sys/types.h> diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8 index 51948f3..fc3ad4a 100644 --- a/usr.sbin/mtree/mtree.8 +++ b/usr.sbin/mtree/mtree.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93 -.\" $Id: mtree.8,v 1.13 1998/06/10 06:45:08 peter Exp $ +.\" $FreeBSD$ .\" .Dd February 26, 1999 .Dt MTREE 8 diff --git a/usr.sbin/mtree/mtree.c b/usr.sbin/mtree/mtree.c index 76b945b..c8ac609 100644 --- a/usr.sbin/mtree/mtree.c +++ b/usr.sbin/mtree/mtree.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mtree.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: mtree.c,v 1.6 1997/10/01 06:30:02 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/mtree/spec.c b/usr.sbin/mtree/spec.c index bf2df5a..4a23073 100644 --- a/usr.sbin/mtree/spec.c +++ b/usr.sbin/mtree/spec.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)spec.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: spec.c,v 1.9 1999/01/12 02:58:23 jkoshy Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/mtree/verify.c b/usr.sbin/mtree/verify.c index a20fc0b..a04bd55 100644 --- a/usr.sbin/mtree/verify.c +++ b/usr.sbin/mtree/verify.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)verify.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: verify.c,v 1.6 1998/06/05 14:43:42 peter Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/named.reload/Makefile b/usr.sbin/named.reload/Makefile index c05b422..f5b7b33 100644 --- a/usr.sbin/named.reload/Makefile +++ b/usr.sbin/named.reload/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/02/22 16:08:06 peter Exp $ +# $FreeBSD$ .include "${.CURDIR}/../named/Makefile.inc" diff --git a/usr.sbin/named.reload/named.reload.8 b/usr.sbin/named.reload/named.reload.8 index 3338b33..9d0cb40 100644 --- a/usr.sbin/named.reload/named.reload.8 +++ b/usr.sbin/named.reload/named.reload.8 @@ -52,7 +52,7 @@ .\" --Copyright-- .\" .\" from hostname.7 6.4 (Berkeley) 1/16/90 -.\" $Id$ +.\" $FreeBSD$ .\" .TH @INDOT_U@NAMED.RELOAD @SYS_OPS_EXT_U@ "June 26, 1993" .UC 5 diff --git a/usr.sbin/named.reload/named.reload.sh b/usr.sbin/named.reload/named.reload.sh index 0b6495a..4a657a7 100644 --- a/usr.sbin/named.reload/named.reload.sh +++ b/usr.sbin/named.reload/named.reload.sh @@ -1,7 +1,7 @@ #!/bin/sh - # # from named.reload 5.2 (Berkeley) 6/27/89 -# $Id: named.reload.sh,v 8.1 1994/12/15 06:24:14 vixie Exp $ +# $FreeBSD$ # exec %DESTSBIN%/%INDOT%ndc reload diff --git a/usr.sbin/named.restart/Makefile b/usr.sbin/named.restart/Makefile index 43d92ab..e0c4bcb 100644 --- a/usr.sbin/named.restart/Makefile +++ b/usr.sbin/named.restart/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/02/22 16:08:11 peter Exp $ +# $FreeBSD$ .include "${.CURDIR}/../named/Makefile.inc" diff --git a/usr.sbin/named.restart/named.restart.8 b/usr.sbin/named.restart/named.restart.8 index 4d2de24..1f27637 100644 --- a/usr.sbin/named.restart/named.restart.8 +++ b/usr.sbin/named.restart/named.restart.8 @@ -52,7 +52,7 @@ .\" --Copyright-- .\" .\" from hostname.7 6.4 (Berkeley) 1/16/90 -.\" $Id$ +.\" $FreeBSD$ .\" .TH @INDOT_U@NAMED.RESTART @SYS_OPS_EXT_U@ "June 26, 1993" .UC 5 diff --git a/usr.sbin/named.restart/named.restart.sh b/usr.sbin/named.restart/named.restart.sh index 4d073e6..518f6f2 100644 --- a/usr.sbin/named.restart/named.restart.sh +++ b/usr.sbin/named.restart/named.restart.sh @@ -1,7 +1,7 @@ #!/bin/sh - # # from named.restart 5.4 (Berkeley) 6/27/89 -# $Id: named.restart.sh,v 8.1 1994/12/15 06:24:14 vixie Exp $ +# $FreeBSD$ # exec %DESTSBIN%/%INDOT%ndc restart diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile index fcb18d8..905f339 100644 --- a/usr.sbin/named/Makefile +++ b/usr.sbin/named/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1998/06/04 07:25:52 bde Exp $ +# $FreeBSD$ USE_LIBBIND= true .include "${.CURDIR}/Makefile.inc" diff --git a/usr.sbin/named/Makefile.inc b/usr.sbin/named/Makefile.inc index 16a221f..21b2ff6 100644 --- a/usr.sbin/named/Makefile.inc +++ b/usr.sbin/named/Makefile.inc @@ -1,5 +1,5 @@ # From: Id: Makefile.inc,v 8.4 1996/03/03 17:42:43 vixie Exp -# $Id: Makefile.inc,v 1.8 1998/06/11 09:16:28 peter Exp $ +# $FreeBSD$ .ifndef (Mk.Inc) Mk.Inc?=defined diff --git a/usr.sbin/named/Makefile.maninc b/usr.sbin/named/Makefile.maninc index 26ede9e..b4595b9 100644 --- a/usr.sbin/named/Makefile.maninc +++ b/usr.sbin/named/Makefile.maninc @@ -1,5 +1,5 @@ # From: Id: Makefile.maninc,v 8.1 1994/12/15 06:23:43 vixie Exp -# $Id: Makefile.maninc,v 1.3 1997/02/22 16:07:59 peter Exp $ +# $FreeBSD$ # (the BIND kit's man page Makefile has gotten bad and crazy over the years. # this file has to be included AFTER bsd.prog.mk (which includes bsd.man.mk)) diff --git a/usr.sbin/ndc/Makefile b/usr.sbin/ndc/Makefile index a68671e..cd4a54d 100644 --- a/usr.sbin/ndc/Makefile +++ b/usr.sbin/ndc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/02/22 16:08:18 peter Exp $ +# $FreeBSD$ .include "${.CURDIR}/../named/Makefile.inc" diff --git a/usr.sbin/ndc/ndcedit.awk b/usr.sbin/ndc/ndcedit.awk index eb375b0..9f9b864 100644 --- a/usr.sbin/ndc/ndcedit.awk +++ b/usr.sbin/ndc/ndcedit.awk @@ -1,4 +1,4 @@ -# $Id: ndcedit.awk,v 1.8 1998/07/31 08:47:16 phk Exp $ +# $FreeBSD$ NR == 3 { print "#" print "# This file is generated automatically, do not edit it here!" diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile index ea2b61a..a7cf621 100644 --- a/usr.sbin/newsyslog/Makefile +++ b/usr.sbin/newsyslog/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1998/09/19 22:42:11 obrien Exp $ +# $FreeBSD$ PROG= newsyslog diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8 index a2f103e..50bfd3a 100644 --- a/usr.sbin/newsyslog/newsyslog.8 +++ b/usr.sbin/newsyslog/newsyslog.8 @@ -1,7 +1,7 @@ .\" This file contains changes from the Open Software Foundation. .\" .\" from: @(#)newsyslog.8 -.\" $Id: newsyslog.8,v 1.19 1999/06/28 03:15:01 obrien Exp $ +.\" $FreeBSD$ .\" .\" Copyright 1988, 1989 by the Massachusetts Institute of Technology .\" diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c index d0c65d5..8081363 100644 --- a/usr.sbin/newsyslog/newsyslog.c +++ b/usr.sbin/newsyslog/newsyslog.c @@ -27,7 +27,7 @@ provided "as is" without express or implied warranty. #ifndef lint static const char rcsid[] = - "$Id: newsyslog.c,v 1.23 1999/06/28 03:15:02 obrien Exp $"; + "$FreeBSD$"; #endif /* not lint */ #define OSF diff --git a/usr.sbin/newsyslog/pathnames.h b/usr.sbin/newsyslog/pathnames.h index 2eb271d..ff224a8 100644 --- a/usr.sbin/newsyslog/pathnames.h +++ b/usr.sbin/newsyslog/pathnames.h @@ -18,7 +18,7 @@ M.I.T. and the M.I.T. S.I.P.B. make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. - $Id$ + $FreeBSD$ */ diff --git a/usr.sbin/nslookup/Makefile b/usr.sbin/nslookup/Makefile index eb30268..d06ddfe 100644 --- a/usr.sbin/nslookup/Makefile +++ b/usr.sbin/nslookup/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1998/05/04 20:00:14 bde Exp $ +# $FreeBSD$ .include "${.CURDIR}/../named/Makefile.inc" diff --git a/usr.sbin/pccard/Makefile b/usr.sbin/pccard/Makefile index 7b8a0a6..06516bf 100644 --- a/usr.sbin/pccard/Makefile +++ b/usr.sbin/pccard/Makefile @@ -1,6 +1,6 @@ # # Makefile for pccardc/pccardd. -# $Id: Makefile,v 1.3 1997/02/22 16:08:32 peter Exp $ +# $FreeBSD$ # SUBDIR= pccardc pccardd diff --git a/usr.sbin/pccard/pccardc/Makefile b/usr.sbin/pccard/pccardc/Makefile index 93ecaff..902ea18 100644 --- a/usr.sbin/pccard/pccardc/Makefile +++ b/usr.sbin/pccard/pccardc/Makefile @@ -1,7 +1,7 @@ # # pccardc Makefile # -# $Id: Makefile,v 1.8 1999/02/13 11:32:01 kuriyama Exp $ +# $FreeBSD$ # PROG= pccardc SRCS= beep.c dumpcis.c enabler.c pccardc.c pccardmem.c printcis.c \ diff --git a/usr.sbin/pccard/pccardc/beep.c b/usr.sbin/pccard/pccardc/beep.c index b2dba5a..dda2e1c 100644 --- a/usr.sbin/pccard/pccardc/beep.c +++ b/usr.sbin/pccard/pccardc/beep.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/pccard/pccardc/dumpcis.c b/usr.sbin/pccard/pccardc/dumpcis.c index d991f6f..d5fc757 100644 --- a/usr.sbin/pccard/pccardc/dumpcis.c +++ b/usr.sbin/pccard/pccardc/dumpcis.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: dumpcis.c,v 1.10 1999/02/05 16:00:15 kuriyama Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/enabler.c b/usr.sbin/pccard/pccardc/enabler.c index ea0779e..ae9fc18 100644 --- a/usr.sbin/pccard/pccardc/enabler.c +++ b/usr.sbin/pccard/pccardc/enabler.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: enabler.c,v 1.11 1999/02/05 16:00:15 kuriyama Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/pccardc.8 b/usr.sbin/pccard/pccardc/pccardc.8 index d7c3f96..25662a4 100644 --- a/usr.sbin/pccard/pccardc/pccardc.8 +++ b/usr.sbin/pccard/pccardc/pccardc.8 @@ -26,7 +26,7 @@ .\" .\" Translated to English by Hiroki Sato <hrs@geocities.co.jp> .\" -.\" $Id: pccardc.8,v 1.2 1999/05/10 22:01:38 kuriyama Exp $ +.\" $FreeBSD$ .\" .Dd November 14, 1998 .Dt PCCARDC 8 diff --git a/usr.sbin/pccard/pccardc/pccardc.c b/usr.sbin/pccard/pccardc/pccardc.c index 2a42b08..c162a2a 100644 --- a/usr.sbin/pccard/pccardc/pccardc.c +++ b/usr.sbin/pccard/pccardc/pccardc.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pccardc.c,v 1.7 1998/02/26 14:36:01 hosokawa Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/pccardmem.c b/usr.sbin/pccard/pccardc/pccardmem.c index 240cdd6..2b79e58 100644 --- a/usr.sbin/pccard/pccardc/pccardmem.c +++ b/usr.sbin/pccard/pccardc/pccardmem.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pccardmem.c,v 1.10 1999/02/05 16:00:15 kuriyama Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/printcis.c b/usr.sbin/pccard/pccardc/printcis.c index ff5a157..4fea696 100644 --- a/usr.sbin/pccard/pccardc/printcis.c +++ b/usr.sbin/pccard/pccardc/printcis.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: printcis.c,v 1.9 1997/11/18 21:08:07 nate Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pccard/pccardc/rdmap.c b/usr.sbin/pccard/pccardc/rdmap.c index 41038ae..3ac81f9 100644 --- a/usr.sbin/pccard/pccardc/rdmap.c +++ b/usr.sbin/pccard/pccardc/rdmap.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: rdmap.c,v 1.10 1999/02/05 16:00:16 kuriyama Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/rdreg.c b/usr.sbin/pccard/pccardc/rdreg.c index da28f52..a317148 100644 --- a/usr.sbin/pccard/pccardc/rdreg.c +++ b/usr.sbin/pccard/pccardc/rdreg.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: rdreg.c,v 1.10 1999/02/05 16:00:16 kuriyama Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/wrattr.c b/usr.sbin/pccard/pccardc/wrattr.c index 51b57bc..cc3df8e 100644 --- a/usr.sbin/pccard/pccardc/wrattr.c +++ b/usr.sbin/pccard/pccardc/wrattr.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: wrattr.c,v 1.11 1999/02/05 16:00:16 kuriyama Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/wrreg.c b/usr.sbin/pccard/pccardc/wrreg.c index b86ee11..5fda2a7 100644 --- a/usr.sbin/pccard/pccardc/wrreg.c +++ b/usr.sbin/pccard/pccardc/wrreg.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: wrreg.c,v 1.10 1999/02/05 16:00:16 kuriyama Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardd/cardd.c b/usr.sbin/pccard/pccardd/cardd.c index e06b4ff..022a963 100644 --- a/usr.sbin/pccard/pccardd/cardd.c +++ b/usr.sbin/pccard/pccardd/cardd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: cardd.c,v 1.39 1999/07/23 14:58:33 hosokawa Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pccard/pccardd/cardd.h b/usr.sbin/pccard/pccardd/cardd.h index 6f00dcb..a9a3ffa 100644 --- a/usr.sbin/pccard/pccardd/cardd.h +++ b/usr.sbin/pccard/pccardd/cardd.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cardd.h,v 1.14 1999/08/01 18:04:24 imp Exp $ + * $FreeBSD$ * * Common include file for PCMCIA daemon */ diff --git a/usr.sbin/pccard/pccardd/file.c b/usr.sbin/pccard/pccardd/file.c index 385d280..a1ed59f 100644 --- a/usr.sbin/pccard/pccardd/file.c +++ b/usr.sbin/pccard/pccardd/file.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: file.c,v 1.20 1999/08/01 18:04:24 imp Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pccard/pccardd/pccard.conf.5 b/usr.sbin/pccard/pccardd/pccard.conf.5 index d3703b4..ac3b097 100644 --- a/usr.sbin/pccard/pccardd/pccard.conf.5 +++ b/usr.sbin/pccard/pccardd/pccard.conf.5 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: pccard.conf.5,v 1.8 1999/07/12 20:12:16 nik Exp $ +.\" $FreeBSD$ .\" .Dd November 2, 1994 .Dt PCCARD.CONF 5 diff --git a/usr.sbin/pccard/pccardd/pccardd.8 b/usr.sbin/pccard/pccardd/pccardd.8 index ea321c8..8fb912d 100644 --- a/usr.sbin/pccard/pccardd/pccardd.8 +++ b/usr.sbin/pccard/pccardd/pccardd.8 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: pccardd.8,v 1.14 1999/06/30 03:49:30 hosokawa Exp $ +.\" $FreeBSD$ .\" .Dd November 1, 1994 .Dt PCCARDD 8 diff --git a/usr.sbin/pccard/pccardd/pccardd.c b/usr.sbin/pccard/pccardd/pccardd.c index 3fa3996..6a61bb9 100644 --- a/usr.sbin/pccard/pccardd/pccardd.c +++ b/usr.sbin/pccard/pccardd/pccardd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pccardd.c,v 1.4 1999/07/23 01:46:47 hosokawa Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pccard/pccardd/readcis.c b/usr.sbin/pccard/pccardd/readcis.c index 5b9dbb5..6fd7c7b 100644 --- a/usr.sbin/pccard/pccardd/readcis.c +++ b/usr.sbin/pccard/pccardd/readcis.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: readcis.c,v 1.6.2.5 1998/04/20 05:41:30 nate Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardd/readcis.h b/usr.sbin/pccard/pccardd/readcis.h index 024b9dc..0540036 100644 --- a/usr.sbin/pccard/pccardd/readcis.h +++ b/usr.sbin/pccard/pccardd/readcis.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: readcis.h,v 1.8 1997/02/22 16:09:00 peter Exp $ + * $FreeBSD$ */ #define CIS_MAXSTR 30 diff --git a/usr.sbin/pccard/pccardd/util.c b/usr.sbin/pccard/pccardd/util.c index a9aa48b..6f42f60 100644 --- a/usr.sbin/pccard/pccardd/util.c +++ b/usr.sbin/pccard/pccardd/util.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id: util.c,v 1.11 1997/11/19 02:31:41 nate Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pciconf/pciconf.8 b/usr.sbin/pciconf/pciconf.8 index 2fef29e..d32204c 100644 --- a/usr.sbin/pciconf/pciconf.8 +++ b/usr.sbin/pciconf/pciconf.8 @@ -1,4 +1,4 @@ -.\" $Id: pciconf.8,v 1.4 1998/11/12 00:22:30 ken Exp $ +.\" $FreeBSD$ .\" Copyright (c) 1997 .\" Stefan Esser <se@freebsd.org>. All rights reserved. .\" diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c index f9cfe93..5a535f6 100644 --- a/usr.sbin/pciconf/pciconf.c +++ b/usr.sbin/pciconf/pciconf.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pciconf.c,v 1.7 1998/11/12 00:22:30 ken Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/pcvt/Makefile.inc b/usr.sbin/pcvt/Makefile.inc index 8ed9829..20f7cc0 100644 --- a/usr.sbin/pcvt/Makefile.inc +++ b/usr.sbin/pcvt/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.4 1998/05/31 11:41:53 bde Exp $ +# $FreeBSD$ FONTDIR = /usr/share/misc/pcvtfonts diff --git a/usr.sbin/pcvt/Misc/Etc/Makefile b/usr.sbin/pcvt/Misc/Etc/Makefile index 914d39a..c72a025 100644 --- a/usr.sbin/pcvt/Misc/Etc/Makefile +++ b/usr.sbin/pcvt/Misc/Etc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1998/03/16 11:46:09 bde Exp $ +# $FreeBSD$ FILES= Termcap Terminfo pcvt.el rc.local uemacs.tar.Z.uu xmodmap-german diff --git a/usr.sbin/pcvt/cursor/cursor.1 b/usr.sbin/pcvt/cursor/cursor.1 index a2b21be..e396d33 100644 --- a/usr.sbin/pcvt/cursor/cursor.1 +++ b/usr.sbin/pcvt/cursor/cursor.1 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" @(#)cursor.1, 3.20, Last Edit-Date: [Mon Dec 19 20:30:40 1994] -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 19, 1994 .Dt CURSOR 1 diff --git a/usr.sbin/pcvt/fonts/Makefile b/usr.sbin/pcvt/fonts/Makefile index 59ed20b..51c7908 100644 --- a/usr.sbin/pcvt/fonts/Makefile +++ b/usr.sbin/pcvt/fonts/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1997/12/20 00:40:05 bde Exp $ +# $FreeBSD$ .SUFFIXES: .uu .uu: diff --git a/usr.sbin/pcvt/ispcvt/ispcvt.8 b/usr.sbin/pcvt/ispcvt/ispcvt.8 index 84c23c2..19b46a1 100644 --- a/usr.sbin/pcvt/ispcvt/ispcvt.8 +++ b/usr.sbin/pcvt/ispcvt/ispcvt.8 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" @(#)ispcvt.1, 3.20, Last Edit-Date: [Tue Apr 4 12:35:54 1995] -.\" $Id$ +.\" $FreeBSD$ .\" .Dd April 4, 1995 .Dt ISPCVT 8 diff --git a/usr.sbin/pcvt/kcon/kcon.1 b/usr.sbin/pcvt/kcon/kcon.1 index 1ffce84..3f35193 100644 --- a/usr.sbin/pcvt/kcon/kcon.1 +++ b/usr.sbin/pcvt/kcon/kcon.1 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" @(#)kcon.1, 3.20, Last Edit-Date: [Wed Jan 25 16:34:56 1995] -.\" $Id$ +.\" $FreeBSD$ .\" .Dd January 25, 1995 .Dt KCON 1 diff --git a/usr.sbin/pcvt/keycap/keycap.3 b/usr.sbin/pcvt/keycap/keycap.3 index 1ee021b..07fde95 100644 --- a/usr.sbin/pcvt/keycap/keycap.3 +++ b/usr.sbin/pcvt/keycap/keycap.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)keycap.3, 3.00, Last Edit-Date: [Sun Jan 2 13:46:43 1994] -.\" $Id$ +.\" $FreeBSD$ .\" .Dd January 3, 1993 .Dt KEYCAP 3 diff --git a/usr.sbin/pcvt/keycap/man5/keycap.5 b/usr.sbin/pcvt/keycap/man5/keycap.5 index d15cd5b..cb3342b 100644 --- a/usr.sbin/pcvt/keycap/man5/keycap.5 +++ b/usr.sbin/pcvt/keycap/man5/keycap.5 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)keycap.5, 3.00, Last Edit-Date: [Sun Jan 2 13:45:59 1994] -.\" $Id: keycap.5,v 1.5 1997/02/22 16:09:10 peter Exp $ +.\" $FreeBSD$ .\" .Dd January 3, 1993 .Dt KEYCAP 5 diff --git a/usr.sbin/pcvt/loadfont/loadfont.1 b/usr.sbin/pcvt/loadfont/loadfont.1 index 3b060a2..866f8ed 100644 --- a/usr.sbin/pcvt/loadfont/loadfont.1 +++ b/usr.sbin/pcvt/loadfont/loadfont.1 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" @(#)loadfont.1, 3.20, Last Edit-Date: [Tue Apr 4 13:06:00 1995] -.\" $Id$ +.\" $FreeBSD$ .\" .Dd April 4, 1995 .Dt LOADFONT 1 diff --git a/usr.sbin/pcvt/mcon/mcon.1 b/usr.sbin/pcvt/mcon/mcon.1 index 3788749..47581ba 100644 --- a/usr.sbin/pcvt/mcon/mcon.1 +++ b/usr.sbin/pcvt/mcon/mcon.1 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" @(#)mcon.1, 3.00, Last Edit-Date: [Mon Jan 10 21:28:22 1994] -.\" $Id$ +.\" $FreeBSD$ .\" .Dd January 3, 1994 .Dt MCON 1 diff --git a/usr.sbin/pcvt/scon/scon.1 b/usr.sbin/pcvt/scon/scon.1 index cdd8e9c..6f8bc6e 100644 --- a/usr.sbin/pcvt/scon/scon.1 +++ b/usr.sbin/pcvt/scon/scon.1 @@ -29,7 +29,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" @(#)scon.1, 3.00, Last Edit-Date: [Mon Jan 10 21:30:48 1994] -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 31, 1993 .Dt SCON 1 diff --git a/usr.sbin/pcvt/vgaio/Makefile b/usr.sbin/pcvt/vgaio/Makefile index 9edd896..73753ef 100644 --- a/usr.sbin/pcvt/vgaio/Makefile +++ b/usr.sbin/pcvt/vgaio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1998/05/06 15:23:53 bde Exp $ +# $FreeBSD$ .if !exists(${.CURDIR}/../Makefile.inc) error: diff --git a/usr.sbin/pcvt/vgaio/vgaio.8 b/usr.sbin/pcvt/vgaio/vgaio.8 index a7a4c0f..4736b57 100644 --- a/usr.sbin/pcvt/vgaio/vgaio.8 +++ b/usr.sbin/pcvt/vgaio/vgaio.8 @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: vgaio.8,v 1.2 1998/03/23 08:26:31 charnier Exp $ +.\" $FreeBSD$ .\" -hm updated 31.12.94 .\" .Dd December 31, 1994 diff --git a/usr.sbin/periodic/Makefile b/usr.sbin/periodic/Makefile index d629790..48a1286 100644 --- a/usr.sbin/periodic/Makefile +++ b/usr.sbin/periodic/Makefile @@ -1,6 +1,6 @@ # Makefile for periodic(8) # -# $Id$ +# $FreeBSD$ MAN8= periodic.8 diff --git a/usr.sbin/periodic/periodic.8 b/usr.sbin/periodic/periodic.8 index b9a7e4e..97957ac 100644 --- a/usr.sbin/periodic/periodic.8 +++ b/usr.sbin/periodic/periodic.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: periodic.8,v 1.9 1999/02/14 20:06:02 jkh Exp $ +.\" $FreeBSD$ .\" .Dd 13 August 1997 .Os FreeBSD 3.0 diff --git a/usr.sbin/periodic/periodic.sh b/usr.sbin/periodic/periodic.sh index b195bf8..077afa4 100644 --- a/usr.sbin/periodic/periodic.sh +++ b/usr.sbin/periodic/periodic.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: periodic.sh,v 1.7 1999/01/01 17:37:33 billf Exp $ +# $FreeBSD$ # # Run nightly periodic scripts # diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc index 73ab2a3..ac13ed5 100644 --- a/usr.sbin/pkg_install/Makefile.inc +++ b/usr.sbin/pkg_install/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ .if exists(${.OBJDIR}/../lib) LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a diff --git a/usr.sbin/pkg_install/add/Makefile b/usr.sbin/pkg_install/add/Makefile index 749285d..0f54126 100644 --- a/usr.sbin/pkg_install/add/Makefile +++ b/usr.sbin/pkg_install/add/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= pkg_add diff --git a/usr.sbin/pkg_install/add/add.h b/usr.sbin/pkg_install/add/add.h index a216944..8ef0555 100644 --- a/usr.sbin/pkg_install/add/add.h +++ b/usr.sbin/pkg_install/add/add.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $FreeBSD$ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/add/extract.c b/usr.sbin/pkg_install/add/extract.c index ed3ad2c..66391b6 100644 --- a/usr.sbin/pkg_install/add/extract.c +++ b/usr.sbin/pkg_install/add/extract.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: extract.c,v 1.23 1998/10/28 22:44:24 jkh Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/add/futil.c b/usr.sbin/pkg_install/add/futil.c index 1385ed5..e68d817 100644 --- a/usr.sbin/pkg_install/add/futil.c +++ b/usr.sbin/pkg_install/add/futil.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: futil.c,v 1.6 1997/02/22 16:09:17 peter Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c index 4fb7edf..cf1d938 100644 --- a/usr.sbin/pkg_install/add/main.c +++ b/usr.sbin/pkg_install/add/main.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.25 1999/06/23 16:54:29 billf Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/add/perform.c b/usr.sbin/pkg_install/add/perform.c index 84d4c23..fcf8db8 100644 --- a/usr.sbin/pkg_install/add/perform.c +++ b/usr.sbin/pkg_install/add/perform.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: perform.c,v 1.54 1998/12/16 13:59:29 jkh Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index 25fc398..887adc0 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -15,7 +15,7 @@ .\" .\" .\" @(#)pkg_add.1 -.\" $Id: pkg_add.1,v 1.30 1999/02/12 02:12:08 alex Exp $ +.\" $FreeBSD$ .\" .Dd November 25, 1994 .Dt PKG_ADD 1 diff --git a/usr.sbin/pkg_install/create/Makefile b/usr.sbin/pkg_install/create/Makefile index d347d8e..18e8ca7 100644 --- a/usr.sbin/pkg_install/create/Makefile +++ b/usr.sbin/pkg_install/create/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= pkg_create diff --git a/usr.sbin/pkg_install/create/create.h b/usr.sbin/pkg_install/create/create.h index 45b90b1..ff3fc95 100644 --- a/usr.sbin/pkg_install/create/create.h +++ b/usr.sbin/pkg_install/create/create.h @@ -1,4 +1,4 @@ -/* $Id: create.h,v 1.13 1997/10/08 07:46:19 charnier Exp $ */ +/* $FreeBSD$ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/create/main.c b/usr.sbin/pkg_install/create/main.c index d5a9c98..403cd93e 100644 --- a/usr.sbin/pkg_install/create/main.c +++ b/usr.sbin/pkg_install/create/main.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.19 1999/06/23 16:54:34 billf Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c index d211a57..3fbe9cd 100644 --- a/usr.sbin/pkg_install/create/perform.c +++ b/usr.sbin/pkg_install/create/perform.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: perform.c,v 1.47 1998/12/16 13:59:30 jkh Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index be52be6..dfcecb6 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -15,7 +15,7 @@ .\" .\" .\" @(#)pkg_create.1 -.\" $Id: pkg_create.1,v 1.27 1998/12/16 13:59:30 jkh Exp $ +.\" $FreeBSD$ .\" .\" hacked up by John Kohl for NetBSD--fixed a few bugs, extended keywords, .\" added dependency tracking, etc. diff --git a/usr.sbin/pkg_install/create/pl.c b/usr.sbin/pkg_install/create/pl.c index 6a01b6c..1269c81 100644 --- a/usr.sbin/pkg_install/create/pl.c +++ b/usr.sbin/pkg_install/create/pl.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: pl.c,v 1.11 1997/10/08 07:46:35 charnier Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/delete/Makefile b/usr.sbin/pkg_install/delete/Makefile index 15b8f56..488ecef 100644 --- a/usr.sbin/pkg_install/delete/Makefile +++ b/usr.sbin/pkg_install/delete/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= pkg_delete CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib diff --git a/usr.sbin/pkg_install/delete/delete.h b/usr.sbin/pkg_install/delete/delete.h index c26345c..cc7a70e 100644 --- a/usr.sbin/pkg_install/delete/delete.h +++ b/usr.sbin/pkg_install/delete/delete.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $FreeBSD$ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/delete/main.c b/usr.sbin/pkg_install/delete/main.c index 545195a..6956f70 100644 --- a/usr.sbin/pkg_install/delete/main.c +++ b/usr.sbin/pkg_install/delete/main.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.12 1999/06/23 16:54:36 billf Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/delete/perform.c b/usr.sbin/pkg_install/delete/perform.c index 1a88366..028ab42 100644 --- a/usr.sbin/pkg_install/delete/perform.c +++ b/usr.sbin/pkg_install/delete/perform.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: perform.c,v 1.18 1998/12/16 13:59:30 jkh Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1 index 898c976..dc98701 100644 --- a/usr.sbin/pkg_install/delete/pkg_delete.1 +++ b/usr.sbin/pkg_install/delete/pkg_delete.1 @@ -15,7 +15,7 @@ .\" .\" .\" @(#)pkg_delete.1 -.\" $Id: pkg_delete.1,v 1.12 1999/07/12 20:12:20 nik Exp $ +.\" $FreeBSD$ .\" .Dd November 25, 1994 .Dt PKG_DELETE 1 diff --git a/usr.sbin/pkg_install/info/Makefile b/usr.sbin/pkg_install/info/Makefile index e071687..50e1ef0 100644 --- a/usr.sbin/pkg_install/info/Makefile +++ b/usr.sbin/pkg_install/info/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= pkg_info CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib diff --git a/usr.sbin/pkg_install/info/info.h b/usr.sbin/pkg_install/info/info.h index fed1164..7830cf6 100644 --- a/usr.sbin/pkg_install/info/info.h +++ b/usr.sbin/pkg_install/info/info.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $FreeBSD$ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/info/main.c b/usr.sbin/pkg_install/info/main.c index 4fbd714..817691f 100644 --- a/usr.sbin/pkg_install/info/main.c +++ b/usr.sbin/pkg_install/info/main.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.17 1999/06/23 16:54:38 billf Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c index d7676b0..f89e031 100644 --- a/usr.sbin/pkg_install/info/perform.c +++ b/usr.sbin/pkg_install/info/perform.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: perform.c,v 1.27 1999/07/30 23:14:15 jdp Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1 index bba6a49..8b16b8c 100644 --- a/usr.sbin/pkg_install/info/pkg_info.1 +++ b/usr.sbin/pkg_install/info/pkg_info.1 @@ -15,7 +15,7 @@ .\" .\" .\" @(#)pkg_info.1 -.\" $Id: pkg_info.1,v 1.19 1998/12/31 20:28:55 obrien Exp $ +.\" $FreeBSD$ .\" .Dd November 25, 1994 .Dt PKG_INFO 1 diff --git a/usr.sbin/pkg_install/info/show.c b/usr.sbin/pkg_install/info/show.c index 873dcd9..a4e6266 100644 --- a/usr.sbin/pkg_install/info/show.c +++ b/usr.sbin/pkg_install/info/show.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: show.c,v 1.12 1997/10/18 05:42:05 jkh Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/lib/exec.c b/usr.sbin/pkg_install/lib/exec.c index 0087c18..4ed452e 100644 --- a/usr.sbin/pkg_install/lib/exec.c +++ b/usr.sbin/pkg_install/lib/exec.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: exec.c,v 1.5 1997/02/22 16:09:46 peter Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/lib/file.c b/usr.sbin/pkg_install/lib/file.c index b41a711..5c71081 100644 --- a/usr.sbin/pkg_install/lib/file.c +++ b/usr.sbin/pkg_install/lib/file.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: file.c,v 1.35 1998/12/05 06:29:03 asami Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/lib/global.c b/usr.sbin/pkg_install/lib/global.c index 75947b4..aeaa96a 100644 --- a/usr.sbin/pkg_install/lib/global.c +++ b/usr.sbin/pkg_install/lib/global.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: global.c,v 1.5 1997/02/22 16:09:48 peter Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h index f4d839c..00b9b6f 100644 --- a/usr.sbin/pkg_install/lib/lib.h +++ b/usr.sbin/pkg_install/lib/lib.h @@ -1,4 +1,4 @@ -/* $Id: lib.h,v 1.27 1998/12/16 13:59:31 jkh Exp $ */ +/* $FreeBSD$ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/lib/msg.c b/usr.sbin/pkg_install/lib/msg.c index a580d8a..43dd7e6 100644 --- a/usr.sbin/pkg_install/lib/msg.c +++ b/usr.sbin/pkg_install/lib/msg.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: msg.c,v 1.10 1997/10/13 15:03:55 jkh Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/lib/pen.c b/usr.sbin/pkg_install/lib/pen.c index 714dbac..9aad685 100644 --- a/usr.sbin/pkg_install/lib/pen.c +++ b/usr.sbin/pkg_install/lib/pen.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: pen.c,v 1.29 1998/07/28 01:18:02 nectar Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/lib/plist.c b/usr.sbin/pkg_install/lib/plist.c index ac708d9..6dfbabc 100644 --- a/usr.sbin/pkg_install/lib/plist.c +++ b/usr.sbin/pkg_install/lib/plist.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: plist.c,v 1.27 1998/09/11 07:26:58 jkh Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/lib/str.c b/usr.sbin/pkg_install/lib/str.c index cb4fb41..815d7c1 100644 --- a/usr.sbin/pkg_install/lib/str.c +++ b/usr.sbin/pkg_install/lib/str.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pkg_install/tkpkg b/usr.sbin/pkg_install/tkpkg index 7730cd7..df09efc 100755 --- a/usr.sbin/pkg_install/tkpkg +++ b/usr.sbin/pkg_install/tkpkg @@ -1,9 +1,12 @@ #!/usr/local/bin/wish -f -#$Id$ +#$FreeBSD$ # #$Log: tkpkg,v $ +#Revision 1.4 1997/02/22 16:09:13 peter +#Revert $FreeBSD$ to $Id$ +# #Revision 1.3 1997/01/14 07:14:23 jkh -#Make the long-awaited change from $Id$ to $Id$ +#Make the long-awaited change from $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. diff --git a/usr.sbin/pnpinfo/Makefile b/usr.sbin/pnpinfo/Makefile index 2a89d8a..6cc8c97 100644 --- a/usr.sbin/pnpinfo/Makefile +++ b/usr.sbin/pnpinfo/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1998/03/12 12:54:25 eivind Exp $ +# $FreeBSD$ PROG= pnpinfo diff --git a/usr.sbin/portmap/Makefile b/usr.sbin/portmap/Makefile index e6c32a3..b87cf59 100644 --- a/usr.sbin/portmap/Makefile +++ b/usr.sbin/portmap/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.5 1999/03/28 10:55:03 markm Exp $ +# $FreeBSD$ PROG= portmap MAN8= portmap.8 diff --git a/usr.sbin/portmap/from_local.c b/usr.sbin/portmap/from_local.c index ffc04bb..dbff1d6 100644 --- a/usr.sbin/portmap/from_local.c +++ b/usr.sbin/portmap/from_local.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#) from_local.c 1.2 93/11/16 21:50:02"; #endif static const char rcsid[] = - "$Id: from_local.c,v 1.6 1998/01/21 10:55:39 brian Exp $"; + "$FreeBSD$"; #endif #ifdef TEST diff --git a/usr.sbin/portmap/pmap_check.c b/usr.sbin/portmap/pmap_check.c index c5aef7c..818c0d1 100644 --- a/usr.sbin/portmap/pmap_check.c +++ b/usr.sbin/portmap/pmap_check.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#) pmap_check.c 1.6 93/11/21 20:58:59"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif #include <stdio.h> diff --git a/usr.sbin/portmap/pmap_dump/pmap_dump.c b/usr.sbin/portmap/pmap_dump/pmap_dump.c index 409bf8b..944081f 100644 --- a/usr.sbin/portmap/pmap_dump/pmap_dump.c +++ b/usr.sbin/portmap/pmap_dump/pmap_dump.c @@ -10,7 +10,7 @@ static char sccsid[] = "@(#) pmap_dump.c 1.1 92/06/11 22:53:15"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif #include <stdio.h> diff --git a/usr.sbin/portmap/pmap_set/pmap_set.c b/usr.sbin/portmap/pmap_set/pmap_set.c index 3ba94fc..34b4bc1 100644 --- a/usr.sbin/portmap/pmap_set/pmap_set.c +++ b/usr.sbin/portmap/pmap_set/pmap_set.c @@ -10,7 +10,7 @@ static char sccsid[] = "@(#) pmap_set.c 1.1 92/06/11 22:53:16"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif #include <err.h> diff --git a/usr.sbin/portmap/portmap.8 b/usr.sbin/portmap/portmap.8 index 6ab9344..3c9c3e9 100644 --- a/usr.sbin/portmap/portmap.8 +++ b/usr.sbin/portmap/portmap.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)portmap.8 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt PORTMAP 8 diff --git a/usr.sbin/portmap/portmap.c b/usr.sbin/portmap/portmap.c index c77f76a..28dbda4 100644 --- a/usr.sbin/portmap/portmap.c +++ b/usr.sbin/portmap/portmap.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)portmap.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: portmap.c,v 1.6 1997/10/09 07:17:15 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index ab815fb..c5ddd1f 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.60 1999/08/27 06:01:27 jkh Exp $ +# $FreeBSD$ MAINTAINER=brian@FreeBSD.org diff --git a/usr.sbin/ppp/acf.c b/usr.sbin/ppp/acf.c index 450ea0c..821032b 100644 --- a/usr.sbin/ppp/acf.c +++ b/usr.sbin/ppp/acf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: acf.c,v 1.1 1999/05/08 11:05:57 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/acf.h b/usr.sbin/ppp/acf.h index ed2d2fe..e32adbc 100644 --- a/usr.sbin/ppp/acf.h +++ b/usr.sbin/ppp/acf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ struct lcp; diff --git a/usr.sbin/ppp/alias_cmd.c b/usr.sbin/ppp/alias_cmd.c index 6934f60..2083910 100644 --- a/usr.sbin/ppp/alias_cmd.c +++ b/usr.sbin/ppp/alias_cmd.c @@ -2,7 +2,7 @@ * The code in this file was written by Eivind Eklund <perhaps@yes.no>, * who places it in the public domain without restriction. * - * $Id: alias_cmd.c,v 1.29 1999/07/28 19:39:00 brian Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/alias_cmd.h b/usr.sbin/ppp/alias_cmd.h index 948d008..1ce19d1 100644 --- a/usr.sbin/ppp/alias_cmd.h +++ b/usr.sbin/ppp/alias_cmd.h @@ -2,7 +2,7 @@ * The code in this file was written by Eivind Eklund <perhaps@yes.no>, * who places it in the public domain without restriction. * - * $Id: alias_cmd.h,v 1.11 1999/05/08 11:06:01 brian Exp $ + * $FreeBSD$ */ struct cmdargs; diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c index b416652..9f37027 100644 --- a/usr.sbin/ppp/arp.c +++ b/usr.sbin/ppp/arp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: arp.c,v 1.33 1999/04/26 08:54:24 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/arp.h b/usr.sbin/ppp/arp.h index 25e4270..3dbace3 100644 --- a/usr.sbin/ppp/arp.h +++ b/usr.sbin/ppp/arp.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: arp.h,v 1.7.2.7 1998/05/01 19:23:50 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/async.c b/usr.sbin/ppp/async.c index c8b93c8..956413e 100644 --- a/usr.sbin/ppp/async.c +++ b/usr.sbin/ppp/async.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: async.c,v 1.20 1999/05/12 09:48:40 brian Exp $ + * $FreeBSD$ * */ #include <sys/types.h> diff --git a/usr.sbin/ppp/async.h b/usr.sbin/ppp/async.h index 5981547..33c68a5 100644 --- a/usr.sbin/ppp/async.h +++ b/usr.sbin/ppp/async.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: async.h,v 1.4 1998/06/27 12:03:48 brian Exp $ + * $FreeBSD$ */ #define HDLCSIZE (MAX_MRU*2+6) diff --git a/usr.sbin/ppp/auth.c b/usr.sbin/ppp/auth.c index ff9d42a..0a86160 100644 --- a/usr.sbin/ppp/auth.c +++ b/usr.sbin/ppp/auth.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: auth.c,v 1.44 1999/05/08 11:06:06 brian Exp $ + * $FreeBSD$ * * TODO: * o Implement check against with registered IP addresses. diff --git a/usr.sbin/ppp/auth.h b/usr.sbin/ppp/auth.h index a4224ba..bf39579 100644 --- a/usr.sbin/ppp/auth.h +++ b/usr.sbin/ppp/auth.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: auth.h,v 1.16 1999/02/18 00:52:12 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c index 283fc64..d27a667 100644 --- a/usr.sbin/ppp/bundle.c +++ b/usr.sbin/ppp/bundle.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bundle.c,v 1.62 1999/08/17 17:22:44 brian Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h index 3da908c..7e3f607 100644 --- a/usr.sbin/ppp/bundle.h +++ b/usr.sbin/ppp/bundle.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bundle.h,v 1.25 1999/08/17 17:22:44 brian Exp $ + * $FreeBSD$ */ #define PHASE_DEAD 0 /* Link is dead */ diff --git a/usr.sbin/ppp/cbcp.c b/usr.sbin/ppp/cbcp.c index e250bae..3d3ad49 100644 --- a/usr.sbin/ppp/cbcp.c +++ b/usr.sbin/ppp/cbcp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cbcp.c,v 1.13 1999/06/02 15:58:53 brian Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/cbcp.h b/usr.sbin/ppp/cbcp.h index e01b36d..46bf274 100644 --- a/usr.sbin/ppp/cbcp.h +++ b/usr.sbin/ppp/cbcp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cbcp.h,v 1.1 1998/08/07 18:44:16 brian Exp $ + * $FreeBSD$ */ struct mbuf; diff --git a/usr.sbin/ppp/ccp.c b/usr.sbin/ppp/ccp.c index 6714056..865756a 100644 --- a/usr.sbin/ppp/ccp.c +++ b/usr.sbin/ppp/ccp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ccp.c,v 1.50 1999/06/02 15:58:53 brian Exp $ + * $FreeBSD$ * * TODO: * o Support other compression protocols diff --git a/usr.sbin/ppp/ccp.h b/usr.sbin/ppp/ccp.h index effbd40..72342dd 100644 --- a/usr.sbin/ppp/ccp.h +++ b/usr.sbin/ppp/ccp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ccp.h,v 1.20 1999/02/26 21:28:07 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/chap.c b/usr.sbin/ppp/chap.c index 8073705..cf7692b 100644 --- a/usr.sbin/ppp/chap.c +++ b/usr.sbin/ppp/chap.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap.c,v 1.53 1999/07/15 02:02:51 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/chap.h b/usr.sbin/ppp/chap.h index 083e651..37d5c6f 100644 --- a/usr.sbin/ppp/chap.h +++ b/usr.sbin/ppp/chap.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap.h,v 1.15 1999/04/21 08:03:51 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/chap_ms.c b/usr.sbin/ppp/chap_ms.c index d12cdde..e1d495f 100644 --- a/usr.sbin/ppp/chap_ms.c +++ b/usr.sbin/ppp/chap_ms.c @@ -19,7 +19,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap_ms.c,v 1.6 1998/05/21 21:44:30 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/chap_ms.h b/usr.sbin/ppp/chap_ms.h index 81a543d..5bf0f78 100644 --- a/usr.sbin/ppp/chap_ms.h +++ b/usr.sbin/ppp/chap_ms.h @@ -19,7 +19,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap_ms.h,v 1.3 1998/05/21 21:44:32 brian Exp $ + * $FreeBSD$ */ /* Max # of (Unicode) chars in an NT password */ diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c index 08c89cc..86fd40b 100644 --- a/usr.sbin/ppp/chat.c +++ b/usr.sbin/ppp/chat.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: chat.c,v 1.59 1999/06/26 02:54:36 brian Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/chat.h b/usr.sbin/ppp/chat.h index 037b57f..0356627 100644 --- a/usr.sbin/ppp/chat.h +++ b/usr.sbin/ppp/chat.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: chat.h,v 1.10 1998/05/21 21:44:39 brian Exp $ + * $FreeBSD$ */ #define CHAT_EXPECT 0 diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 88a9467..88e0933 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.c,v 1.208 1999/08/19 18:15:49 brian Exp $ + * $FreeBSD$ * */ #include <sys/param.h> @@ -144,7 +144,7 @@ #define NEG_VJCOMP 53 const char Version[] = "2.23"; -const char VersionDate[] = "$Date: 1999/08/19 18:15:49 $"; +const char VersionDate[] = "$Date: 1999/08/22 01:29:53 $"; static int ShowCommand(struct cmdargs const *); static int TerminalCommand(struct cmdargs const *); diff --git a/usr.sbin/ppp/command.h b/usr.sbin/ppp/command.h index 123cd02..a83b440 100644 --- a/usr.sbin/ppp/command.h +++ b/usr.sbin/ppp/command.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.h,v 1.16 1999/02/11 10:14:08 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/datalink.c b/usr.sbin/ppp/datalink.c index 9e449e8..693f69b 100644 --- a/usr.sbin/ppp/datalink.c +++ b/usr.sbin/ppp/datalink.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: datalink.c,v 1.42 1999/08/05 10:32:10 brian Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/datalink.h b/usr.sbin/ppp/datalink.h index ef325c1..962f5d3 100644 --- a/usr.sbin/ppp/datalink.h +++ b/usr.sbin/ppp/datalink.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: datalink.h,v 1.7 1999/03/04 17:42:15 brian Exp $ + * $FreeBSD$ */ #define DATALINK_CLOSED (0) diff --git a/usr.sbin/ppp/deflate.c b/usr.sbin/ppp/deflate.c index 55fcd82..528987b 100644 --- a/usr.sbin/ppp/deflate.c +++ b/usr.sbin/ppp/deflate.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: deflate.c,v 1.14 1999/06/02 15:58:56 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/deflate.h b/usr.sbin/ppp/deflate.h index ed36c87..a478b24 100644 --- a/usr.sbin/ppp/deflate.h +++ b/usr.sbin/ppp/deflate.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ extern const struct ccp_algorithm PppdDeflateAlgorithm; diff --git a/usr.sbin/ppp/defs.c b/usr.sbin/ppp/defs.c index b02f8f2..740fc62 100644 --- a/usr.sbin/ppp/defs.c +++ b/usr.sbin/ppp/defs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: defs.c,v 1.20 1999/05/08 11:06:26 brian Exp $ + * $FreeBSD$ */ diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h index 45a19cf..7c03dea 100644 --- a/usr.sbin/ppp/defs.h +++ b/usr.sbin/ppp/defs.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: defs.h,v 1.44 1999/06/01 19:08:56 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/descriptor.h b/usr.sbin/ppp/descriptor.h index 70a16db..77452cc 100644 --- a/usr.sbin/ppp/descriptor.h +++ b/usr.sbin/ppp/descriptor.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: descriptor.h,v 1.5 1999/02/06 02:54:45 brian Exp $ + * $FreeBSD$ */ #define PHYSICAL_DESCRIPTOR (1) diff --git a/usr.sbin/ppp/exec.c b/usr.sbin/ppp/exec.c index 19e74bd..de9e632 100644 --- a/usr.sbin/ppp/exec.c +++ b/usr.sbin/ppp/exec.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exec.c,v 1.7 1999/08/06 20:04:03 brian Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/exec.h b/usr.sbin/ppp/exec.h index 45351d7..ef6237b 100644 --- a/usr.sbin/ppp/exec.h +++ b/usr.sbin/ppp/exec.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exec.h,v 1.2 1999/05/12 09:48:50 brian Exp $ + * $FreeBSD$ */ struct physical; diff --git a/usr.sbin/ppp/filter.c b/usr.sbin/ppp/filter.c index 1c66fb3..0191f41 100644 --- a/usr.sbin/ppp/filter.c +++ b/usr.sbin/ppp/filter.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: filter.c,v 1.34 1999/08/02 11:53:16 brian Exp $ + * $FreeBSD$ * * TODO: Shoud send ICMP error message when we discard packets. */ diff --git a/usr.sbin/ppp/filter.h b/usr.sbin/ppp/filter.h index 46443c8..9eef696 100644 --- a/usr.sbin/ppp/filter.h +++ b/usr.sbin/ppp/filter.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: filter.h,v 1.18 1999/08/02 11:53:16 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/fsm.c b/usr.sbin/ppp/fsm.c index 894acbe..f010c74 100644 --- a/usr.sbin/ppp/fsm.c +++ b/usr.sbin/ppp/fsm.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: fsm.c,v 1.45 1999/06/02 15:58:57 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/fsm.h b/usr.sbin/ppp/fsm.h index 1d38a14..b116938 100644 --- a/usr.sbin/ppp/fsm.h +++ b/usr.sbin/ppp/fsm.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: fsm.h,v 1.20 1999/02/26 21:28:11 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/hdlc.c b/usr.sbin/ppp/hdlc.c index 4ffb7a8..3f5d6b9 100644 --- a/usr.sbin/ppp/hdlc.c +++ b/usr.sbin/ppp/hdlc.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: hdlc.c,v 1.43 1999/06/02 15:58:59 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/hdlc.h b/usr.sbin/ppp/hdlc.h index 2602921..3a2e8a9 100644 --- a/usr.sbin/ppp/hdlc.h +++ b/usr.sbin/ppp/hdlc.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: hdlc.h,v 1.16 1999/04/03 11:54:00 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/i4b.c b/usr.sbin/ppp/i4b.c index d83b548..5e76c4f 100644 --- a/usr.sbin/ppp/i4b.c +++ b/usr.sbin/ppp/i4b.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/i4b.h b/usr.sbin/ppp/i4b.h index e9fa511..38763e7 100644 --- a/usr.sbin/ppp/i4b.h +++ b/usr.sbin/ppp/i4b.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ struct physical; diff --git a/usr.sbin/ppp/id.c b/usr.sbin/ppp/id.c index a602ef6..4aaba37 100644 --- a/usr.sbin/ppp/id.c +++ b/usr.sbin/ppp/id.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: id.c,v 1.10 1998/05/29 18:33:08 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/id.h b/usr.sbin/ppp/id.h index 2fcf3c9..18b1f44 100644 --- a/usr.sbin/ppp/id.h +++ b/usr.sbin/ppp/id.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: id.h,v 1.6 1998/05/28 23:15:37 brian Exp $ + * $FreeBSD$ */ struct utmp; diff --git a/usr.sbin/ppp/iface.c b/usr.sbin/ppp/iface.c index b5048b5..ec57e4b 100644 --- a/usr.sbin/ppp/iface.c +++ b/usr.sbin/ppp/iface.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iface.c,v 1.6 1999/05/27 08:42:17 brian Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/iface.h b/usr.sbin/ppp/iface.h index b4b5c79..a42ec09 100644 --- a/usr.sbin/ppp/iface.h +++ b/usr.sbin/ppp/iface.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iface.h,v 1.1 1998/10/22 02:32:49 brian Exp $ + * $FreeBSD$ */ struct iface_addr { diff --git a/usr.sbin/ppp/ip.c b/usr.sbin/ppp/ip.c index 6d9332e..6606821 100644 --- a/usr.sbin/ppp/ip.c +++ b/usr.sbin/ppp/ip.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ip.c,v 1.67 1999/08/02 15:29:19 brian Exp $ + * $FreeBSD$ * * TODO: * o Return ICMP message for filterd packet diff --git a/usr.sbin/ppp/ip.h b/usr.sbin/ppp/ip.h index a22e42a..21e4a36 100644 --- a/usr.sbin/ppp/ip.h +++ b/usr.sbin/ppp/ip.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ip.h,v 1.11 1998/08/26 17:39:37 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/ipcp.c b/usr.sbin/ppp/ipcp.c index e5a7e07..ee7fe85 100644 --- a/usr.sbin/ppp/ipcp.c +++ b/usr.sbin/ppp/ipcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.c,v 1.82 1999/08/05 10:32:12 brian Exp $ + * $FreeBSD$ * * TODO: * o Support IPADDRS properly diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h index 562f14b..6bd2829 100644 --- a/usr.sbin/ppp/ipcp.h +++ b/usr.sbin/ppp/ipcp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.h,v 1.25 1999/03/03 23:00:40 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/iplist.c b/usr.sbin/ppp/iplist.c index 76606e7..4ef00e4 100644 --- a/usr.sbin/ppp/iplist.c +++ b/usr.sbin/ppp/iplist.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iplist.c,v 1.7 1998/06/27 23:48:47 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/iplist.h b/usr.sbin/ppp/iplist.h index ce1778d..5805a2c 100644 --- a/usr.sbin/ppp/iplist.h +++ b/usr.sbin/ppp/iplist.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iplist.h,v 1.2 1997/12/21 12:11:06 brian Exp $ + * $FreeBSD$ */ struct iplist_cur { diff --git a/usr.sbin/ppp/layer.h b/usr.sbin/ppp/layer.h index 932dfdc..4ee59a1 100644 --- a/usr.sbin/ppp/layer.h +++ b/usr.sbin/ppp/layer.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: layer.h,v 1.1 1999/05/08 11:06:50 brian Exp $ + * $FreeBSD$ */ #define LAYER_ASYNC 2 diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index ef5a34d..062f8ba 100644 --- a/usr.sbin/ppp/lcp.c +++ b/usr.sbin/ppp/lcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.c,v 1.77 1999/06/09 20:27:26 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/lcp.h b/usr.sbin/ppp/lcp.h index f4724c6..06f2ded 100644 --- a/usr.sbin/ppp/lcp.h +++ b/usr.sbin/ppp/lcp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.h,v 1.21 1999/02/26 21:28:12 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/link.c b/usr.sbin/ppp/link.c index 6c9739c..0cf4cfa 100644 --- a/usr.sbin/ppp/link.c +++ b/usr.sbin/ppp/link.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: link.c,v 1.12 1999/06/02 15:59:03 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/link.h b/usr.sbin/ppp/link.h index 7c04083..89a3c37 100644 --- a/usr.sbin/ppp/link.h +++ b/usr.sbin/ppp/link.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: link.h,v 1.5 1999/05/08 11:07:00 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/log.c b/usr.sbin/ppp/log.c index 05d0fea..b017488 100644 --- a/usr.sbin/ppp/log.c +++ b/usr.sbin/ppp/log.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: log.c,v 1.39 1999/06/01 16:01:48 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/log.h b/usr.sbin/ppp/log.h index ea5b84a..ede9920 100644 --- a/usr.sbin/ppp/log.h +++ b/usr.sbin/ppp/log.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: log.h,v 1.23 1998/08/09 15:34:11 brian Exp $ + * $FreeBSD$ */ #define LogMIN (1) diff --git a/usr.sbin/ppp/lqr.c b/usr.sbin/ppp/lqr.c index 541021b..2300ed6 100644 --- a/usr.sbin/ppp/lqr.c +++ b/usr.sbin/ppp/lqr.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lqr.c,v 1.35 1999/05/14 09:36:06 brian Exp $ + * $FreeBSD$ * * o LQR based on RFC1333 * diff --git a/usr.sbin/ppp/lqr.h b/usr.sbin/ppp/lqr.h index 130dc46..0cc03d9 100644 --- a/usr.sbin/ppp/lqr.h +++ b/usr.sbin/ppp/lqr.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lqr.h,v 1.14 1999/05/08 11:07:04 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index 96ba92f..b2cffe3 100644 --- a/usr.sbin/ppp/main.c +++ b/usr.sbin/ppp/main.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: main.c,v 1.156 1999/08/09 22:54:51 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/main.h b/usr.sbin/ppp/main.h index 8d84caf..f5300a3 100644 --- a/usr.sbin/ppp/main.h +++ b/usr.sbin/ppp/main.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: main.h,v 1.9.2.9 1998/04/07 00:54:08 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/mbuf.c b/usr.sbin/ppp/mbuf.c index 9f5d4ae..de4e6b7 100644 --- a/usr.sbin/ppp/mbuf.c +++ b/usr.sbin/ppp/mbuf.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: mbuf.c,v 1.29 1999/08/19 18:15:50 brian Exp $ + * $FreeBSD$ * */ #include <sys/types.h> diff --git a/usr.sbin/ppp/mbuf.h b/usr.sbin/ppp/mbuf.h index 22fc866..7b0669b 100644 --- a/usr.sbin/ppp/mbuf.h +++ b/usr.sbin/ppp/mbuf.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: mbuf.h,v 1.18 1999/06/02 15:59:05 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c index b35d487..109cbf6 100644 --- a/usr.sbin/ppp/mp.c +++ b/usr.sbin/ppp/mp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp.c,v 1.26 1999/08/05 10:32:12 brian Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/mp.h b/usr.sbin/ppp/mp.h index 5625813..607ba74 100644 --- a/usr.sbin/ppp/mp.h +++ b/usr.sbin/ppp/mp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp.h,v 1.6 1999/06/09 16:54:03 brian Exp $ + * $FreeBSD$ */ struct mbuf; diff --git a/usr.sbin/ppp/nat_cmd.c b/usr.sbin/ppp/nat_cmd.c index 6934f60..2083910 100644 --- a/usr.sbin/ppp/nat_cmd.c +++ b/usr.sbin/ppp/nat_cmd.c @@ -2,7 +2,7 @@ * The code in this file was written by Eivind Eklund <perhaps@yes.no>, * who places it in the public domain without restriction. * - * $Id: alias_cmd.c,v 1.29 1999/07/28 19:39:00 brian Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/nat_cmd.h b/usr.sbin/ppp/nat_cmd.h index 948d008..1ce19d1 100644 --- a/usr.sbin/ppp/nat_cmd.h +++ b/usr.sbin/ppp/nat_cmd.h @@ -2,7 +2,7 @@ * The code in this file was written by Eivind Eklund <perhaps@yes.no>, * who places it in the public domain without restriction. * - * $Id: alias_cmd.h,v 1.11 1999/05/08 11:06:01 brian Exp $ + * $FreeBSD$ */ struct cmdargs; diff --git a/usr.sbin/ppp/pap.c b/usr.sbin/ppp/pap.c index ac7be8a..618bf28 100644 --- a/usr.sbin/ppp/pap.c +++ b/usr.sbin/ppp/pap.c @@ -18,7 +18,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pap.c,v 1.36 1999/06/02 15:59:07 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/pap.h b/usr.sbin/ppp/pap.h index 9827b4c..e72b328 100644 --- a/usr.sbin/ppp/pap.h +++ b/usr.sbin/ppp/pap.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pap.h,v 1.9 1999/02/06 02:54:47 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/physical.c b/usr.sbin/ppp/physical.c index 951f28e..a11dcde 100644 --- a/usr.sbin/ppp/physical.c +++ b/usr.sbin/ppp/physical.c @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: physical.c,v 1.20 1999/08/06 20:04:05 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/physical.h b/usr.sbin/ppp/physical.h index 6f4bbe6..f98ff10 100644 --- a/usr.sbin/ppp/physical.h +++ b/usr.sbin/ppp/physical.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: physical.h,v 1.13 1999/06/05 21:35:52 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index 0b0808e..614bb11 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.191 1999/08/19 18:15:52 brian Exp $ +.\" $FreeBSD$ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 0b0808e..614bb11 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.191 1999/08/19 18:15:52 brian Exp $ +.\" $FreeBSD$ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD diff --git a/usr.sbin/ppp/pred.c b/usr.sbin/ppp/pred.c index 1982cae..de831ee 100644 --- a/usr.sbin/ppp/pred.c +++ b/usr.sbin/ppp/pred.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pred.c,v 1.26 1999/05/09 20:02:25 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/pred.h b/usr.sbin/ppp/pred.h index 08a0911..434cf10 100644 --- a/usr.sbin/ppp/pred.h +++ b/usr.sbin/ppp/pred.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pred.h,v 1.6 1997/10/26 01:03:35 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/probe.c b/usr.sbin/ppp/probe.c index 027fe1b..0b6b617 100644 --- a/usr.sbin/ppp/probe.c +++ b/usr.sbin/ppp/probe.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: probe.c,v 1.1 1998/06/24 19:36:36 brian Exp $ + * $FreeBSD$ */ #include <sys/time.h> diff --git a/usr.sbin/ppp/probe.h b/usr.sbin/ppp/probe.h index 866283b..2439c4e 100644 --- a/usr.sbin/ppp/probe.h +++ b/usr.sbin/ppp/probe.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ struct probe { diff --git a/usr.sbin/ppp/prompt.c b/usr.sbin/ppp/prompt.c index 38ebcd5..631fe89 100644 --- a/usr.sbin/ppp/prompt.c +++ b/usr.sbin/ppp/prompt.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: prompt.c,v 1.14 1999/04/03 11:54:00 brian Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/prompt.h b/usr.sbin/ppp/prompt.h index 13a5fcc..cd8edc7 100644 --- a/usr.sbin/ppp/prompt.h +++ b/usr.sbin/ppp/prompt.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: prompt.h,v 1.3 1998/05/23 22:24:49 brian Exp $ + * $FreeBSD$ */ #define LOCAL_AUTH 0x01 diff --git a/usr.sbin/ppp/proto.c b/usr.sbin/ppp/proto.c index 2a64473..685572f 100644 --- a/usr.sbin/ppp/proto.c +++ b/usr.sbin/ppp/proto.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: proto.c,v 1.2 1999/05/12 09:49:01 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/proto.h b/usr.sbin/ppp/proto.h index d982411..a479be7 100644 --- a/usr.sbin/ppp/proto.h +++ b/usr.sbin/ppp/proto.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id:$ + * $FreeBSD$ */ /* diff --git a/usr.sbin/ppp/radius.c b/usr.sbin/ppp/radius.c index 6e86e95..1348207 100644 --- a/usr.sbin/ppp/radius.c +++ b/usr.sbin/ppp/radius.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: radius.c,v 1.5 1999/04/21 08:13:09 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/radius.h b/usr.sbin/ppp/radius.h index 37cf7b8..ea0235f 100644 --- a/usr.sbin/ppp/radius.h +++ b/usr.sbin/ppp/radius.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: radius.h,v 1.1 1999/01/28 01:56:34 brian Exp $ + * $FreeBSD$ */ struct radius { diff --git a/usr.sbin/ppp/route.c b/usr.sbin/ppp/route.c index 99ce691..688bcfe 100644 --- a/usr.sbin/ppp/route.c +++ b/usr.sbin/ppp/route.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: route.c,v 1.56 1999/05/08 11:07:36 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/route.h b/usr.sbin/ppp/route.h index 590a4e2..86a3d4e 100644 --- a/usr.sbin/ppp/route.h +++ b/usr.sbin/ppp/route.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: route.h,v 1.11 1998/05/21 21:48:12 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/server.c b/usr.sbin/ppp/server.c index bb5b96a..0f6cb51 100644 --- a/usr.sbin/ppp/server.c +++ b/usr.sbin/ppp/server.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: server.c,v 1.24 1999/03/07 11:54:43 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/server.h b/usr.sbin/ppp/server.h index 55052ab..860f432 100644 --- a/usr.sbin/ppp/server.h +++ b/usr.sbin/ppp/server.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: server.h,v 1.4.2.5 1998/05/01 19:25:52 brian Exp $ + * $FreeBSD$ */ struct bundle; diff --git a/usr.sbin/ppp/sig.c b/usr.sbin/ppp/sig.c index 1a771ae..59928e5 100644 --- a/usr.sbin/ppp/sig.c +++ b/usr.sbin/ppp/sig.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sig.c,v 1.13 1998/05/21 21:48:20 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/sig.h b/usr.sbin/ppp/sig.h index ed49509..27d264c 100644 --- a/usr.sbin/ppp/sig.h +++ b/usr.sbin/ppp/sig.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sig.h,v 1.12 1998/05/21 21:48:23 brian Exp $ + * $FreeBSD$ */ typedef void (*sig_type)(int); diff --git a/usr.sbin/ppp/slcompress.c b/usr.sbin/ppp/slcompress.c index f277674..16912a6 100644 --- a/usr.sbin/ppp/slcompress.c +++ b/usr.sbin/ppp/slcompress.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: slcompress.c,v 1.27 1999/07/10 00:03:58 brian Exp $ + * $FreeBSD$ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. diff --git a/usr.sbin/ppp/slcompress.h b/usr.sbin/ppp/slcompress.h index 6af7905..223f659 100644 --- a/usr.sbin/ppp/slcompress.h +++ b/usr.sbin/ppp/slcompress.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: slcompress.h,v 1.11 1998/05/21 21:48:30 brian Exp $ + * $FreeBSD$ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. diff --git a/usr.sbin/ppp/sync.c b/usr.sbin/ppp/sync.c index 77f6e47..29e5cbc 100644 --- a/usr.sbin/ppp/sync.c +++ b/usr.sbin/ppp/sync.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sync.c,v 1.3 1999/05/12 09:54:33 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/sync.h b/usr.sbin/ppp/sync.h index 334555d..4f5bfee 100644 --- a/usr.sbin/ppp/sync.h +++ b/usr.sbin/ppp/sync.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ extern struct layer synclayer; diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c index 6358d9f..5e160f6 100644 --- a/usr.sbin/ppp/systems.c +++ b/usr.sbin/ppp/systems.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: systems.c,v 1.44 1999/05/09 20:02:26 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/systems.h b/usr.sbin/ppp/systems.h index e85b865..39130d6 100644 --- a/usr.sbin/ppp/systems.h +++ b/usr.sbin/ppp/systems.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: systems.h,v 1.12 1998/06/15 19:05:51 brian Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/ppp/tcp.c b/usr.sbin/ppp/tcp.c index 2f09fdf..7fd53a7 100644 --- a/usr.sbin/ppp/tcp.c +++ b/usr.sbin/ppp/tcp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tcp.c,v 1.4 1999/06/05 21:35:54 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/tcp.h b/usr.sbin/ppp/tcp.h index 53cbcfb..798f19a 100644 --- a/usr.sbin/ppp/tcp.h +++ b/usr.sbin/ppp/tcp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tcp.h,v 1.2 1999/05/12 09:49:05 brian Exp $ + * $FreeBSD$ */ struct physical; diff --git a/usr.sbin/ppp/throughput.c b/usr.sbin/ppp/throughput.c index e5d58f3..1704e12 100644 --- a/usr.sbin/ppp/throughput.c +++ b/usr.sbin/ppp/throughput.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: throughput.c,v 1.11 1999/08/06 01:34:03 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/throughput.h b/usr.sbin/ppp/throughput.h index 256a842..21acdbe 100644 --- a/usr.sbin/ppp/throughput.h +++ b/usr.sbin/ppp/throughput.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: throughput.h,v 1.6 1999/05/08 11:07:49 brian Exp $ + * $FreeBSD$ */ #define SAMPLE_PERIOD 5 /* Default sample period */ diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c index 759ddc2..a56d40e 100644 --- a/usr.sbin/ppp/timer.c +++ b/usr.sbin/ppp/timer.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: timer.c,v 1.33 1999/05/09 20:02:28 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/timer.h b/usr.sbin/ppp/timer.h index ae1f521..9dcb3f3 100644 --- a/usr.sbin/ppp/timer.h +++ b/usr.sbin/ppp/timer.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: timer.h,v 1.7 1998/06/20 01:36:38 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/tty.c b/usr.sbin/ppp/tty.c index e2201ec..2ca27cc 100644 --- a/usr.sbin/ppp/tty.c +++ b/usr.sbin/ppp/tty.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tty.c,v 1.10 1999/08/06 20:04:07 brian Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/tty.h b/usr.sbin/ppp/tty.h index b253b76..0985c77 100644 --- a/usr.sbin/ppp/tty.h +++ b/usr.sbin/ppp/tty.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tty.h,v 1.2 1999/05/12 09:49:08 brian Exp $ + * $FreeBSD$ */ struct physical; diff --git a/usr.sbin/ppp/tun.c b/usr.sbin/ppp/tun.c index d35490f..c4c53a2 100644 --- a/usr.sbin/ppp/tun.c +++ b/usr.sbin/ppp/tun.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tun.c,v 1.15 1999/08/05 10:32:16 brian Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/tun.h b/usr.sbin/ppp/tun.h index b66987d..8cbae71 100644 --- a/usr.sbin/ppp/tun.h +++ b/usr.sbin/ppp/tun.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tun.h,v 1.5 1998/06/27 12:03:43 brian Exp $ + * $FreeBSD$ */ struct tun_data { diff --git a/usr.sbin/ppp/ua.h b/usr.sbin/ppp/ua.h index fb68e98..dbd89e5 100644 --- a/usr.sbin/ppp/ua.h +++ b/usr.sbin/ppp/ua.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ua.h,v 1.1 1998/09/04 18:26:00 brian Exp $ + * $FreeBSD$ */ #ifdef __i386__ /* Do any other archs not care about alignment ? */ diff --git a/usr.sbin/ppp/udp.c b/usr.sbin/ppp/udp.c index 33a2569..2a84eb6 100644 --- a/usr.sbin/ppp/udp.c +++ b/usr.sbin/ppp/udp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: udp.c,v 1.3 1999/06/05 21:35:59 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/udp.h b/usr.sbin/ppp/udp.h index 9149f18..5ef3983 100644 --- a/usr.sbin/ppp/udp.h +++ b/usr.sbin/ppp/udp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: udp.h,v 1.1 1999/05/12 09:49:11 brian Exp $ + * $FreeBSD$ */ struct physical; diff --git a/usr.sbin/ppp/vjcomp.c b/usr.sbin/ppp/vjcomp.c index dfcbe40..1395ba13 100644 --- a/usr.sbin/ppp/vjcomp.c +++ b/usr.sbin/ppp/vjcomp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: vjcomp.c,v 1.31 1999/06/02 15:59:09 brian Exp $ + * $FreeBSD$ * * TODO: */ diff --git a/usr.sbin/ppp/vjcomp.h b/usr.sbin/ppp/vjcomp.h index 6c1206c..2956122 100644 --- a/usr.sbin/ppp/vjcomp.h +++ b/usr.sbin/ppp/vjcomp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: vjcomp.h,v 1.6 1998/05/21 21:49:08 brian Exp $ + * $FreeBSD$ */ struct mbuf; diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile index e278cec..718d2f76 100644 --- a/usr.sbin/pppctl/Makefile +++ b/usr.sbin/pppctl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/08/30 23:53:00 brian Exp $ +# $FreeBSD$ PROG= pppctl SRCS= pppctl.c diff --git a/usr.sbin/pppctl/pppctl.8 b/usr.sbin/pppctl/pppctl.8 index 4ededd5..7e3ebe9 100644 --- a/usr.sbin/pppctl/pppctl.8 +++ b/usr.sbin/pppctl/pppctl.8 @@ -1,4 +1,4 @@ -.\" $Id: pppctl.8,v 1.10 1998/05/13 07:57:44 phk Exp $ +.\" $FreeBSD$ .Dd 26 June 1997 .Os FreeBSD .Dt PPPCTL 8 diff --git a/usr.sbin/pppctl/pppctl.c b/usr.sbin/pppctl/pppctl.c index dddb4a1..46c55c9 100644 --- a/usr.sbin/pppctl/pppctl.c +++ b/usr.sbin/pppctl/pppctl.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pppctl.c,v 1.18 1999/04/26 08:53:52 brian Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index f9f0266..e994985 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 1999/04/29 17:56:22 jdp Exp $ +# $FreeBSD$ CFLAGS+= -DHAVE_PATHS_H diff --git a/usr.sbin/pppd/auth.c b/usr.sbin/pppd/auth.c index 880a65d..4cc40cb 100644 --- a/usr.sbin/pppd/auth.c +++ b/usr.sbin/pppd/auth.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: auth.c,v 1.22 1998/03/22 05:32:43 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/cbcp.c b/usr.sbin/pppd/cbcp.c index db939ba..fb265e6 100644 --- a/usr.sbin/pppd/cbcp.c +++ b/usr.sbin/pppd/cbcp.c @@ -19,7 +19,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$FreeBSD$"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/ccp.c b/usr.sbin/pppd/ccp.c index 2f4f05f..fb21cfd 100644 --- a/usr.sbin/pppd/ccp.c +++ b/usr.sbin/pppd/ccp.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: ccp.c,v 1.8 1998/03/22 06:57:18 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <string.h> diff --git a/usr.sbin/pppd/ccp.h b/usr.sbin/pppd/ccp.h index c196edf..a03ac4d 100644 --- a/usr.sbin/pppd/ccp.h +++ b/usr.sbin/pppd/ccp.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ccp.h,v 1.6 1998/03/22 06:57:19 peter Exp $ + * $FreeBSD$ */ typedef struct ccp_options { diff --git a/usr.sbin/pppd/chap.c b/usr.sbin/pppd/chap.c index c7ed461..c3acafb 100644 --- a/usr.sbin/pppd/chap.c +++ b/usr.sbin/pppd/chap.c @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: chap.c,v 1.8 1997/08/19 17:52:34 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pppd/chap.h b/usr.sbin/pppd/chap.h index 6e2cc45..4a4f383 100644 --- a/usr.sbin/pppd/chap.h +++ b/usr.sbin/pppd/chap.h @@ -30,7 +30,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $FreeBSD$ */ #ifndef __CHAP_INCLUDE__ diff --git a/usr.sbin/pppd/chap_ms.c b/usr.sbin/pppd/chap_ms.c index 3b2ed89..72fa676 100644 --- a/usr.sbin/pppd/chap_ms.c +++ b/usr.sbin/pppd/chap_ms.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: chap_ms.c,v 1.5 1998/06/20 18:02:09 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #ifdef CHAPMS diff --git a/usr.sbin/pppd/chap_ms.h b/usr.sbin/pppd/chap_ms.h index 2fa7c93..7c00883 100644 --- a/usr.sbin/pppd/chap_ms.h +++ b/usr.sbin/pppd/chap_ms.h @@ -19,7 +19,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap_ms.h,v 1.3 1997/08/19 17:52:35 peter Exp $ + * $FreeBSD$ */ #ifndef __CHAPMS_INCLUDE__ diff --git a/usr.sbin/pppd/demand.c b/usr.sbin/pppd/demand.c index af1a8bb..59c0281 100644 --- a/usr.sbin/pppd/demand.c +++ b/usr.sbin/pppd/demand.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: demand.c,v 1.3 1997/08/19 17:52:36 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/fsm.c b/usr.sbin/pppd/fsm.c index 624799f..a1fd948 100644 --- a/usr.sbin/pppd/fsm.c +++ b/usr.sbin/pppd/fsm.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pppd/fsm.h b/usr.sbin/pppd/fsm.h index f289429..7b43b7a 100644 --- a/usr.sbin/pppd/fsm.h +++ b/usr.sbin/pppd/fsm.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $FreeBSD$ */ /* diff --git a/usr.sbin/pppd/ipcp.c b/usr.sbin/pppd/ipcp.c index 2ce87a5..576b200 100644 --- a/usr.sbin/pppd/ipcp.c +++ b/usr.sbin/pppd/ipcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: ipcp.c,v 1.10 1997/08/22 12:03:54 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pppd/ipcp.h b/usr.sbin/pppd/ipcp.h index 165a5a1..2bc795d 100644 --- a/usr.sbin/pppd/ipcp.h +++ b/usr.sbin/pppd/ipcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.h,v 1.8 1997/08/19 17:52:38 peter Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/pppd/ipxcp.c b/usr.sbin/pppd/ipxcp.c index ea0e2c0..d035709 100644 --- a/usr.sbin/pppd/ipxcp.c +++ b/usr.sbin/pppd/ipxcp.c @@ -19,7 +19,7 @@ #ifdef IPX_CHANGE #ifndef lint -static char rcsid[] = "$Id: ipxcp.c,v 1.3 1997/08/19 17:52:39 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pppd/ipxcp.h b/usr.sbin/pppd/ipxcp.h index 139a726..0890181 100644 --- a/usr.sbin/pppd/ipxcp.h +++ b/usr.sbin/pppd/ipxcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $FreeBSD$ */ /* diff --git a/usr.sbin/pppd/lcp.c b/usr.sbin/pppd/lcp.c index f4920ba..21ff02e 100644 --- a/usr.sbin/pppd/lcp.c +++ b/usr.sbin/pppd/lcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: lcp.c,v 1.7 1997/08/19 17:52:40 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pppd/lcp.h b/usr.sbin/pppd/lcp.h index 42260f3..2a19e26 100644 --- a/usr.sbin/pppd/lcp.h +++ b/usr.sbin/pppd/lcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $FreeBSD$ */ /* diff --git a/usr.sbin/pppd/magic.c b/usr.sbin/pppd/magic.c index 7ff35ad..1e13d02 100644 --- a/usr.sbin/pppd/magic.c +++ b/usr.sbin/pppd/magic.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: magic.c,v 1.6 1997/08/19 17:52:42 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/magic.h b/usr.sbin/pppd/magic.h index 1344626..82f65cf 100644 --- a/usr.sbin/pppd/magic.h +++ b/usr.sbin/pppd/magic.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $FreeBSD$ */ void magic_init __P((void)); /* Initialize the magic number generator */ diff --git a/usr.sbin/pppd/main.c b/usr.sbin/pppd/main.c index 0ca6ef1..ba9c254 100644 --- a/usr.sbin/pppd/main.c +++ b/usr.sbin/pppd/main.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: main.c,v 1.17 1998/06/20 18:02:12 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/options.c b/usr.sbin/pppd/options.c index 8d24c35..663d5e0 100644 --- a/usr.sbin/pppd/options.c +++ b/usr.sbin/pppd/options.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: options.c,v 1.18 1998/03/22 06:57:20 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <ctype.h> diff --git a/usr.sbin/pppd/patchlevel.h b/usr.sbin/pppd/patchlevel.h index 0525280..bc49c58 100644 --- a/usr.sbin/pppd/patchlevel.h +++ b/usr.sbin/pppd/patchlevel.h @@ -1,4 +1,4 @@ -/* $Id: patchlevel.h,v 1.8 1998/03/22 05:33:05 peter Exp $ */ +/* $FreeBSD$ */ #define PATCHLEVEL 5 #define VERSION "2.3" diff --git a/usr.sbin/pppd/pathnames.h b/usr.sbin/pppd/pathnames.h index 896fed6..3bc2e83 100644 --- a/usr.sbin/pppd/pathnames.h +++ b/usr.sbin/pppd/pathnames.h @@ -1,7 +1,7 @@ /* * define path names * - * $Id$ + * $FreeBSD$ */ #ifdef HAVE_PATHS_H diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index e13f01c..3f25a94 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.3 -.\" $Id: pppd.8,v 1.17 1997/10/18 01:29:18 peter Exp $ +.\" $FreeBSD$ .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/usr.sbin/pppd/pppd.h b/usr.sbin/pppd/pppd.h index ce3a757..248556d 100644 --- a/usr.sbin/pppd/pppd.h +++ b/usr.sbin/pppd/pppd.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pppd.h,v 1.11 1997/10/10 09:28:38 peter Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/pppd/sys-bsd.c b/usr.sbin/pppd/sys-bsd.c index 32f3ae4..a5dcd16 100644 --- a/usr.sbin/pppd/sys-bsd.c +++ b/usr.sbin/pppd/sys-bsd.c @@ -21,7 +21,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-bsd.c,v 1.15 1998/06/21 04:47:21 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* $NetBSD: sys-bsd.c,v 1.1.1.3 1997/09/26 18:53:04 christos Exp $ */ diff --git a/usr.sbin/pppd/upap.c b/usr.sbin/pppd/upap.c index 469c5cb..627c7d0 100644 --- a/usr.sbin/pppd/upap.c +++ b/usr.sbin/pppd/upap.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pppd/upap.h b/usr.sbin/pppd/upap.h index 510efa3..2cfd86c 100644 --- a/usr.sbin/pppd/upap.h +++ b/usr.sbin/pppd/upap.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $FreeBSD$ */ /* diff --git a/usr.sbin/pppstats/Makefile b/usr.sbin/pppstats/Makefile index 899c6db..adf70a3 100644 --- a/usr.sbin/pppstats/Makefile +++ b/usr.sbin/pppstats/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1997/02/22 16:12:11 peter Exp $ +# $FreeBSD$ PROG= pppstats SRCS= pppstats.c diff --git a/usr.sbin/pppstats/pppstats.8 b/usr.sbin/pppstats/pppstats.8 index 3bd4dac..39145d7 100644 --- a/usr.sbin/pppstats/pppstats.8 +++ b/usr.sbin/pppstats/pppstats.8 @@ -1,4 +1,4 @@ -.\" @(#) $Id: pppstats.8,v 1.7 1997/08/22 15:39:04 peter Exp $ +.\" @(#) $FreeBSD$ .TH PPPSTATS 8 "26 June 1995" .SH NAME pppstats \- print PPP statistics diff --git a/usr.sbin/pppstats/pppstats.c b/usr.sbin/pppstats/pppstats.c index b654b10..1c7c744 100644 --- a/usr.sbin/pppstats/pppstats.c +++ b/usr.sbin/pppstats/pppstats.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.11 1997/09/10 08:43:17 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <stdio.h> diff --git a/usr.sbin/procctl/Makefile b/usr.sbin/procctl/Makefile index 2ccbccb..09e70ca 100644 --- a/usr.sbin/procctl/Makefile +++ b/usr.sbin/procctl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/12/07 02:29:28 peter Exp $ +# $FreeBSD$ PROG= procctl MAN8= procctl.8 diff --git a/usr.sbin/procctl/procctl.8 b/usr.sbin/procctl/procctl.8 index 9a4fc88..532b4d1 100644 --- a/usr.sbin/procctl/procctl.8 +++ b/usr.sbin/procctl/procctl.8 @@ -1,4 +1,4 @@ -.\" $Id: procctl.8,v 1.3 1998/01/05 07:19:14 charnier Exp $ +.\" $FreeBSD$ .Dd Nov 23, 1997 .Dt PROCCTL 8 .Os FreeBSD diff --git a/usr.sbin/procctl/procctl.c b/usr.sbin/procctl/procctl.c index ade673d..fb4d5df 100644 --- a/usr.sbin/procctl/procctl.c +++ b/usr.sbin/procctl/procctl.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index d4e5dc6..1821d6a 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pstat.8 8.5 (Berkeley) 5/13/94 -.\" $Id: pstat.8,v 1.16 1998/01/17 16:58:55 bde Exp $ +.\" $FreeBSD$ .\" .Dd May 13, 1994 .Dt PSTAT 8 diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 0c43603..f76a94c 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)pstat.c 8.16 (Berkeley) 5/9/95"; #endif static const char rcsid[] = - "$Id: pstat.c,v 1.42 1999/08/08 19:44:00 phk Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile index 7b630dd..e6c9fa3 100644 --- a/usr.sbin/pw/Makefile +++ b/usr.sbin/pw/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1998/09/19 22:42:12 obrien Exp $ +# $FreeBSD$ PROG= pw SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c pw_vpw.c \ diff --git a/usr.sbin/pw/README b/usr.sbin/pw/README index 3888127..e5abd8f 100644 --- a/usr.sbin/pw/README +++ b/usr.sbin/pw/README @@ -18,5 +18,5 @@ other bsd4.4 variants. Author and maintainer: David L. Nugent, <davidn@blaze.net.au> -$Id: README,v 1.3 1997/02/22 16:12:18 peter Exp $ +$FreeBSD$ diff --git a/usr.sbin/pw/bitmap.c b/usr.sbin/pw/bitmap.c index bb55c5b..bcfea7e 100644 --- a/usr.sbin/pw/bitmap.c +++ b/usr.sbin/pw/bitmap.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.sbin/pw/bitmap.h b/usr.sbin/pw/bitmap.h index a2ef01a..94bd059 100644 --- a/usr.sbin/pw/bitmap.h +++ b/usr.sbin/pw/bitmap.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #ifndef _BITMAP_H_ diff --git a/usr.sbin/pw/cpdir.c b/usr.sbin/pw/cpdir.c index 048a87b..6d59401 100644 --- a/usr.sbin/pw/cpdir.c +++ b/usr.sbin/pw/cpdir.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pw/edgroup.c b/usr.sbin/pw/edgroup.c index 649a398..40313d2 100644 --- a/usr.sbin/pw/edgroup.c +++ b/usr.sbin/pw/edgroup.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: edgroup.c,v 1.6 1998/07/16 17:18:22 nate Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/fileupd.c b/usr.sbin/pw/fileupd.c index d76259b..376f589 100644 --- a/usr.sbin/pw/fileupd.c +++ b/usr.sbin/pw/fileupd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: fileupd.c,v 1.6 1998/07/16 17:18:24 nate Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/grupd.c b/usr.sbin/pw/grupd.c index e36c192..237fe95 100644 --- a/usr.sbin/pw/grupd.c +++ b/usr.sbin/pw/grupd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: grupd.c,v 1.5 1997/10/10 06:23:32 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/psdate.c b/usr.sbin/pw/psdate.c index 5bdd3c9..f8b1fce 100644 --- a/usr.sbin/pw/psdate.c +++ b/usr.sbin/pw/psdate.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: psdate.c,v 1.4 1997/10/10 06:23:32 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/psdate.h b/usr.sbin/pw/psdate.h index f0f1522..137427f 100644 --- a/usr.sbin/pw/psdate.h +++ b/usr.sbin/pw/psdate.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #ifndef _PSDATE_H_ diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8 index 5de8237..c65aafe 100644 --- a/usr.sbin/pw/pw.8 +++ b/usr.sbin/pw/pw.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pw.8,v 1.15 1998/09/18 04:45:43 jkoshy Exp $ +.\" $FreeBSD$ .\" .Dd December 9, 1996 .Dt PW 8 diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c index f71cdf7..1da063c 100644 --- a/usr.sbin/pw/pw.c +++ b/usr.sbin/pw/pw.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pw.c,v 1.14 1999/02/23 11:01:50 davidn Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pw/pw.conf.5 b/usr.sbin/pw/pw.conf.5 index 06bccb7..2cec824 100644 --- a/usr.sbin/pw/pw.conf.5 +++ b/usr.sbin/pw/pw.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pw.conf.5,v 1.7 1997/10/10 06:23:34 charnier Exp $ +.\" $FreeBSD$ .\" .Dd December 9, 1996 .Dt PW.CONF 5 diff --git a/usr.sbin/pw/pw.h b/usr.sbin/pw/pw.h index 16bea61..f85eac7 100644 --- a/usr.sbin/pw/pw.h +++ b/usr.sbin/pw/pw.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw.h,v 1.7 1997/10/10 06:23:35 charnier Exp $ + * $FreeBSD$ */ #include <stdio.h> diff --git a/usr.sbin/pw/pw_conf.c b/usr.sbin/pw/pw_conf.c index 387c462..e8a2105 100644 --- a/usr.sbin/pw/pw_conf.c +++ b/usr.sbin/pw/pw_conf.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pw_conf.c,v 1.8 1999/02/23 07:15:10 davidn Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <string.h> diff --git a/usr.sbin/pw/pw_group.c b/usr.sbin/pw/pw_group.c index 220a9b1..3385752f 100644 --- a/usr.sbin/pw/pw_group.c +++ b/usr.sbin/pw/pw_group.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pw_group.c,v 1.7 1997/10/10 06:23:36 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/pw/pw_log.c b/usr.sbin/pw/pw_log.c index e11e5ee..6f72c0d 100644 --- a/usr.sbin/pw/pw_log.c +++ b/usr.sbin/pw/pw_log.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <fcntl.h> diff --git a/usr.sbin/pw/pw_nis.c b/usr.sbin/pw/pw_nis.c index 3b041a8..74a3ed0 100644 --- a/usr.sbin/pw/pw_nis.c +++ b/usr.sbin/pw/pw_nis.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pw_nis.c,v 1.4 1997/10/10 06:23:38 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/pw_user.c b/usr.sbin/pw/pw_user.c index c1bb8e6..bba8a01 100644 --- a/usr.sbin/pw/pw_user.c +++ b/usr.sbin/pw/pw_user.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pw_user.c,v 1.28 1999/03/02 00:53:33 davidn Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/pw/pw_vpw.c b/usr.sbin/pw/pw_vpw.c index fca5324..ef12437 100644 --- a/usr.sbin/pw/pw_vpw.c +++ b/usr.sbin/pw/pw_vpw.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/pwupd.c b/usr.sbin/pw/pwupd.c index 8e5fb32..05fb087 100644 --- a/usr.sbin/pw/pwupd.c +++ b/usr.sbin/pw/pwupd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pwupd.c,v 1.7 1998/02/11 23:31:24 wosch Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/pwupd.h b/usr.sbin/pw/pwupd.h index 6695973..046bd2e 100644 --- a/usr.sbin/pw/pwupd.h +++ b/usr.sbin/pw/pwupd.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pwupd.h,v 1.4 1997/02/22 16:12:31 peter Exp $ + * $FreeBSD$ */ #ifndef _PWUPD_H_ diff --git a/usr.sbin/pw/rm_r.c b/usr.sbin/pw/rm_r.c index f671486..2af9a4e 100644 --- a/usr.sbin/pw/rm_r.c +++ b/usr.sbin/pw/rm_r.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pwd_mkdb/pw_scan.c b/usr.sbin/pwd_mkdb/pw_scan.c index d474786..5190686 100644 --- a/usr.sbin/pwd_mkdb/pw_scan.c +++ b/usr.sbin/pwd_mkdb/pw_scan.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pw_scan.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8 index 9e86dfd..3223353 100644 --- a/usr.sbin/pwd_mkdb/pwd_mkdb.8 +++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pwd_mkdb.8 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt PWD_MKDB 8 diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.c b/usr.sbin/pwd_mkdb/pwd_mkdb.c index bb0398e..644ef08 100644 --- a/usr.sbin/pwd_mkdb/pwd_mkdb.c +++ b/usr.sbin/pwd_mkdb/pwd_mkdb.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)pwd_mkdb.c 8.5 (Berkeley) 4/20/94"; #endif static const char rcsid[] = - "$Id: pwd_mkdb.c,v 1.29 1998/12/13 01:53:50 dillon Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/quot/Makefile b/usr.sbin/quot/Makefile index 4a25625..6754d6a 100644 --- a/usr.sbin/quot/Makefile +++ b/usr.sbin/quot/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= quot MAN8= quot.8 diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8 index 924e721..da243e3 100644 --- a/usr.sbin/quot/quot.8 +++ b/usr.sbin/quot/quot.8 @@ -27,7 +27,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: quot.8,v 1.8 1997/10/10 06:31:06 charnier Exp $ +.\" $FreeBSD$ .\" .Dd February 8, 1994 .Dt QUOT 8 diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 547fd8f..fcfea6a 100644 --- a/usr.sbin/quot/quot.c +++ b/usr.sbin/quot/quot.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id: quot.c,v 1.8 1998/01/17 16:45:03 bde Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/quotaon/quotaon.8 b/usr.sbin/quotaon/quotaon.8 index b573589..4738dd7 100644 --- a/usr.sbin/quotaon/quotaon.8 +++ b/usr.sbin/quotaon/quotaon.8 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)quotaon.8 8.2 (Berkeley) 12/11/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 11, 1993 .Dt QUOTAON 8 diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c index 61b8394..6235c1f 100644 --- a/usr.sbin/quotaon/quotaon.c +++ b/usr.sbin/quotaon/quotaon.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)quotaon.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile index bc7e7f5..f5825a2 100644 --- a/usr.sbin/rarpd/Makefile +++ b/usr.sbin/rarpd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id$ +# $FreeBSD$ PROG= rarpd MAN8= rarpd.8 diff --git a/usr.sbin/rarpd/rarpd.8 b/usr.sbin/rarpd/rarpd.8 index 4422521..d209567 100644 --- a/usr.sbin/rarpd/rarpd.8 +++ b/usr.sbin/rarpd/rarpd.8 @@ -1,4 +1,4 @@ -.\" @(#) $Id$ (LBL) +.\" @(#) $FreeBSD$ (LBL) .\" .\" Copyright (c) 1990, 1991, 1993 The Regents of the University of .\" California. All rights reserved. diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c index ccc7eb1..c17f766 100644 --- a/usr.sbin/rarpd/rarpd.c +++ b/usr.sbin/rarpd/rarpd.c @@ -27,7 +27,7 @@ The Regents of the University of California. All rights reserved.\n"; #ifndef lint static const char rcsid[] = - "$Id: rarpd.c,v 1.19 1998/04/02 13:20:15 roberto Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/repquota/repquota.8 b/usr.sbin/repquota/repquota.8 index e414718..fb62286 100644 --- a/usr.sbin/repquota/repquota.8 +++ b/usr.sbin/repquota/repquota.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)repquota.8 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt REPQUOTA 8 diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c index d898ed6..8a905cc 100644 --- a/usr.sbin/repquota/repquota.c +++ b/usr.sbin/repquota/repquota.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)repquota.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: repquota.c,v 1.6 1998/06/14 22:56:31 ache Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/rmt/rmt.8 b/usr.sbin/rmt/rmt.8 index 206ae99..d0b63ff 100644 --- a/usr.sbin/rmt/rmt.8 +++ b/usr.sbin/rmt/rmt.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rmt.8 8.3 (Berkeley) 6/1/94 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 1, 1994 .Dt RMT 8 diff --git a/usr.sbin/rmt/rmt.c b/usr.sbin/rmt/rmt.c index 436d6fb..1a536aa 100644 --- a/usr.sbin/rmt/rmt.c +++ b/usr.sbin/rmt/rmt.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rmt.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: rmt.c,v 1.1 1998/05/15 12:09:06 hans Exp hans $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/rndcontrol/random.4 b/usr.sbin/rndcontrol/random.4 index b563e56..9b8c6c9 100644 --- a/usr.sbin/rndcontrol/random.4 +++ b/usr.sbin/rndcontrol/random.4 @@ -36,7 +36,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: random.4,v 1.5 1997/02/22 16:12:46 peter Exp $ +.\" $FreeBSD$ .\" .Dd October 21, 1995 .Dt RANDOM 4 i386 diff --git a/usr.sbin/rndcontrol/rndcontrol.8 b/usr.sbin/rndcontrol/rndcontrol.8 index 1dc7b48..18099d9 100644 --- a/usr.sbin/rndcontrol/rndcontrol.8 +++ b/usr.sbin/rndcontrol/rndcontrol.8 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rndcontrol.8,v 1.7 1997/10/13 11:08:45 charnier Exp $ +.\" $FreeBSD$ .\" .Dd October 20, 1995 .Dt RNDCONTROL 8 diff --git a/usr.sbin/rndcontrol/rndcontrol.c b/usr.sbin/rndcontrol/rndcontrol.c index 581bb0e..b1b3e3c 100644 --- a/usr.sbin/rndcontrol/rndcontrol.c +++ b/usr.sbin/rndcontrol/rndcontrol.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile index 053f0a8..19a6565 100644 --- a/usr.sbin/rpc.lockd/Makefile +++ b/usr.sbin/rpc.lockd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1998/03/06 14:30:45 bde Exp $ +# $FreeBSD$ PROG = rpc.lockd SRCS = nlm_prot_svc.c nlm_prot.h lockd.c procs.c diff --git a/usr.sbin/rpc.lockd/handles.c b/usr.sbin/rpc.lockd/handles.c index 8be7a29..d2d1045 100644 --- a/usr.sbin/rpc.lockd/handles.c +++ b/usr.sbin/rpc.lockd/handles.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "nlm_prot.h" diff --git a/usr.sbin/rpc.lockd/lockd.c b/usr.sbin/rpc.lockd/lockd.c index 44a5e21..ac32856 100644 --- a/usr.sbin/rpc.lockd/lockd.c +++ b/usr.sbin/rpc.lockd/lockd.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* main() function for NFS lock daemon. Most of the code in this */ diff --git a/usr.sbin/rpc.lockd/procs.c b/usr.sbin/rpc.lockd/procs.c index 84ead97..07060fd 100644 --- a/usr.sbin/rpc.lockd/procs.c +++ b/usr.sbin/rpc.lockd/procs.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <string.h> diff --git a/usr.sbin/rpc.lockd/rpc.lockd.8 b/usr.sbin/rpc.lockd/rpc.lockd.8 index 90be3b1..b51e35da 100644 --- a/usr.sbin/rpc.lockd/rpc.lockd.8 +++ b/usr.sbin/rpc.lockd/rpc.lockd.8 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd September 24, 1995 .Dt RPC.LOCKD 8 diff --git a/usr.sbin/rpc.lockd/test.c b/usr.sbin/rpc.lockd/test.c index 01142a4..0dd8eae 100644 --- a/usr.sbin/rpc.lockd/test.c +++ b/usr.sbin/rpc.lockd/test.c @@ -4,7 +4,7 @@ static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro"; static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <rpc/rpc.h> diff --git a/usr.sbin/rpc.statd/Makefile b/usr.sbin/rpc.statd/Makefile index d0d5d7b..112cc13 100644 --- a/usr.sbin/rpc.statd/Makefile +++ b/usr.sbin/rpc.statd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1998/03/06 07:00:25 bde Exp $ +# $FreeBSD$ PROG = rpc.statd SRCS = file.c sm_inter_svc.c sm_inter.h statd.c procs.c diff --git a/usr.sbin/rpc.statd/procs.c b/usr.sbin/rpc.statd/procs.c index a33abd40..3f27e582 100644 --- a/usr.sbin/rpc.statd/procs.c +++ b/usr.sbin/rpc.statd/procs.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <errno.h> diff --git a/usr.sbin/rpc.statd/rpc.statd.8 b/usr.sbin/rpc.statd/rpc.statd.8 index 3edab87..03bb445 100644 --- a/usr.sbin/rpc.statd/rpc.statd.8 +++ b/usr.sbin/rpc.statd/rpc.statd.8 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd September 19, 1995 .Dt RPC.STATD 8 diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c index 0c08892..3b47dfe 100644 --- a/usr.sbin/rpc.statd/statd.c +++ b/usr.sbin/rpc.statd/statd.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* main() function for status monitor daemon. Some of the code in this */ diff --git a/usr.sbin/rpc.statd/test.c b/usr.sbin/rpc.statd/test.c index 6a6a2ff..6df1501 100644 --- a/usr.sbin/rpc.statd/test.c +++ b/usr.sbin/rpc.statd/test.c @@ -1,7 +1,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/rpc.yppasswdd/Makefile b/usr.sbin/rpc.yppasswdd/Makefile index b4738c6..772b5fb 100644 --- a/usr.sbin/rpc.yppasswdd/Makefile +++ b/usr.sbin/rpc.yppasswdd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1998/04/26 16:30:09 bde Exp $ +# $FreeBSD$ PROG= rpc.yppasswdd SRCS= pw_copy.c pw_util.c util.c yp_access.c yp_dblookup.c yp_dbwrite.c \ diff --git a/usr.sbin/rpc.yppasswdd/pw_copy.c b/usr.sbin/rpc.yppasswdd/pw_copy.c index 653f5e8..be0dbb8 100644 --- a/usr.sbin/rpc.yppasswdd/pw_copy.c +++ b/usr.sbin/rpc.yppasswdd/pw_copy.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pw_copy.c 8.4 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/rpc.yppasswdd/pw_util.c b/usr.sbin/rpc.yppasswdd/pw_util.c index 4b5de7c..3f783c1 100644 --- a/usr.sbin/rpc.yppasswdd/pw_util.c +++ b/usr.sbin/rpc.yppasswdd/pw_util.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pw_util.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 index 4047417..a654abf 100644 --- a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 +++ b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rpc.yppasswdd.8,v 1.8 1997/10/13 11:18:46 charnier Exp $ +.\" $FreeBSD$ .\" .Dd February 8, 1996 .Dt RPC.YPPASSWDD 8 diff --git a/usr.sbin/rpc.yppasswdd/yppasswd_private.x b/usr.sbin/rpc.yppasswdd/yppasswd_private.x index 9f50671..f2921e8 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswd_private.x +++ b/usr.sbin/rpc.yppasswdd/yppasswd_private.x @@ -33,7 +33,7 @@ #ifndef RPC_HDR %#ifndef lint %static const char rcsid[] = -% "$Id: yppasswd_private.x,v 1.4 1997/07/29 15:43:18 wpaul Exp $"; +% "$FreeBSD$"; %#endif /* not lint */ #endif diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h b/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h index 76bacbc..8bc79a5 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: yppasswdd_extern.h,v 1.2 1997/07/28 18:31:11 wpaul Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c index 307abfd..904e841 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yppasswdd_main.c,v 1.12 1997/10/13 11:18:50 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "yppasswd.h" diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c index 5f57ce8..c27cf8c 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yppasswdd_server.c,v 1.14 1997/10/13 11:18:53 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/rpc.yppasswdd/yppwupdate b/usr.sbin/rpc.yppasswdd/yppwupdate index acec9f0..a9db8f7 100644 --- a/usr.sbin/rpc.yppasswdd/yppwupdate +++ b/usr.sbin/rpc.yppasswdd/yppwupdate @@ -8,7 +8,7 @@ # # Comment out the LOG=yes line to disable logging. # -# $Id$ +# $FreeBSD$ # PATH=/bin:/usr/bin; export PATH diff --git a/usr.sbin/rpc.ypupdated/Makefile b/usr.sbin/rpc.ypupdated/Makefile index bc5c97a..5b24575 100644 --- a/usr.sbin/rpc.ypupdated/Makefile +++ b/usr.sbin/rpc.ypupdated/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1998/03/06 14:40:42 bde Exp $ +# $FreeBSD$ PROG= rpc.ypupdated SRCS= ypupdate_prot_svc.c ypupdate_prot.h ypupdated_main.c \ diff --git a/usr.sbin/rpc.ypupdated/update.c b/usr.sbin/rpc.ypupdated/update.c index 5b11d83..996347b 100644 --- a/usr.sbin/rpc.ypupdated/update.c +++ b/usr.sbin/rpc.ypupdated/update.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)update.c 1.2 91/03/11 Copyr 1986 Sun Micro"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/rpc.ypupdated/yp_dbdelete.c b/usr.sbin/rpc.ypupdated/yp_dbdelete.c index 304db74..f66b974 100644 --- a/usr.sbin/rpc.ypupdated/yp_dbdelete.c +++ b/usr.sbin/rpc.ypupdated/yp_dbdelete.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/rpc.ypupdated/yp_dbupdate.c b/usr.sbin/rpc.ypupdated/yp_dbupdate.c index db84c77..c906dec 100644 --- a/usr.sbin/rpc.ypupdated/yp_dbupdate.c +++ b/usr.sbin/rpc.ypupdated/yp_dbupdate.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/fcntl.h> diff --git a/usr.sbin/rpc.ypupdated/ypupdate b/usr.sbin/rpc.ypupdated/ypupdate index a06247f..4a26f4b 100755 --- a/usr.sbin/rpc.ypupdated/ypupdate +++ b/usr.sbin/rpc.ypupdated/ypupdate @@ -8,7 +8,7 @@ # # Comment out the LOG=yes line to disable logging. # -# $Id: yppwupdate,v 1.3 1996/06/05 06:13:09 wpaul Exp $ +# $FreeBSD$ # LOG=yes diff --git a/usr.sbin/rpc.ypupdated/ypupdated_main.c b/usr.sbin/rpc.ypupdated/ypupdated_main.c index 14f6a45..6879824 100644 --- a/usr.sbin/rpc.ypupdated/ypupdated_main.c +++ b/usr.sbin/rpc.ypupdated/ypupdated_main.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: ypupdated_main.c,v 1.2 1997/10/13 11:21:01 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "ypupdate_prot.h" diff --git a/usr.sbin/rpc.ypupdated/ypupdated_server.c b/usr.sbin/rpc.ypupdated/ypupdated_server.c index 4741c56..f0c5bff 100644 --- a/usr.sbin/rpc.ypupdated/ypupdated_server.c +++ b/usr.sbin/rpc.ypupdated/ypupdated_server.c @@ -38,7 +38,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/rpc.ypxfrd/Makefile b/usr.sbin/rpc.ypxfrd/Makefile index c9ae441..fffa5ea 100644 --- a/usr.sbin/rpc.ypxfrd/Makefile +++ b/usr.sbin/rpc.ypxfrd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1998/03/06 14:34:47 bde Exp $ +# $FreeBSD$ PROG= rpc.ypxfrd SRCS= ypxfrd_svc.c ypxfrd.h ypxfrd_server.c yp_error.c \ diff --git a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 index 37d15d6..c086f77 100644 --- a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 +++ b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rpc.ypxfrd.8,v 1.6 1997/10/13 11:22:35 charnier Exp $ +.\" $FreeBSD$ .\" .Dd June 2, 1996 .Dt RPC.YPXFRD 8 diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h b/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h index 3a1f154..4fb51ec 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #ifndef MAX_CHILDREN diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c index ef24d33..5cb6b42 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: ypxfrd_main.c,v 1.6 1997/10/13 11:22:37 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "ypxfrd.h" diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_server.c b/usr.sbin/rpc.ypxfrd/ypxfrd_server.c index a8fe278..1a4b2e5 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_server.c +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_server.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "ypxfrd.h" diff --git a/usr.sbin/rtprio/Makefile b/usr.sbin/rtprio/Makefile index c023e18..4c0e0cd 100644 --- a/usr.sbin/rtprio/Makefile +++ b/usr.sbin/rtprio/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.5 (Berkeley) 5/11/90 -# $Id$ +# $FreeBSD$ BINDIR=/usr/sbin PROG= rtprio diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1 index eea966a..bce3f81 100644 --- a/usr.sbin/rtprio/rtprio.1 +++ b/usr.sbin/rtprio/rtprio.1 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rtprio.1,v 1.15 1998/03/23 08:28:58 charnier Exp $ +.\" $FreeBSD$ .\" .Dd July 23, 1994 .Dt RTPRIO 1 diff --git a/usr.sbin/rtprio/rtprio.c b/usr.sbin/rtprio/rtprio.c index b1f4edc..9c650a6 100644 --- a/usr.sbin/rtprio/rtprio.c +++ b/usr.sbin/rtprio/rtprio.c @@ -34,7 +34,7 @@ #ifndef lint static const char rcsid[] = - "$Id: rtprio.c,v 1.6 1998/05/19 20:52:31 dufault Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/rwhod/rwhod.8 b/usr.sbin/rwhod/rwhod.8 index 5188a33..e3fa205 100644 --- a/usr.sbin/rwhod/rwhod.8 +++ b/usr.sbin/rwhod/rwhod.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rwhod.8 8.2 (Berkeley) 12/11/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 11, 1993 .Dt RWHOD 8 diff --git a/usr.sbin/rwhod/rwhod.c b/usr.sbin/rwhod/rwhod.c index e88554e..f3d7028 100644 --- a/usr.sbin/rwhod/rwhod.c +++ b/usr.sbin/rwhod/rwhod.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rwhod.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: rwhod.c,v 1.10 1999/06/16 21:05:21 brian Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/sa/Makefile b/usr.sbin/sa/Makefile index b51840a..db82867 100644 --- a/usr.sbin/sa/Makefile +++ b/usr.sbin/sa/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= sa MAN8= sa.8 diff --git a/usr.sbin/sa/extern.h b/usr.sbin/sa/extern.h index 3ec7276..5804aa2 100644 --- a/usr.sbin/sa/extern.h +++ b/usr.sbin/sa/extern.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/usr.sbin/sa/main.c b/usr.sbin/sa/main.c index 55f206e..de84396 100644 --- a/usr.sbin/sa/main.c +++ b/usr.sbin/sa/main.c @@ -36,7 +36,7 @@ static const char copyright[] = #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.6 1997/10/15 06:41:17 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/sa/pathnames.h b/usr.sbin/sa/pathnames.h index 861cfec..7a7edf6 100644 --- a/usr.sbin/sa/pathnames.h +++ b/usr.sbin/sa/pathnames.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #define _PATH_ACCT "/var/account/acct" diff --git a/usr.sbin/sa/pdb.c b/usr.sbin/sa/pdb.c index 8576915..eafdf59 100644 --- a/usr.sbin/sa/pdb.c +++ b/usr.sbin/sa/pdb.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/sa/sa.8 b/usr.sbin/sa/sa.8 index e79217e..cad6c343 100644 --- a/usr.sbin/sa/sa.8 +++ b/usr.sbin/sa/sa.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: sa.8,v 1.8 1997/10/15 06:41:18 charnier Exp $ +.\" $FreeBSD$ .\" .Dd February 25, 1994 .Dt SA 8 diff --git a/usr.sbin/sa/usrdb.c b/usr.sbin/sa/usrdb.c index d441fca..38de520 100644 --- a/usr.sbin/sa/usrdb.c +++ b/usr.sbin/sa/usrdb.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$Id: usrdb.c,v 1.6 1997/10/15 06:41:19 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/sade/command.c b/usr.sbin/sade/command.c index b14f913..3e3d5c9 100644 --- a/usr.sbin/sade/command.c +++ b/usr.sbin/sade/command.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id$ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c index a0c6616..9eaa21d 100644 --- a/usr.sbin/sade/config.c +++ b/usr.sbin/sade/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.139 1999/07/20 21:06:18 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index ef08e59..f0df3a2 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.98 1999/07/25 04:32:50 wpaul Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c index 11b6470a..f820976 100644 --- a/usr.sbin/sade/disks.c +++ b/usr.sbin/sade/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.108 1999/01/08 00:14:21 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/dispatch.c b/usr.sbin/sade/dispatch.c index c2a2942..d1fdd96 100644 --- a/usr.sbin/sade/dispatch.c +++ b/usr.sbin/sade/dispatch.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: dispatch.c,v 1.28 1999/04/24 01:53:54 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/dmenu.c b/usr.sbin/sade/dmenu.c index f83fada..9e464d9 100644 --- a/usr.sbin/sade/dmenu.c +++ b/usr.sbin/sade/dmenu.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: dmenu.c,v 1.39 1999/02/05 22:25:13 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/globals.c b/usr.sbin/sade/globals.c index 72aecb1..b12dbd8 100644 --- a/usr.sbin/sade/globals.c +++ b/usr.sbin/sade/globals.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: globals.c,v 1.18 1997/02/22 14:11:43 peter Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 4a26db0..841dd1a 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.243 1999/08/05 10:07:09 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/keymap.c b/usr.sbin/sade/keymap.c index 459f4cb..53b0761 100644 --- a/usr.sbin/sade/keymap.c +++ b/usr.sbin/sade/keymap.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ * */ diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c index 1b34e20..c044b87 100644 --- a/usr.sbin/sade/label.c +++ b/usr.sbin/sade/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: label.c,v 1.90 1999/07/29 06:28:52 brian Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/list.h b/usr.sbin/sade/list.h index 05a9fd5..8300173 100644 --- a/usr.sbin/sade/list.h +++ b/usr.sbin/sade/list.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: list.h,v 1.1 1997/09/16 17:03:58 pst Exp $ + * $FreeBSD$ * * Copyright (c) 1997 FreeBSD, Inc. * All rights reserved. diff --git a/usr.sbin/sade/main.c b/usr.sbin/sade/main.c index 3c5502e..7b6aff6 100644 --- a/usr.sbin/sade/main.c +++ b/usr.sbin/sade/main.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: main.c,v 1.52 1999/06/17 19:04:55 markm Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index db15e9b..c626af8 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.218 1999/07/29 21:15:10 billf Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/misc.c b/usr.sbin/sade/misc.c index bb00639..d32af17 100644 --- a/usr.sbin/sade/misc.c +++ b/usr.sbin/sade/misc.c @@ -1,7 +1,7 @@ /* * Miscellaneous support routines.. * - * $Id: misc.c,v 1.37 1998/01/16 15:07:55 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/msg.c b/usr.sbin/sade/msg.c index 7ee6d82..2986779 100644 --- a/usr.sbin/sade/msg.c +++ b/usr.sbin/sade/msg.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: msg.c,v 1.48 1999/05/27 10:32:48 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/sade.8 b/usr.sbin/sade/sade.8 index b51cc92..19ed764 100644 --- a/usr.sbin/sade/sade.8 +++ b/usr.sbin/sade/sade.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: sysinstall.8,v 1.21 1999/08/18 05:54:54 chris Exp $ +.\" $FreeBSD$ .\" .Dd August 9, 1997 .Dt SYSINSTALL 8 diff --git a/usr.sbin/sade/sade.h b/usr.sbin/sade/sade.h index 6a6a6ad..7db1baa 100644 --- a/usr.sbin/sade/sade.h +++ b/usr.sbin/sade/sade.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: sysinstall.h,v 1.172 1999/07/26 10:49:36 brian Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c index 8304ef0..fc57fe3 100644 --- a/usr.sbin/sade/system.c +++ b/usr.sbin/sade/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: system.c,v 1.94 1999/07/20 07:39:22 jkh Exp $ + * $FreeBSD$ * * Jordan Hubbard * diff --git a/usr.sbin/sade/variable.c b/usr.sbin/sade/variable.c index 8cbf433..1e2bf9a 100644 --- a/usr.sbin/sade/variable.c +++ b/usr.sbin/sade/variable.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: variable.c,v 1.25 1999/02/05 22:15:52 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sade/wizard.c b/usr.sbin/sade/wizard.c index 7f71331..9fa1449 100644 --- a/usr.sbin/sade/wizard.c +++ b/usr.sbin/sade/wizard.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: wizard.c,v 1.13 1998/10/13 09:45:59 jkh Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 9b2ac5e..2eaa13f 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.8 (Berkeley) 3/28/97 -# $Id$ +# $FreeBSD$ SMDIR= ${.CURDIR}/../../contrib/sendmail/src .PATH: ${SMDIR} diff --git a/usr.sbin/sgsc/Makefile b/usr.sbin/sgsc/Makefile index a25675d..5f14a66 100644 --- a/usr.sbin/sgsc/Makefile +++ b/usr.sbin/sgsc/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= sgsc diff --git a/usr.sbin/sgsc/sgsc.1 b/usr.sbin/sgsc/sgsc.1 index 60661c2..cd4a48a 100644 --- a/usr.sbin/sgsc/sgsc.1 +++ b/usr.sbin/sgsc/sgsc.1 @@ -27,7 +27,7 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" -.\" $Id$ +.\" $FreeBSD$ .\" .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .Dd January 6, 1995 diff --git a/usr.sbin/sgsc/sgsc.c b/usr.sbin/sgsc/sgsc.c index f9850c7..94960a3 100644 --- a/usr.sbin/sgsc/sgsc.c +++ b/usr.sbin/sgsc/sgsc.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/sicontrol/sicontrol.8 b/usr.sbin/sicontrol/sicontrol.8 index 7360b37..3528a2e 100644 --- a/usr.sbin/sicontrol/sicontrol.8 +++ b/usr.sbin/sicontrol/sicontrol.8 @@ -1,4 +1,4 @@ -.\" $Id: sicontrol.8,v 1.7 1997/10/15 06:43:52 charnier Exp $ +.\" $FreeBSD$ .\" The following requests are required for all man pages. .Dd September 26,1995 .Dt SICONTROL 8 diff --git a/usr.sbin/sicontrol/sicontrol.c b/usr.sbin/sicontrol/sicontrol.c index cda0346..b4eba8c 100644 --- a/usr.sbin/sicontrol/sicontrol.c +++ b/usr.sbin/sicontrol/sicontrol.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id: sicontrol.c,v 1.7 1997/10/15 06:43:54 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/sliplogin/sliplogin.8 b/usr.sbin/sliplogin/sliplogin.8 index 531befe..b7ee94f 100644 --- a/usr.sbin/sliplogin/sliplogin.8 +++ b/usr.sbin/sliplogin/sliplogin.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sliplogin.8 8.2 (Berkeley) 1/5/94 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd January 5, 1994 .Dt SLIPLOGIN 8 diff --git a/usr.sbin/slstat/Makefile b/usr.sbin/slstat/Makefile index a74a30f..6016125 100644 --- a/usr.sbin/slstat/Makefile +++ b/usr.sbin/slstat/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6 (Berkeley) 4/23/91 -# $Id$ +# $FreeBSD$ PROG= slstat MAN8= slstat.8 diff --git a/usr.sbin/slstat/slstat.8 b/usr.sbin/slstat/slstat.8 index 201add7..eb37f48 100644 --- a/usr.sbin/slstat/slstat.8 +++ b/usr.sbin/slstat/slstat.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)slstat.8 6.8 (Berkeley) 6/20/91 -.\" $Id: slstat.8,v 1.11 1997/10/20 12:41:40 charnier Exp $ +.\" $FreeBSD$ .\" .Dd October 11, 1996 .Dt SLSTAT 8 diff --git a/usr.sbin/slstat/slstat.c b/usr.sbin/slstat/slstat.c index 7385fee..e3004f3 100644 --- a/usr.sbin/slstat/slstat.c +++ b/usr.sbin/slstat/slstat.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "$Id: slstat.c,v 1.12 1997/10/20 12:41:41 charnier Exp $"; + "$FreeBSD$"; #endif #include <sys/param.h> diff --git a/usr.sbin/spkrtest/Makefile b/usr.sbin/spkrtest/Makefile index 336a305..93baab8 100644 --- a/usr.sbin/spkrtest/Makefile +++ b/usr.sbin/spkrtest/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ MAINTAINER= wosch diff --git a/usr.sbin/spkrtest/spkrtest.8 b/usr.sbin/spkrtest/spkrtest.8 index 3e91132..7febb85 100644 --- a/usr.sbin/spkrtest/spkrtest.8 +++ b/usr.sbin/spkrtest/spkrtest.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: spkrtest.8,v 1.6 1997/06/23 04:52:10 steve Exp $ +.\" $FreeBSD$ .Dd July 23, 1995 .Dt SPKRTEST 8 diff --git a/usr.sbin/spkrtest/spkrtest.pl b/usr.sbin/spkrtest/spkrtest.pl index 0af081a..ccb1631 100644 --- a/usr.sbin/spkrtest/spkrtest.pl +++ b/usr.sbin/spkrtest/spkrtest.pl @@ -32,7 +32,7 @@ # # NOTE for iso-* (latin1) fonts: use TERM=cons25-iso8859-1 # -# $Id: spkrtest.pl,v 1.5 1997/02/22 16:13:37 peter Exp $ +# $FreeBSD$ $title = qq{ reveille -- Reveille diff --git a/usr.sbin/spray/Makefile b/usr.sbin/spray/Makefile index d008c7f..4a0cbab 100644 --- a/usr.sbin/spray/Makefile +++ b/usr.sbin/spray/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= spray MAN8= spray.8 diff --git a/usr.sbin/spray/spray.8 b/usr.sbin/spray/spray.8 index 395df00..edfa111 100644 --- a/usr.sbin/spray/spray.8 +++ b/usr.sbin/spray/spray.8 @@ -21,7 +21,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd July 10, 1995 .Dt SPRAY 8 diff --git a/usr.sbin/spray/spray.c b/usr.sbin/spray/spray.c index d6f53f1..a0e446c 100644 --- a/usr.sbin/spray/spray.c +++ b/usr.sbin/spray/spray.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/stallion/Makefile b/usr.sbin/stallion/Makefile index 44c3b63..4b017fc 100644 --- a/usr.sbin/stallion/Makefile +++ b/usr.sbin/stallion/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ SUBDIR= bootcode stlload stlstats diff --git a/usr.sbin/stallion/Makefile.inc b/usr.sbin/stallion/Makefile.inc index 53b9b3e..314a85b 100644 --- a/usr.sbin/stallion/Makefile.inc +++ b/usr.sbin/stallion/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ BOOTDIR= /usr/libdata/stallion diff --git a/usr.sbin/stallion/bootcode/Makefile b/usr.sbin/stallion/bootcode/Makefile index d026830..e9a7143 100644 --- a/usr.sbin/stallion/bootcode/Makefile +++ b/usr.sbin/stallion/bootcode/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1997/10/20 12:50:56 charnier Exp $ +# $FreeBSD$ .SUFFIXES: .uu .uu: diff --git a/usr.sbin/stallion/bootcode/stl.4 b/usr.sbin/stallion/bootcode/stl.4 index 369ca80..a5791fb 100644 --- a/usr.sbin/stallion/bootcode/stl.4 +++ b/usr.sbin/stallion/bootcode/stl.4 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 2, 1996 .Os FreeBSD diff --git a/usr.sbin/stallion/stlload/Makefile b/usr.sbin/stallion/stlload/Makefile index 46048a5..ece45d3 100644 --- a/usr.sbin/stallion/stlload/Makefile +++ b/usr.sbin/stallion/stlload/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/02/22 16:13:45 peter Exp $ +# $FreeBSD$ PROG= stlload MAN8= stlload.8 diff --git a/usr.sbin/stallion/stlload/stlload.8 b/usr.sbin/stallion/stlload/stlload.8 index 4fece30..a8556d1 100644 --- a/usr.sbin/stallion/stlload/stlload.8 +++ b/usr.sbin/stallion/stlload/stlload.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 2, 1996 .Os FreeBSD diff --git a/usr.sbin/stallion/stlload/stlload.c b/usr.sbin/stallion/stlload/stlload.c index 283dcd7..6d0f030 100644 --- a/usr.sbin/stallion/stlload/stlload.c +++ b/usr.sbin/stallion/stlload/stlload.c @@ -38,7 +38,7 @@ #ifndef lint static const char rcsid[] = - "$Id: stlload.c,v 1.7 1997/10/20 12:51:29 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/stallion/stlstats/Makefile b/usr.sbin/stallion/stlstats/Makefile index 0789c07..e0eda1a 100644 --- a/usr.sbin/stallion/stlstats/Makefile +++ b/usr.sbin/stallion/stlstats/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/03/13 04:21:38 davidn Exp $ +# $FreeBSD$ PROG= stlstats MAN8= stlstats.8 diff --git a/usr.sbin/stallion/stlstats/stlstats.8 b/usr.sbin/stallion/stlstats/stlstats.8 index bf76705..2d0917a 100644 --- a/usr.sbin/stallion/stlstats/stlstats.8 +++ b/usr.sbin/stallion/stlstats/stlstats.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 2, 1996 .Os FreeBSD diff --git a/usr.sbin/stallion/stlstats/stlstats.c b/usr.sbin/stallion/stlstats/stlstats.c index b856df4..19d3161 100644 --- a/usr.sbin/stallion/stlstats/stlstats.c +++ b/usr.sbin/stallion/stlstats/stlstats.c @@ -38,7 +38,7 @@ #ifndef lint static const char rcsid[] = - "$Id: stlstats.c,v 1.6 1997/10/20 12:51:34 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/sysinstall/anonFTP.c b/usr.sbin/sysinstall/anonFTP.c index 59d4859..134c9d3 100644 --- a/usr.sbin/sysinstall/anonFTP.c +++ b/usr.sbin/sysinstall/anonFTP.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: anonFTP.c,v 1.23 1997/04/02 12:07:18 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Coranth Gryphon. All rights reserved. diff --git a/usr.sbin/sysinstall/cdrom.c b/usr.sbin/sysinstall/cdrom.c index decf297..0b8829d 100644 --- a/usr.sbin/sysinstall/cdrom.c +++ b/usr.sbin/sysinstall/cdrom.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: cdrom.c,v 1.45 1999/01/20 12:31:42 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/command.c b/usr.sbin/sysinstall/command.c index b14f913..3e3d5c9 100644 --- a/usr.sbin/sysinstall/command.c +++ b/usr.sbin/sysinstall/command.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id$ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c index a0c6616..9eaa21d 100644 --- a/usr.sbin/sysinstall/config.c +++ b/usr.sbin/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.139 1999/07/20 21:06:18 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dev2c.sh b/usr.sbin/sysinstall/dev2c.sh index 929e9e7..b828355 100644 --- a/usr.sbin/sysinstall/dev2c.sh +++ b/usr.sbin/sysinstall/dev2c.sh @@ -7,7 +7,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id$ +# $FreeBSD$ # # During installation, we suffer badly of we have to run MAKEDEV. MAKEDEV # need sh, ln, chown, mknod, awk, rm, test and probably emacs too when diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index ef08e59..f0df3a2 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.98 1999/07/25 04:32:50 wpaul Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dhcp.c b/usr.sbin/sysinstall/dhcp.c index a23af9d..22eeeeb 100644 --- a/usr.sbin/sysinstall/dhcp.c +++ b/usr.sbin/sysinstall/dhcp.c @@ -1,5 +1,5 @@ /* - * $Id: dhcp.c,v 1.1 1999/07/19 10:06:17 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1999 * C. Stone. All rights reserved. diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c index 11b6470a..f820976 100644 --- a/usr.sbin/sysinstall/disks.c +++ b/usr.sbin/sysinstall/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.108 1999/01/08 00:14:21 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c index c2a2942..d1fdd96 100644 --- a/usr.sbin/sysinstall/dispatch.c +++ b/usr.sbin/sysinstall/dispatch.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: dispatch.c,v 1.28 1999/04/24 01:53:54 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index 7f73109..b39b209 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: dist.c,v 1.144 1999/07/23 03:42:23 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dist.h b/usr.sbin/sysinstall/dist.h index 53c95ee..74f248f 100644 --- a/usr.sbin/sysinstall/dist.h +++ b/usr.sbin/sysinstall/dist.h @@ -1,4 +1,4 @@ -/* $Id: dist.h,v 1.38 1999/07/23 03:42:23 jkh Exp $ */ +/* $FreeBSD$ */ #ifndef _DIST_H_INCLUDE #define _DIST_H_INCLUDE diff --git a/usr.sbin/sysinstall/dmenu.c b/usr.sbin/sysinstall/dmenu.c index f83fada..9e464d9 100644 --- a/usr.sbin/sysinstall/dmenu.c +++ b/usr.sbin/sysinstall/dmenu.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: dmenu.c,v 1.39 1999/02/05 22:25:13 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/doc.c b/usr.sbin/sysinstall/doc.c index 9d82f26..842f28b 100644 --- a/usr.sbin/sysinstall/doc.c +++ b/usr.sbin/sysinstall/doc.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: doc.c,v 1.22 1997/02/07 04:25:53 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dos.c b/usr.sbin/sysinstall/dos.c index a11122a..ae6eb1e 100644 --- a/usr.sbin/sysinstall/dos.c +++ b/usr.sbin/sysinstall/dos.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: dos.c,v 1.21 1998/10/28 02:18:08 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/floppy.c b/usr.sbin/sysinstall/floppy.c index ca958ed..576361e 100644 --- a/usr.sbin/sysinstall/floppy.c +++ b/usr.sbin/sysinstall/floppy.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: floppy.c,v 1.32 1999/02/15 00:49:33 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/ftp.c b/usr.sbin/sysinstall/ftp.c index 4f1e542..b32f80a 100644 --- a/usr.sbin/sysinstall/ftp.c +++ b/usr.sbin/sysinstall/ftp.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: ftp.c,v 1.35 1998/01/28 04:42:38 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/globals.c b/usr.sbin/sysinstall/globals.c index 72aecb1..b12dbd8 100644 --- a/usr.sbin/sysinstall/globals.c +++ b/usr.sbin/sysinstall/globals.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: globals.c,v 1.18 1997/02/22 14:11:43 peter Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index 8b5d6cd..947385a 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: index.c,v 1.70 1999/07/02 22:36:11 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 4a26db0..841dd1a 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.243 1999/08/05 10:07:09 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c index 49caf3d..bde2824 100644 --- a/usr.sbin/sysinstall/installUpgrade.c +++ b/usr.sbin/sysinstall/installUpgrade.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: installUpgrade.c,v 1.66 1999/04/07 03:06:44 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/keymap.c b/usr.sbin/sysinstall/keymap.c index 459f4cb..53b0761 100644 --- a/usr.sbin/sysinstall/keymap.c +++ b/usr.sbin/sysinstall/keymap.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ * */ diff --git a/usr.sbin/sysinstall/kget.c b/usr.sbin/sysinstall/kget.c index 08ddaf4..7748b2c 100644 --- a/usr.sbin/sysinstall/kget.c +++ b/usr.sbin/sysinstall/kget.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kget.c,v 1.9 1999/05/12 23:08:02 jkh Exp $ + * $FreeBSD$ */ #ifdef __alpha__ diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c index 1b34e20..c044b87 100644 --- a/usr.sbin/sysinstall/label.c +++ b/usr.sbin/sysinstall/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: label.c,v 1.90 1999/07/29 06:28:52 brian Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/list.h b/usr.sbin/sysinstall/list.h index 05a9fd5..8300173 100644 --- a/usr.sbin/sysinstall/list.h +++ b/usr.sbin/sysinstall/list.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: list.h,v 1.1 1997/09/16 17:03:58 pst Exp $ + * $FreeBSD$ * * Copyright (c) 1997 FreeBSD, Inc. * All rights reserved. diff --git a/usr.sbin/sysinstall/main.c b/usr.sbin/sysinstall/main.c index 3c5502e..7b6aff6 100644 --- a/usr.sbin/sysinstall/main.c +++ b/usr.sbin/sysinstall/main.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: main.c,v 1.52 1999/06/17 19:04:55 markm Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c index 625d657..380b704 100644 --- a/usr.sbin/sysinstall/media.c +++ b/usr.sbin/sysinstall/media.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: media.c,v 1.98 1999/05/07 05:39:50 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index db15e9b..c626af8 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.218 1999/07/29 21:15:10 billf Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/misc.c b/usr.sbin/sysinstall/misc.c index bb00639..d32af17 100644 --- a/usr.sbin/sysinstall/misc.c +++ b/usr.sbin/sysinstall/misc.c @@ -1,7 +1,7 @@ /* * Miscellaneous support routines.. * - * $Id: misc.c,v 1.37 1998/01/16 15:07:55 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/mouse.c b/usr.sbin/sysinstall/mouse.c index 4aa01b8..5670b9a 100644 --- a/usr.sbin/sysinstall/mouse.c +++ b/usr.sbin/sysinstall/mouse.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mouse.c,v 1.4 1998/03/23 06:08:47 yokota Exp $ + * $FreeBSD$ */ #include "sysinstall.h" diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c index 7ee6d82..2986779 100644 --- a/usr.sbin/sysinstall/msg.c +++ b/usr.sbin/sysinstall/msg.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: msg.c,v 1.48 1999/05/27 10:32:48 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/network.c b/usr.sbin/sysinstall/network.c index e878b3c..9d70278 100644 --- a/usr.sbin/sysinstall/network.c +++ b/usr.sbin/sysinstall/network.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: network.c,v 1.38 1999/07/26 10:49:35 brian Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/nfs.c b/usr.sbin/sysinstall/nfs.c index aeb1dc0..53b3f42 100644 --- a/usr.sbin/sysinstall/nfs.c +++ b/usr.sbin/sysinstall/nfs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: nfs.c,v 1.18 1997/02/22 14:12:14 peter Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c index ac314ce..469841d 100644 --- a/usr.sbin/sysinstall/options.c +++ b/usr.sbin/sysinstall/options.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: options.c,v 1.61 1999/07/16 11:13:09 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/package.c b/usr.sbin/sysinstall/package.c index 36543ed..185956f 100644 --- a/usr.sbin/sysinstall/package.c +++ b/usr.sbin/sysinstall/package.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: package.c,v 1.78 1999/07/02 22:36:12 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/pccard.c b/usr.sbin/sysinstall/pccard.c index 48cc1ac..0ea2025 100644 --- a/usr.sbin/sysinstall/pccard.c +++ b/usr.sbin/sysinstall/pccard.c @@ -1,7 +1,7 @@ /* * PC-card support for sysinstall * - * $Id: pccard.c,v 1.4 1999/07/04 15:54:14 hosokawa Exp $ + * $FreeBSD$ * * Copyright (c) 1997-1999 * Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>. All rights reserved. diff --git a/usr.sbin/sysinstall/sysinstall.8 b/usr.sbin/sysinstall/sysinstall.8 index b51cc92..19ed764 100644 --- a/usr.sbin/sysinstall/sysinstall.8 +++ b/usr.sbin/sysinstall/sysinstall.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: sysinstall.8,v 1.21 1999/08/18 05:54:54 chris Exp $ +.\" $FreeBSD$ .\" .Dd August 9, 1997 .Dt SYSINSTALL 8 diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index 6a6a6ad..7db1baa 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: sysinstall.h,v 1.172 1999/07/26 10:49:36 brian Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c index 8304ef0..fc57fe3 100644 --- a/usr.sbin/sysinstall/system.c +++ b/usr.sbin/sysinstall/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: system.c,v 1.94 1999/07/20 07:39:22 jkh Exp $ + * $FreeBSD$ * * Jordan Hubbard * diff --git a/usr.sbin/sysinstall/tape.c b/usr.sbin/sysinstall/tape.c index 995a0fe..53518ef 100644 --- a/usr.sbin/sysinstall/tape.c +++ b/usr.sbin/sysinstall/tape.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: tape.c,v 1.19 1997/02/22 14:12:21 peter Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index 78a7810..105ed2c 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $Id: tcpip.c,v 1.87 1999/08/07 01:43:39 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. diff --git a/usr.sbin/sysinstall/ufs.c b/usr.sbin/sysinstall/ufs.c index 73c0667..c9515ae 100644 --- a/usr.sbin/sysinstall/ufs.c +++ b/usr.sbin/sysinstall/ufs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: ufs.c,v 1.13 1998/09/14 19:14:11 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/user.c b/usr.sbin/sysinstall/user.c index 680a543..372d3fb 100644 --- a/usr.sbin/sysinstall/user.c +++ b/usr.sbin/sysinstall/user.c @@ -1,5 +1,5 @@ /* - * $Id: user.c,v 1.13 1997/02/22 14:12:36 peter Exp $ + * $FreeBSD$ * * Copyright (c) 1996 * Jörg Wunsch. All rights reserved. diff --git a/usr.sbin/sysinstall/variable.c b/usr.sbin/sysinstall/variable.c index 8cbf433..1e2bf9a 100644 --- a/usr.sbin/sysinstall/variable.c +++ b/usr.sbin/sysinstall/variable.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: variable.c,v 1.25 1999/02/05 22:15:52 jkh Exp $ + * $FreeBSD$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/wizard.c b/usr.sbin/sysinstall/wizard.c index 7f71331..9fa1449 100644 --- a/usr.sbin/sysinstall/wizard.c +++ b/usr.sbin/sysinstall/wizard.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: wizard.c,v 1.13 1998/10/13 09:45:59 jkh Exp $ + * $FreeBSD$ * */ diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index 54b3eb2..1563736 100644 --- a/usr.sbin/syslogd/syslog.conf.5 +++ b/usr.sbin/syslogd/syslog.conf.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93 -.\" $Id: syslog.conf.5,v 1.12 1998/12/04 06:49:20 jkh Exp $ +.\" $FreeBSD$ .\" .Dd June 9, 1993 .Dt SYSLOG.CONF 5 diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 20cf2b8..8f23d65 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)syslogd.8 8.1 (Berkeley) 6/6/93 -.\" $Id: syslogd.8,v 1.16 1998/07/22 06:15:18 phk Exp $ +.\" $FreeBSD$ .\" .Dd October 12, 1995 .Dt SYSLOGD 8 diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c index 2394e8a..7378f86 100644 --- a/usr.sbin/syslogd/syslogd.c +++ b/usr.sbin/syslogd/syslogd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)syslogd.c 8.3 (Berkeley) 4/4/94"; #endif static const char rcsid[] = - "$Id: syslogd.c,v 1.51 1999/05/06 13:57:57 dt Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/tcpdchk/Makefile b/usr.sbin/tcpdchk/Makefile index ba9be97..d802eef 100644 --- a/usr.sbin/tcpdchk/Makefile +++ b/usr.sbin/tcpdchk/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # MAINTAINER=markm@FreeBSD.org diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile index 3bf9eb4..c29eb91 100644 --- a/usr.sbin/tcpdmatch/Makefile +++ b/usr.sbin/tcpdmatch/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # MAINTAINER=markm@FreeBSD.org diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile index 604d7f0..e352b1d 100644 --- a/usr.sbin/tcpdump/tcpdump/Makefile +++ b/usr.sbin/tcpdump/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1998/10/02 21:56:30 fenner Exp $ +# $FreeBSD$ PROG= tcpdump CFLAGS+=-DHAVE_FCNTL_H=1 -DHAVE_NET_SLIP_H=1 -DTIME_WITH_SYS_TIME=1 \ diff --git a/usr.sbin/tcpdump/tcpslice/tcpslice.1 b/usr.sbin/tcpdump/tcpslice/tcpslice.1 index 2ac75e1..36cc131 100644 --- a/usr.sbin/tcpdump/tcpslice/tcpslice.1 +++ b/usr.sbin/tcpdump/tcpslice/tcpslice.1 @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.\" $Id: tcpslice.1,v 1.5 1998/01/20 07:30:26 charnier Exp $ +.\" $FreeBSD$ .\" .Dd October 14, 1991 .Dt TCPSLICE 1 diff --git a/usr.sbin/tcpdump/tcpslice/tcpslice.c b/usr.sbin/tcpdump/tcpslice/tcpslice.c index a1ff54e..dba5ead 100644 --- a/usr.sbin/tcpdump/tcpslice/tcpslice.c +++ b/usr.sbin/tcpdump/tcpslice/tcpslice.c @@ -27,7 +27,7 @@ static const char copyright[] = #ifndef lint static const char rcsid[] = - "$Id: tcpslice.c,v 1.7 1999/01/15 07:37:00 imp Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/timed/timed/acksend.c b/usr.sbin/timed/timed/acksend.c index 766505c..8bde743 100644 --- a/usr.sbin/timed/timed/acksend.c +++ b/usr.sbin/timed/timed/acksend.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)acksend.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: acksend.c,v 1.2 1997/10/22 06:19:48 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/byteorder.c b/usr.sbin/timed/timed/byteorder.c index 3a6ef02..038dd56 100644 --- a/usr.sbin/timed/timed/byteorder.c +++ b/usr.sbin/timed/timed/byteorder.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)byteorder.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/candidate.c b/usr.sbin/timed/timed/candidate.c index b64f296..79f1f5a 100644 --- a/usr.sbin/timed/timed/candidate.c +++ b/usr.sbin/timed/timed/candidate.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)candidate.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: candidate.c,v 1.3 1997/10/22 06:19:48 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/cksum.c b/usr.sbin/timed/timed/cksum.c index 14cbf52..50a7da2 100644 --- a/usr.sbin/timed/timed/cksum.c +++ b/usr.sbin/timed/timed/cksum.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cksum.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/timed/timed/correct.c b/usr.sbin/timed/timed/correct.c index f28d103..1e13654 100644 --- a/usr.sbin/timed/timed/correct.c +++ b/usr.sbin/timed/timed/correct.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)correct.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: correct.c,v 1.2 1997/10/22 06:19:48 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/master.c b/usr.sbin/timed/timed/master.c index c6b399b..ac4ff45 100644 --- a/usr.sbin/timed/timed/master.c +++ b/usr.sbin/timed/timed/master.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)master.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: master.c,v 1.4 1997/10/29 07:32:28 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/measure.c b/usr.sbin/timed/timed/measure.c index 0882d5e..2c4cd14 100644 --- a/usr.sbin/timed/timed/measure.c +++ b/usr.sbin/timed/timed/measure.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)measure.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: measure.c,v 1.4 1997/10/22 06:19:48 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/networkdelta.c b/usr.sbin/timed/timed/networkdelta.c index aeb4a51..dcbe550 100644 --- a/usr.sbin/timed/timed/networkdelta.c +++ b/usr.sbin/timed/timed/networkdelta.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)networkdelta.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/readmsg.c b/usr.sbin/timed/timed/readmsg.c index 6ea6910..93366a6 100644 --- a/usr.sbin/timed/timed/readmsg.c +++ b/usr.sbin/timed/timed/readmsg.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)readmsg.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: readmsg.c,v 1.3 1997/10/29 07:32:29 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/slave.c b/usr.sbin/timed/timed/slave.c index 82551f6..4029ee8 100644 --- a/usr.sbin/timed/timed/slave.c +++ b/usr.sbin/timed/timed/slave.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)slave.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: slave.c,v 1.5 1997/10/31 12:33:06 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/timed.8 b/usr.sbin/timed/timed/timed.8 index 0e6533f..216e722 100644 --- a/usr.sbin/timed/timed/timed.8 +++ b/usr.sbin/timed/timed/timed.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)timed.8 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt TIMED 8 diff --git a/usr.sbin/timed/timed/timed.c b/usr.sbin/timed/timed/timed.c index 7fa1c11..d376bca 100644 --- a/usr.sbin/timed/timed/timed.c +++ b/usr.sbin/timed/timed/timed.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)timed.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: timed.c,v 1.7 1997/10/31 12:33:06 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #define TSPTYPES diff --git a/usr.sbin/timed/timedc/cmds.c b/usr.sbin/timed/timedc/cmds.c index 2c97808..51613d1 100644 --- a/usr.sbin/timed/timedc/cmds.c +++ b/usr.sbin/timed/timedc/cmds.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmds.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: cmds.c,v 1.4 1997/10/29 07:35:27 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "timedc.h" diff --git a/usr.sbin/timed/timedc/cmdtab.c b/usr.sbin/timed/timedc/cmdtab.c index 85b4bee..8e4c3d5 100644 --- a/usr.sbin/timed/timedc/cmdtab.c +++ b/usr.sbin/timed/timedc/cmdtab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "timedc.h" diff --git a/usr.sbin/timed/timedc/timedc.8 b/usr.sbin/timed/timedc/timedc.8 index 7188ff5..7ebef13 100644 --- a/usr.sbin/timed/timedc/timedc.8 +++ b/usr.sbin/timed/timedc/timedc.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)timedc.8 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt TIMEDC 8 diff --git a/usr.sbin/timed/timedc/timedc.c b/usr.sbin/timed/timedc/timedc.c index 4187f61..71ac9b3 100644 --- a/usr.sbin/timed/timedc/timedc.c +++ b/usr.sbin/timed/timedc/timedc.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)timedc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "timedc.h" diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile index e0d9724..4ddf20d 100644 --- a/usr.sbin/traceroute/Makefile +++ b/usr.sbin/traceroute/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1998/09/19 22:42:13 obrien Exp $ +# $FreeBSD$ PROG= traceroute MAN8= traceroute.8 diff --git a/usr.sbin/trpt/trpt.8 b/usr.sbin/trpt/trpt.8 index 1a5497e..5a71ce0 100644 --- a/usr.sbin/trpt/trpt.8 +++ b/usr.sbin/trpt/trpt.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)trpt.8 8.2 (Berkeley) 12/11/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 11, 1993 .Dt TRPT 8 diff --git a/usr.sbin/trpt/trpt.c b/usr.sbin/trpt/trpt.c index 2d604af..e5f1faf 100644 --- a/usr.sbin/trpt/trpt.c +++ b/usr.sbin/trpt/trpt.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)trpt.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/tzsetup/Makefile b/usr.sbin/tzsetup/Makefile index 5501792..1e037a9 100644 --- a/usr.sbin/tzsetup/Makefile +++ b/usr.sbin/tzsetup/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= tzsetup MAN8= tzsetup.8 diff --git a/usr.sbin/tzsetup/tzsetup.8 b/usr.sbin/tzsetup/tzsetup.8 index 30f5179..3bf3f66 100644 --- a/usr.sbin/tzsetup/tzsetup.8 +++ b/usr.sbin/tzsetup/tzsetup.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: tzsetup.8,v 1.8 1997/10/27 07:49:45 charnier Exp $ +.\" $FreeBSD$ .Dd January 24, 1996 .Dt TZSETUP 8 .Os FreeBSD diff --git a/usr.sbin/tzsetup/tzsetup.c b/usr.sbin/tzsetup/tzsetup.c index 1648dd1..c1aafd5 100644 --- a/usr.sbin/tzsetup/tzsetup.c +++ b/usr.sbin/tzsetup/tzsetup.c @@ -34,7 +34,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tzsetup.c,v 1.13 1999/06/23 03:31:36 mharo Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/usbd/Makefile b/usr.sbin/usbd/Makefile index 526ab61..c237784 100644 --- a/usr.sbin/usbd/Makefile +++ b/usr.sbin/usbd/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= usbd MAN8= usbd.8 diff --git a/usr.sbin/usbd/usbd.8 b/usr.sbin/usbd/usbd.8 index a061a86..613f952 100644 --- a/usr.sbin/usbd/usbd.8 +++ b/usr.sbin/usbd/usbd.8 @@ -33,7 +33,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd July 12, 1998 .Dt USBD 8 diff --git a/usr.sbin/usbdevs/Makefile b/usr.sbin/usbdevs/Makefile index 3c65af3..556655d 100644 --- a/usr.sbin/usbdevs/Makefile +++ b/usr.sbin/usbdevs/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.2 1998/07/12 20:40:45 augustss Exp $ -# FreeBSD $Id: Makefile,v 1.3 1998/12/14 09:40:15 n_hibma Exp $ +# FreeBSD $FreeBSD$ PROG= usbdevs SRCS= usbdevs.c diff --git a/usr.sbin/usbdevs/usbdevs.8 b/usr.sbin/usbdevs/usbdevs.8 index 9aa6dc9..bf91d19 100644 --- a/usr.sbin/usbdevs/usbdevs.8 +++ b/usr.sbin/usbdevs/usbdevs.8 @@ -33,7 +33,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd July 12, 1998 .Dt USBDEVS 8 diff --git a/usr.sbin/vidcontrol/decode.c b/usr.sbin/vidcontrol/decode.c index fd24e76..1990595 100644 --- a/usr.sbin/vidcontrol/decode.c +++ b/usr.sbin/vidcontrol/decode.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1 index 21c53c9..dfdf87f 100644 --- a/usr.sbin/vidcontrol/vidcontrol.1 +++ b/usr.sbin/vidcontrol/vidcontrol.1 @@ -12,7 +12,7 @@ .\" documentation and/or other materials provided with the distribution. .\" .\" @(#)vidcontrol.1 -.\" $Id: vidcontrol.1,v 1.17 1999/07/05 09:58:32 yokota Exp $ +.\" $FreeBSD$ .\" .Dd June 30, 1999 .Dt VIDCONTROL 1 diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c index 0f0d33a..0f8b808 100644 --- a/usr.sbin/vidcontrol/vidcontrol.c +++ b/usr.sbin/vidcontrol/vidcontrol.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id: vidcontrol.c,v 1.27 1999/01/25 08:48:49 dfr Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/vipw/pw_util.c b/usr.sbin/vipw/pw_util.c index 057b8bc..207da8f 100644 --- a/usr.sbin/vipw/pw_util.c +++ b/usr.sbin/vipw/pw_util.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pw_util.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: pw_util.c,v 1.15 1999/06/26 12:15:37 pb Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/vipw/vipw.8 b/usr.sbin/vipw/vipw.8 index 48f98f0..f14720f 100644 --- a/usr.sbin/vipw/vipw.8 +++ b/usr.sbin/vipw/vipw.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vipw.8 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt VIPW 8 diff --git a/usr.sbin/vipw/vipw.c b/usr.sbin/vipw/vipw.c index 4ab3017..bf56eed 100644 --- a/usr.sbin/vipw/vipw.c +++ b/usr.sbin/vipw/vipw.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)vipw.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: vipw.c,v 1.8 1999/06/26 12:15:39 pb Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/vnconfig/Makefile b/usr.sbin/vnconfig/Makefile index eba48cb..72e5627 100644 --- a/usr.sbin/vnconfig/Makefile +++ b/usr.sbin/vnconfig/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= vnconfig MAN8= vnconfig.8 diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index ccff22b..ea68e53 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vnconfig.8 8.1 (Berkeley) 6/5/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd July 8, 1993 .Dt VNCONFIG 8 diff --git a/usr.sbin/vnconfig/vnconfig.c b/usr.sbin/vnconfig/vnconfig.c index 49b2c2c..04ace1e 100644 --- a/usr.sbin/vnconfig/vnconfig.c +++ b/usr.sbin/vnconfig/vnconfig.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)vnconfig.c 8.1 (Berkeley) 12/15/93"; #endif static const char rcsid[] = - "$Id: vnconfig.c,v 1.9 1999/03/14 09:20:01 julian Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile index 12e44fc..4d8d9f1 100644 --- a/usr.sbin/watch/Makefile +++ b/usr.sbin/watch/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= watch MAN8= watch.8 diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8 index 359b3c3..437b11a 100644 --- a/usr.sbin/watch/watch.8 +++ b/usr.sbin/watch/watch.8 @@ -1,6 +1,6 @@ .\" .\" @(#)watch.8 1.1 (FreeBSD) 2/17/95 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd February 17, 1995 .Dt WATCH 8 diff --git a/usr.sbin/watch/watch.c b/usr.sbin/watch/watch.c index 9277efb..307ffa7 100644 --- a/usr.sbin/watch/watch.c +++ b/usr.sbin/watch/watch.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/wicontrol/Makefile b/usr.sbin/wicontrol/Makefile index 971f12c..47ea6f8 100644 --- a/usr.sbin/wicontrol/Makefile +++ b/usr.sbin/wicontrol/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/05/23 04:04:15 msmith Exp $ +# $FreeBSD$ PROG= wicontrol SRCS= wicontrol.c diff --git a/usr.sbin/wicontrol/wicontrol.8 b/usr.sbin/wicontrol/wicontrol.8 index 6e38b22..ad7d03c 100644 --- a/usr.sbin/wicontrol/wicontrol.8 +++ b/usr.sbin/wicontrol/wicontrol.8 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: wicontrol.8,v 1.8 1999/07/30 10:24:57 mpp Exp $ +.\" $FreeBSD$ .\" .Dd April 21, 1999 .Dt WICONTROL 8 diff --git a/usr.sbin/wicontrol/wicontrol.c b/usr.sbin/wicontrol/wicontrol.c index e22d3da..bdb9e20 100644 --- a/usr.sbin/wicontrol/wicontrol.c +++ b/usr.sbin/wicontrol/wicontrol.c @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: wicontrol.c,v 1.19 1999/05/22 15:43:02 wpaul Exp $ + * $FreeBSD$ */ #include <sys/types.h> @@ -56,7 +56,7 @@ static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\ Bill Paul. All rights reserved."; static const char rcsid[] = - "@(#) $Id: wicontrol.c,v 1.19 1999/05/22 15:43:02 wpaul Exp $"; + "@(#) $FreeBSD$"; #endif static void wi_getval __P((char *, struct wi_req *)); diff --git a/usr.sbin/wlconfig/Makefile b/usr.sbin/wlconfig/Makefile index 8a50cc8..0ebb7b4 100644 --- a/usr.sbin/wlconfig/Makefile +++ b/usr.sbin/wlconfig/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/05/22 08:58:18 msmith Exp $ +# $FreeBSD$ PROG= wlconfig SRCS= wlconfig.c CFLAGS+= -Wall diff --git a/usr.sbin/wlconfig/wlconfig.c b/usr.sbin/wlconfig/wlconfig.c index 9891048..f6d7882 100644 --- a/usr.sbin/wlconfig/wlconfig.c +++ b/usr.sbin/wlconfig/wlconfig.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: wlconfig.c,v 1.6 1997/10/27 12:23:08 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/wormcontrol/wormcontrol.8 b/usr.sbin/wormcontrol/wormcontrol.8 index 6e3a6aa..7406d1d 100644 --- a/usr.sbin/wormcontrol/wormcontrol.8 +++ b/usr.sbin/wormcontrol/wormcontrol.8 @@ -32,7 +32,7 @@ .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH .\" DAMAGE. .\" -.\" $Id: wormcontrol.8,v 1.11 1998/03/23 08:30:03 charnier Exp $ +.\" $FreeBSD$ .\" .\" arrgh, hilit19 needs this" :-( .Dd January 27, 1996 diff --git a/usr.sbin/wormcontrol/wormcontrol.c b/usr.sbin/wormcontrol/wormcontrol.c index 5f43cbd..a18f6b0 100644 --- a/usr.sbin/wormcontrol/wormcontrol.c +++ b/usr.sbin/wormcontrol/wormcontrol.c @@ -35,7 +35,7 @@ #ifndef lint static const char rcsid[] = - "$Id: wormcontrol.c,v 1.7 1997/10/27 12:25:38 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/xntpd/Makefile b/usr.sbin/xntpd/Makefile index 409f99c..c1623c7 100644 --- a/usr.sbin/xntpd/Makefile +++ b/usr.sbin/xntpd/Makefile @@ -1,6 +1,6 @@ # # Makefile for xntpd. -# $Id: Makefile,v 1.6 1997/02/22 16:14:13 peter Exp $ +# $FreeBSD$ # SUBDIR= lib parse xntpd xntpdc ntpq ntpdate ntptrace authstuff diff --git a/usr.sbin/xntpd/Makefile.inc b/usr.sbin/xntpd/Makefile.inc index cecc8ec..3fa34c0 100644 --- a/usr.sbin/xntpd/Makefile.inc +++ b/usr.sbin/xntpd/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ DEFS_LOCAL=-DREFCLOCK -DPARSE -DUDP_WILDCARD_DELIVERY NTPDEFS= -DSYS_FREEBSD -DSYS_44BSD diff --git a/usr.sbin/xntpd/README.FreeBSD b/usr.sbin/xntpd/README.FreeBSD index 523d84c..3d41380 100644 --- a/usr.sbin/xntpd/README.FreeBSD +++ b/usr.sbin/xntpd/README.FreeBSD @@ -1,4 +1,4 @@ - $Id$ + $FreeBSD$ This version of NTP was converted to the BSD-style Makefile system by Garrett Wollman (wollman@FreeBSD.org); it is based on version diff --git a/usr.sbin/xntpd/authstuff/Makefile b/usr.sbin/xntpd/authstuff/Makefile index 13d86f5..bf6ec87 100644 --- a/usr.sbin/xntpd/authstuff/Makefile +++ b/usr.sbin/xntpd/authstuff/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.5 1997/02/22 16:14:15 peter Exp $ +# $FreeBSD$ # # Most of the programs in this directory are completely useless for the # NTP configuration that we provide by default. diff --git a/usr.sbin/xntpd/clockstuff/Makefile b/usr.sbin/xntpd/clockstuff/Makefile index 5dfc4ca..22bc486 100644 --- a/usr.sbin/xntpd/clockstuff/Makefile +++ b/usr.sbin/xntpd/clockstuff/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.4 1997/02/22 16:14:17 peter Exp $ +# $FreeBSD$ # PROG= propdelay diff --git a/usr.sbin/xntpd/doc/ntpdate.8 b/usr.sbin/xntpd/doc/ntpdate.8 index 959c8a1..c927c0d 100644 --- a/usr.sbin/xntpd/doc/ntpdate.8 +++ b/usr.sbin/xntpd/doc/ntpdate.8 @@ -1,5 +1,5 @@ .\" -.\" $Id: ntpdate.8,v 1.4 1998/02/19 08:05:35 charnier Exp $ +.\" $FreeBSD$ .\" .Dd December 21, 1993 .Dt NTPDATE 8 diff --git a/usr.sbin/xntpd/doc/ntpq.8 b/usr.sbin/xntpd/doc/ntpq.8 index 6bd8d14..1974dd3 100644 --- a/usr.sbin/xntpd/doc/ntpq.8 +++ b/usr.sbin/xntpd/doc/ntpq.8 @@ -1,5 +1,5 @@ .\" -.\" $Id: ntpq.8,v 1.5 1998/02/19 08:05:38 charnier Exp $ +.\" $FreeBSD$ .\" .Dd December 21, 1993 .Dt NTPQ 8 diff --git a/usr.sbin/xntpd/doc/ntptrace.8 b/usr.sbin/xntpd/doc/ntptrace.8 index ab66988..1ef3595 100644 --- a/usr.sbin/xntpd/doc/ntptrace.8 +++ b/usr.sbin/xntpd/doc/ntptrace.8 @@ -1,5 +1,5 @@ .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 21, 1993 .Dt NTPTRACE 8 diff --git a/usr.sbin/xntpd/doc/tickadj.8 b/usr.sbin/xntpd/doc/tickadj.8 index e510bfd..4ba5a09 100644 --- a/usr.sbin/xntpd/doc/tickadj.8 +++ b/usr.sbin/xntpd/doc/tickadj.8 @@ -1,4 +1,4 @@ -.\" $Id: tickadj.8,v 1.5 1998/01/22 07:26:08 charnier Exp $ +.\" $FreeBSD$ .\" .Dd December 21, 1993 .Dt TICKADJ 8 diff --git a/usr.sbin/xntpd/doc/xntpd.8 b/usr.sbin/xntpd/doc/xntpd.8 index c37e666..a4a290c 100644 --- a/usr.sbin/xntpd/doc/xntpd.8 +++ b/usr.sbin/xntpd/doc/xntpd.8 @@ -1,5 +1,5 @@ .\" -.\" $Id: xntpd.8,v 1.5 1998/02/19 08:05:43 charnier Exp $ +.\" $FreeBSD$ .\" .Dd December 21, 1993 .Dt XNTPD 8 diff --git a/usr.sbin/xntpd/doc/xntpdc.8 b/usr.sbin/xntpd/doc/xntpdc.8 index b2ad6ff..cd6fff0 100644 --- a/usr.sbin/xntpd/doc/xntpdc.8 +++ b/usr.sbin/xntpd/doc/xntpdc.8 @@ -1,5 +1,5 @@ .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 21, 1993 .Dt XNTPDC 8 diff --git a/usr.sbin/xntpd/lib/Makefile b/usr.sbin/xntpd/lib/Makefile index 948e66d..19b01dd 100644 --- a/usr.sbin/xntpd/lib/Makefile +++ b/usr.sbin/xntpd/lib/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/lib/machines.c b/usr.sbin/xntpd/lib/machines.c index 2fc7785..b6cd04b 100644 --- a/usr.sbin/xntpd/lib/machines.c +++ b/usr.sbin/xntpd/lib/machines.c @@ -2,7 +2,7 @@ * * Real bummers unite ! * - * $Id$ + * $FreeBSD$ */ #include "ntp_stdlib.h" diff --git a/usr.sbin/xntpd/ntpdate/Makefile b/usr.sbin/xntpd/ntpdate/Makefile index 3b388a2..f561835 100644 --- a/usr.sbin/xntpd/ntpdate/Makefile +++ b/usr.sbin/xntpd/ntpdate/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.9 1998/03/07 09:46:05 bde Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/ntpq/Makefile b/usr.sbin/xntpd/ntpq/Makefile index b630b28..669b408 100644 --- a/usr.sbin/xntpd/ntpq/Makefile +++ b/usr.sbin/xntpd/ntpq/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.9 1998/03/07 09:46:08 bde Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/ntptrace/Makefile b/usr.sbin/xntpd/ntptrace/Makefile index 2632aa4..1b704ba 100644 --- a/usr.sbin/xntpd/ntptrace/Makefile +++ b/usr.sbin/xntpd/ntptrace/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.8 1998/03/07 09:46:10 bde Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/parse/Makefile b/usr.sbin/xntpd/parse/Makefile index 8162377..444f23d 100644 --- a/usr.sbin/xntpd/parse/Makefile +++ b/usr.sbin/xntpd/parse/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # PARSEFLAGS= -DCLOCK_SCHMID -DCLOCK_DCF7000 -DCLOCK_MEINBERG \ diff --git a/usr.sbin/xntpd/parse/util/Makefile b/usr.sbin/xntpd/parse/util/Makefile index 851e8df..496b70e 100644 --- a/usr.sbin/xntpd/parse/util/Makefile +++ b/usr.sbin/xntpd/parse/util/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../../include diff --git a/usr.sbin/xntpd/util/Makefile b/usr.sbin/xntpd/util/Makefile index e50ae17..4eb5275 100644 --- a/usr.sbin/xntpd/util/Makefile +++ b/usr.sbin/xntpd/util/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.8 1998/03/07 09:46:12 bde Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/util/tickadj.c b/usr.sbin/xntpd/util/tickadj.c index 9ba0e65..87ac4f2 100644 --- a/usr.sbin/xntpd/util/tickadj.c +++ b/usr.sbin/xntpd/util/tickadj.c @@ -8,7 +8,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/xntpd/xntpd/Makefile b/usr.sbin/xntpd/xntpd/Makefile index 909e8dd..0b65584 100644 --- a/usr.sbin/xntpd/xntpd/Makefile +++ b/usr.sbin/xntpd/xntpd/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.12 1998/03/07 09:46:15 bde Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/xntpdc/Makefile b/usr.sbin/xntpd/xntpdc/Makefile index 6bfab3d..8c8a1a2 100644 --- a/usr.sbin/xntpd/xntpdc/Makefile +++ b/usr.sbin/xntpd/xntpdc/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.9 1998/03/19 15:12:05 bde Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xten/Makefile b/usr.sbin/xten/Makefile index 02d408d..a86f586 100644 --- a/usr.sbin/xten/Makefile +++ b/usr.sbin/xten/Makefile @@ -1,5 +1,5 @@ # Makefile for xten (Stark) 10/30/93 -# $Id$ +# $FreeBSD$ PROG= xten CFLAGS+= -I${.CURDIR}/../../libexec/xtend diff --git a/usr.sbin/xten/xten.1 b/usr.sbin/xten/xten.1 index 76f8668..51a9170 100644 --- a/usr.sbin/xten/xten.1 +++ b/usr.sbin/xten/xten.1 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: xten.1,v 1.7 1997/10/27 12:27:20 charnier Exp $ +.\" $FreeBSD$ .\" .Dd October 30, 1993 .Dt XTEN 1 diff --git a/usr.sbin/xten/xten.c b/usr.sbin/xten/xten.c index f59e76f..1157ab8 100644 --- a/usr.sbin/xten/xten.c +++ b/usr.sbin/xten/xten.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/yp_mkdb/Makefile b/usr.sbin/yp_mkdb/Makefile index b886d19..18f79b4 100644 --- a/usr.sbin/yp_mkdb/Makefile +++ b/usr.sbin/yp_mkdb/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= yp_mkdb SRCS= yp_mkdb.c yp_dblookup.c yp_dbwrite.c diff --git a/usr.sbin/yp_mkdb/yp_mkdb.8 b/usr.sbin/yp_mkdb/yp_mkdb.8 index 5f1fde4..61a7efa 100644 --- a/usr.sbin/yp_mkdb/yp_mkdb.8 +++ b/usr.sbin/yp_mkdb/yp_mkdb.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: yp_mkdb.8,v 1.8 1998/03/23 08:30:19 charnier Exp $ +.\" $FreeBSD$ .\" .Dd March 12, 1996 .Dt YP_MKDB 8 diff --git a/usr.sbin/yp_mkdb/yp_mkdb.c b/usr.sbin/yp_mkdb/yp_mkdb.c index 8924476..7b4d0d7 100644 --- a/usr.sbin/yp_mkdb/yp_mkdb.c +++ b/usr.sbin/yp_mkdb/yp_mkdb.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yp_mkdb.c,v 1.8 1997/10/27 12:29:25 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/ypbind/Makefile b/usr.sbin/ypbind/Makefile index ec83451..2f0ff5f 100644 --- a/usr.sbin/ypbind/Makefile +++ b/usr.sbin/ypbind/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.4 1997/02/22 16:14:53 peter Exp $ +# $FreeBSD$ SRCS= ypbind.c yp_ping.c PROG= ypbind diff --git a/usr.sbin/ypbind/yp_ping.c b/usr.sbin/ypbind/yp_ping.c index bc6d319..aaf71d6 100644 --- a/usr.sbin/ypbind/yp_ping.c +++ b/usr.sbin/ypbind/yp_ping.c @@ -72,7 +72,7 @@ static char *sccsid = "@(#)from: clnt_udp.c 1.39 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)from: clnt_udp.c 2.2 88/08/01 4.0 RPCSRC"; #endif static const char rcsid[] = - "$Id: yp_ping.c,v 1.3 1997/10/27 07:45:45 charnier Exp $"; + "$FreeBSD$"; #endif /* diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8 index 3005b53..e8055f3 100644 --- a/usr.sbin/ypbind/ypbind.8 +++ b/usr.sbin/ypbind/ypbind.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ypbind.8,v 1.11 1997/10/27 07:45:46 charnier Exp $ +.\" $FreeBSD$ .\" .Dd April 9, 1995 .Dt YPBIND 8 diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c index 507fd2e..7e2fa2c 100644 --- a/usr.sbin/ypbind/ypbind.c +++ b/usr.sbin/ypbind/ypbind.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id: ypbind.c,v 1.28 1999/02/10 20:04:22 wpaul Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/yppoll/Makefile b/usr.sbin/yppoll/Makefile index 7d4a553..e099f4d 100644 --- a/usr.sbin/yppoll/Makefile +++ b/usr.sbin/yppoll/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.3 1997/02/22 16:14:58 peter Exp $ +# $FreeBSD$ PROG= yppoll MAN8= yppoll.8 diff --git a/usr.sbin/yppoll/yppoll.8 b/usr.sbin/yppoll/yppoll.8 index f7ecd71..88d07de 100644 --- a/usr.sbin/yppoll/yppoll.8 +++ b/usr.sbin/yppoll/yppoll.8 @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: yppoll.8,v 1.2 1997/10/27 12:30:30 charnier Exp $ +.\" $FreeBSD$ .\" .Dd October 25, 1994 .Dt YPPOLL 8 diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c index 2629840..a6fac5d 100644 --- a/usr.sbin/yppoll/yppoll.c +++ b/usr.sbin/yppoll/yppoll.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yppoll.c,v 1.3 1997/10/27 12:30:30 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/yppush/Makefile b/usr.sbin/yppush/Makefile index 68a33e0..abaa578 100644 --- a/usr.sbin/yppush/Makefile +++ b/usr.sbin/yppush/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/02/22 16:15:00 peter Exp $ +# $FreeBSD$ PROG= yppush SRCS= ypxfr_getmap.c yp_dblookup.c yp_error.c ypxfr_misc.c yppush_main.c \ diff --git a/usr.sbin/yppush/yppush.8 b/usr.sbin/yppush/yppush.8 index add5529..1fcf264 100644 --- a/usr.sbin/yppush/yppush.8 +++ b/usr.sbin/yppush/yppush.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: yppush.8,v 1.7 1997/11/03 07:53:41 charnier Exp $ +.\" $FreeBSD$ .\" .Dd February 5, 1995 .Dt YPPUSH 8 diff --git a/usr.sbin/yppush/yppush_extern.h b/usr.sbin/yppush/yppush_extern.h index 6d95356..86ca7a2 100644 --- a/usr.sbin/yppush/yppush_extern.h +++ b/usr.sbin/yppush/yppush_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ /* Privately defined error codes. */ diff --git a/usr.sbin/yppush/yppush_main.c b/usr.sbin/yppush/yppush_main.c index 768c328..39b5bdf 100644 --- a/usr.sbin/yppush/yppush_main.c +++ b/usr.sbin/yppush/yppush_main.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yppush_main.c,v 1.9 1997/11/03 07:53:44 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <errno.h> diff --git a/usr.sbin/ypserv/Makefile b/usr.sbin/ypserv/Makefile index 7157a3c..851cc22 100644 --- a/usr.sbin/ypserv/Makefile +++ b/usr.sbin/ypserv/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1998/05/10 16:03:17 bde Exp $ +# $FreeBSD$ PROG= ypserv SRCS= yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \ diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp index cd678e1..61a5636 100644 --- a/usr.sbin/ypserv/Makefile.yp +++ b/usr.sbin/ypserv/Makefile.yp @@ -1,7 +1,7 @@ # # Makefile for the NIS databases # -# $Id: Makefile.yp,v 1.26 1999/06/24 17:19:35 n_hibma Exp $ +# $FreeBSD$ # # This Makefile should only be run on the NIS master server of a domain. # All updated maps will be pushed to all NIS slave servers listed in the diff --git a/usr.sbin/ypserv/yp_access.c b/usr.sbin/ypserv/yp_access.c index 9d61afc..d6089fe 100644 --- a/usr.sbin/ypserv/yp_access.c +++ b/usr.sbin/ypserv/yp_access.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yp_access.c,v 1.15 1997/10/29 07:25:02 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.sbin/ypserv/yp_dblookup.c b/usr.sbin/ypserv/yp_dblookup.c index 9983b52..f558b05 100644 --- a/usr.sbin/ypserv/yp_dblookup.c +++ b/usr.sbin/ypserv/yp_dblookup.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yp_dblookup.c,v 1.15 1998/02/11 19:15:32 wpaul Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <db.h> diff --git a/usr.sbin/ypserv/yp_dnslookup.c b/usr.sbin/ypserv/yp_dnslookup.c index 1c334a8..3a62694 100644 --- a/usr.sbin/ypserv/yp_dnslookup.c +++ b/usr.sbin/ypserv/yp_dnslookup.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yp_dnslookup.c,v 1.14 1998/06/09 05:06:27 imp Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/ypserv/yp_error.c b/usr.sbin/ypserv/yp_error.c index 94adf32..d1ffd40 100644 --- a/usr.sbin/ypserv/yp_error.c +++ b/usr.sbin/ypserv/yp_error.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/ypserv/yp_extern.h b/usr.sbin/ypserv/yp_extern.h index 4786cca..cefab07b 100644 --- a/usr.sbin/ypserv/yp_extern.h +++ b/usr.sbin/ypserv/yp_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: yp_extern.h,v 1.12 1997/10/29 07:25:03 charnier Exp $ + * $FreeBSD$ */ #include <db.h> diff --git a/usr.sbin/ypserv/yp_main.c b/usr.sbin/ypserv/yp_main.c index dbd38fe..9fdb396 100644 --- a/usr.sbin/ypserv/yp_main.c +++ b/usr.sbin/ypserv/yp_main.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yp_main.c,v 1.19 1999/02/10 16:16:14 wpaul Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/ypserv/yp_server.c b/usr.sbin/ypserv/yp_server.c index 41e76a1..aa95bba 100644 --- a/usr.sbin/ypserv/yp_server.c +++ b/usr.sbin/ypserv/yp_server.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yp_server.c,v 1.27 1999/02/10 16:16:14 wpaul Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "yp.h" diff --git a/usr.sbin/ypserv/yp_svc_udp.c b/usr.sbin/ypserv/yp_svc_udp.c index 728a181..40ee473 100644 --- a/usr.sbin/ypserv/yp_svc_udp.c +++ b/usr.sbin/ypserv/yp_svc_udp.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <rpc/rpc.h> diff --git a/usr.sbin/ypserv/ypinit.8 b/usr.sbin/ypserv/ypinit.8 index 614e3b1..6e2c014 100644 --- a/usr.sbin/ypserv/ypinit.8 +++ b/usr.sbin/ypserv/ypinit.8 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ypinit.8,v 1.3 1998/03/23 08:31:04 charnier Exp $ +.\" $FreeBSD$ .\" .Dd November 10, 1997 .Dt YPINIT 8 diff --git a/usr.sbin/ypserv/ypinit.sh b/usr.sbin/ypserv/ypinit.sh index e96eb31..8d1871b 100644 --- a/usr.sbin/ypserv/ypinit.sh +++ b/usr.sbin/ypserv/ypinit.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: ypinit.sh,v 1.1 1997/11/10 22:17:13 wpaul Exp $ +# $FreeBSD$ # # ypinit.sh - setup an master or slave server. # (Taken from OpenBSD and modified for FreeBSD.) diff --git a/usr.sbin/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv.8 index add9266..90d1598 100644 --- a/usr.sbin/ypserv/ypserv.8 +++ b/usr.sbin/ypserv/ypserv.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ypserv.8,v 1.17 1999/03/02 04:14:53 ghelmer Exp $ +.\" $FreeBSD$ .\" .Dd February 4, 1995 .Dt YPSERV 8 diff --git a/usr.sbin/ypset/ypset.8 b/usr.sbin/ypset/ypset.8 index a5a7ecc..0e5b4bf 100644 --- a/usr.sbin/ypset/ypset.8 +++ b/usr.sbin/ypset/ypset.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ypset.8,v 1.5 1997/10/29 07:26:09 charnier Exp $ +.\" $FreeBSD$ .\" .Dd October 25, 1994 .Dt YPSET 8 diff --git a/usr.sbin/ypset/ypset.c b/usr.sbin/ypset/ypset.c index 1ab8f3d..578138d9 100644 --- a/usr.sbin/ypset/ypset.c +++ b/usr.sbin/ypset/ypset.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/zic/Makefile b/usr.sbin/zic/Makefile index 9d7e712..f4697a6 100644 --- a/usr.sbin/zic/Makefile +++ b/usr.sbin/zic/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1999/01/21 17:12:48 wollman Exp $ +# $FreeBSD$ SUBDIR= zic zdump .include <bsd.subdir.mk> diff --git a/usr.sbin/zic/Makefile.inc b/usr.sbin/zic/Makefile.inc index c961f85..b915adf 100644 --- a/usr.sbin/zic/Makefile.inc +++ b/usr.sbin/zic/Makefile.inc @@ -1,3 +1,3 @@ -# $Id$ +# $FreeBSD$ .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/zic/ialloc.c b/usr.sbin/zic/ialloc.c index 31737f5..0d8f1f2 100644 --- a/usr.sbin/zic/ialloc.c +++ b/usr.sbin/zic/ialloc.c @@ -6,7 +6,7 @@ static char elsieid[] = "@(#)ialloc.c 8.29"; #ifndef lint static const char rcsid[] = - "$Id: ialloc.c,v 1.4 1999/01/21 17:12:49 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ /*LINTLIBRARY*/ diff --git a/usr.sbin/zic/private.h b/usr.sbin/zic/private.h index 11a80e4..2d0552d 100644 --- a/usr.sbin/zic/private.h +++ b/usr.sbin/zic/private.h @@ -13,7 +13,7 @@ * I have removed all of the ifdef spaghetti which is not relevant to * zic from this file. * - * $Id: private.h,v 1.2 1999/01/21 17:12:49 wollman Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/zic/scheck.c b/usr.sbin/zic/scheck.c index d268a11..d895cba 100644 --- a/usr.sbin/zic/scheck.c +++ b/usr.sbin/zic/scheck.c @@ -6,7 +6,7 @@ static char elsieid[] = "@(#)scheck.c 8.15"; #ifndef lint static const char rcsid[] = - "$Id: scheck.c,v 1.3 1999/01/21 17:12:49 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ /*LINTLIBRARY*/ diff --git a/usr.sbin/zic/zdump.8 b/usr.sbin/zic/zdump.8 index f9f4f95..d0a0df9 100644 --- a/usr.sbin/zic/zdump.8 +++ b/usr.sbin/zic/zdump.8 @@ -1,6 +1,6 @@ .\" .\" @(#)zdump.8 7.3 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd September 13, 1994 .Dt ZDUMP 8 diff --git a/usr.sbin/zic/zdump.c b/usr.sbin/zic/zdump.c index 9ee661d..97cb68b 100644 --- a/usr.sbin/zic/zdump.c +++ b/usr.sbin/zic/zdump.c @@ -6,7 +6,7 @@ static char elsieid[] = "@(#)zdump.c 7.28"; #ifndef lint static const char rcsid[] = - "$Id: zdump.c,v 1.5 1999/01/21 17:46:19 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/zic/zdump/Makefile b/usr.sbin/zic/zdump/Makefile index 46af3ca..ca10ac2 100644 --- a/usr.sbin/zic/zdump/Makefile +++ b/usr.sbin/zic/zdump/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ .PATH: ${.CURDIR}/.. diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8 index ca7b82c..cd1c619 100644 --- a/usr.sbin/zic/zic.8 +++ b/usr.sbin/zic/zic.8 @@ -1,4 +1,4 @@ -.\" $Id: zic.8,v 1.8 1999/01/21 17:46:19 wollman Exp $ +.\" $FreeBSD$ .Dd .Dt ZIC 8 .Os diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c index a008e24..60ff172 100644 --- a/usr.sbin/zic/zic.c +++ b/usr.sbin/zic/zic.c @@ -6,7 +6,7 @@ static char elsieid[] = "@(#)zic.c 7.96"; #ifndef lint static const char rcsid[] = - "$Id: zic.c,v 1.9 1999/01/21 21:09:56 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "private.h" diff --git a/usr.sbin/zic/zic/Makefile b/usr.sbin/zic/zic/Makefile index 2f6e49d..f8ad4db 100644 --- a/usr.sbin/zic/zic/Makefile +++ b/usr.sbin/zic/zic/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ .PATH: ${.CURDIR}/.. |