diff options
Diffstat (limited to 'libexec')
215 files changed, 215 insertions, 215 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index d00cfc2c0097..7d9a087b43c4 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/Makefile,v 1.42.2.5 2002/11/12 17:32:48 obrien Exp $ # Present but disabled: kpasswdd SUBDIR= atrun \ diff --git a/libexec/atrun/LEGAL b/libexec/atrun/LEGAL index af8be572d5cd..4b1b49dd3a26 100644 --- a/libexec/atrun/LEGAL +++ b/libexec/atrun/LEGAL @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/atrun/LEGAL,v 1.5 1999/08/28 00:09:11 peter Exp $ -----BEGIN PGP SIGNED MESSAGE----- diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 22bae455814f..6bdf86ababe4 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/atrun/Makefile,v 1.7.2.2 2001/04/25 10:40:47 ru Exp $ MAINSRC=${.CURDIR}/../../usr.bin/at diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index 444b3dc82cf5..4d327449d17c 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/atrun/atrun.c,v 1.14.2.1 2001/03/05 10:53:23 kris Exp $"; #endif /* not lint */ /* System Headers */ diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man index 31c81576409d..b9f5c0d88713 100644 --- a/libexec/atrun/atrun.man +++ b/libexec/atrun/atrun.man @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/atrun/atrun.man,v 1.7.2.3 2001/08/16 10:44:13 ru Exp $ .Dd April 12, 1995 .Dt ATRUN 8 .Os diff --git a/libexec/atrun/gloadavg.c b/libexec/atrun/gloadavg.c index 6cffe5a4cfec..c4ecce647e8c 100644 --- a/libexec/atrun/gloadavg.c +++ b/libexec/atrun/gloadavg.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/atrun/gloadavg.c,v 1.5 1999/08/28 00:09:12 peter Exp $"; #endif /* not lint */ #ifndef __FreeBSD__ diff --git a/libexec/atrun/gloadavg.h b/libexec/atrun/gloadavg.h index 48890ce54b59..3ead6ca6843b 100644 --- a/libexec/atrun/gloadavg.h +++ b/libexec/atrun/gloadavg.h @@ -25,5 +25,5 @@ double gloadavg(void); #if 0 -static char atrun_h_rcsid[] = "$FreeBSD$"; +static char atrun_h_rcsid[] = "$FreeBSD: src/libexec/atrun/gloadavg.h,v 1.4 1999/08/28 00:09:12 peter Exp $"; #endif diff --git a/libexec/bootpd/Announce b/libexec/bootpd/Announce index 60838d5e978e..2befcc8bd77d 100644 --- a/libexec/bootpd/Announce +++ b/libexec/bootpd/Announce @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Announce,v 1.5 1999/08/28 00:09:13 peter Exp $ This is an enhanced version of the CMU BOOTP server which was derived from the original BOOTP server created by Bill Croft at Stanford. diff --git a/libexec/bootpd/Changes b/libexec/bootpd/Changes index d797ea1fa9e5..668fdcdd44ec 100644 --- a/libexec/bootpd/Changes +++ b/libexec/bootpd/Changes @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Changes,v 1.5 1999/08/28 00:09:13 peter Exp $ Changes, most recent first Date, <email> Real Name diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index 830577a57def..9ecc8aacb617 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,5 +1,5 @@ # bootpd/Makefile -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Makefile,v 1.8.2.1 2001/04/25 10:40:49 ru Exp $ PROG= bootpd CFLAGS+= -DETC_ETHERS diff --git a/libexec/bootpd/Makefile.UNIX b/libexec/bootpd/Makefile.UNIX index 5b2c186bcb4b..09936d202318 100644 --- a/libexec/bootpd/Makefile.UNIX +++ b/libexec/bootpd/Makefile.UNIX @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Makefile.UNIX,v 1.5 1999/08/28 00:09:14 peter Exp $ # # Makefile for the BOOTP programs: # bootpd - BOOTP server daemon diff --git a/libexec/bootpd/Makefile.inc b/libexec/bootpd/Makefile.inc index 829da300445d..52b80b3f59c6 100644 --- a/libexec/bootpd/Makefile.inc +++ b/libexec/bootpd/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Makefile.inc,v 1.4 1999/08/28 00:09:14 peter Exp $ BINDIR?= /usr/libexec diff --git a/libexec/bootpd/Problems b/libexec/bootpd/Problems index c7f9951946b3..277d8ad15b44 100644 --- a/libexec/bootpd/Problems +++ b/libexec/bootpd/Problems @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Problems,v 1.5 1999/08/28 00:09:15 peter Exp $ Common problems and ways to work around them: diff --git a/libexec/bootpd/README b/libexec/bootpd/README index a88cca5b6450..26a6f9943112 100644 --- a/libexec/bootpd/README +++ b/libexec/bootpd/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/README,v 1.5 1999/08/28 00:09:15 peter Exp $ This is an enhanced version of the CMU BOOTP server which was derived from the original BOOTP server created by Bill Croft at Stanford. diff --git a/libexec/bootpd/bootp.h b/libexec/bootpd/bootp.h index c3a3909287ba..cf401663b06f 100644 --- a/libexec/bootpd/bootp.h +++ b/libexec/bootpd/bootp.h @@ -23,7 +23,7 @@ SOFTWARE. /* * Bootstrap Protocol (BOOTP). RFC951 and RFC1395. * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/bootp.h,v 1.5.2.1 2001/10/14 21:20:12 iedowse Exp $ * * * This file specifies the "implementation-independent" BOOTP protocol diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8 index b06b4f6ec8fe..6149b0d2ec6d 100644 --- a/libexec/bootpd/bootpd.8 +++ b/libexec/bootpd/bootpd.8 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/bootpd/bootpd.8,v 1.10.2.5 2001/07/22 12:07:21 dd Exp $ .\" .Dd November 6, 1993 .Dt BOOTPD 8 diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index 03fce45cf5ff..3a89cd9e624a 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.c @@ -19,7 +19,7 @@ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - $FreeBSD$ + $FreeBSD: src/libexec/bootpd/bootpd.c,v 1.13.2.3 2003/02/15 05:36:01 kris Exp $ ************************************************************************/ diff --git a/libexec/bootpd/bootpd.h b/libexec/bootpd/bootpd.h index 86c1b3da8b64..ee25199cbbe4 100644 --- a/libexec/bootpd/bootpd.h +++ b/libexec/bootpd/bootpd.h @@ -24,7 +24,7 @@ SOFTWARE. /* * bootpd.h -- common header file for all the modules of the bootpd program. * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/bootpd.h,v 1.2 1999/11/12 10:11:48 marcel Exp $ */ #include "bptypes.h" diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile index 4a658533741f..3a07520004c1 100644 --- a/libexec/bootpd/bootpgw/Makefile +++ b/libexec/bootpd/bootpgw/Makefile @@ -1,5 +1,5 @@ # Makefile -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/bootpgw/Makefile,v 1.4 1999/08/28 00:09:22 peter Exp $ PROG= bootpgw NOMAN= true diff --git a/libexec/bootpd/bootpgw/bootpgw.c b/libexec/bootpd/bootpgw/bootpgw.c index 7271a7ad4330..14c18e0251f9 100644 --- a/libexec/bootpd/bootpgw/bootpgw.c +++ b/libexec/bootpd/bootpgw/bootpgw.c @@ -25,7 +25,7 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/bootpgw/bootpgw.c,v 1.3.2.1 2000/12/11 01:03:21 obrien Exp $ */ /* * BOOTPGW is typically used to forward BOOTP client requests from diff --git a/libexec/bootpd/bootptab.5 b/libexec/bootpd/bootptab.5 index ad2ce1d45bc3..7b042ceecd11 100644 --- a/libexec/bootpd/bootptab.5 +++ b/libexec/bootpd/bootptab.5 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/bootpd/bootptab.5,v 1.4.2.4 2001/08/16 10:44:13 ru Exp $ .\" .Dd October 31, 1991 .Dt BOOTPTAB 5 diff --git a/libexec/bootpd/bootptab.mcs b/libexec/bootpd/bootptab.mcs index 9bce37e07f29..1efbdd3e3fe8 100644 --- a/libexec/bootpd/bootptab.mcs +++ b/libexec/bootpd/bootptab.mcs @@ -2,7 +2,7 @@ # Last update: gwr, Sun Dec 12 19:00:00 EDT 1993 # Blank lines and lines beginning with '#' are ignored. # -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/bootptab.mcs,v 1.5 1999/08/28 00:09:17 peter Exp $ # # Legend: (see bootptab.5) # first field -- hostname (not indented) diff --git a/libexec/bootpd/bptypes.h b/libexec/bootpd/bptypes.h index e27cc832c5fe..933f34df9750 100644 --- a/libexec/bootpd/bptypes.h +++ b/libexec/bootpd/bptypes.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/libexec/bootpd/bptypes.h,v 1.2 1999/11/12 10:11:48 marcel Exp $ */ #ifndef BPTYPES_H diff --git a/libexec/bootpd/dovend.c b/libexec/bootpd/dovend.c index 279d59c88fce..4e3fe207898e 100644 --- a/libexec/bootpd/dovend.c +++ b/libexec/bootpd/dovend.c @@ -1,7 +1,7 @@ /* * dovend.c : Inserts all but the first few vendor options. * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/dovend.c,v 1.5.2.1 2003/02/15 05:36:01 kris Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index 0fe31b47a8e4..ade6e40eded0 100644 --- a/libexec/bootpd/dumptab.c +++ b/libexec/bootpd/dumptab.c @@ -1,7 +1,7 @@ /* * dumptab.c - handles dumping the database * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/dumptab.c,v 1.6.2.1 2001/10/14 21:39:48 iedowse Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c index e894e53dc7e8..f89c70c052b6 100644 --- a/libexec/bootpd/getether.c +++ b/libexec/bootpd/getether.c @@ -7,7 +7,7 @@ * If you figure out how to do this on another system, * please let me know. <gwr@mc.com> * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/getether.c,v 1.9.2.3 2003/02/15 05:36:01 kris Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c index ec7cd8f716db..afebd9ce9531 100644 --- a/libexec/bootpd/getif.c +++ b/libexec/bootpd/getif.c @@ -1,7 +1,7 @@ /* * getif.c : get an interface structure * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/getif.c,v 1.7 1999/08/28 00:09:18 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c index 16b042032e76..97c16a50ea4f 100644 --- a/libexec/bootpd/hash.c +++ b/libexec/bootpd/hash.c @@ -19,7 +19,7 @@ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - $FreeBSD$ + $FreeBSD: src/libexec/bootpd/hash.c,v 1.5 1999/08/28 00:09:18 peter Exp $ ************************************************************************/ diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c index 5069d5a0bc04..ed0237c39ff2 100644 --- a/libexec/bootpd/hwaddr.c +++ b/libexec/bootpd/hwaddr.c @@ -2,7 +2,7 @@ * hwaddr.c - routines that deal with hardware addresses. * (i.e. Ethernet) * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/hwaddr.c,v 1.7.2.1 2003/02/15 05:36:01 kris Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/hwaddr.h b/libexec/bootpd/hwaddr.h index 200427356e48..eb06abb0d9a9 100644 --- a/libexec/bootpd/hwaddr.h +++ b/libexec/bootpd/hwaddr.h @@ -1,7 +1,7 @@ /* * hwaddr.h * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/hwaddr.h,v 1.5 1999/08/28 00:09:18 peter Exp $ */ #ifndef HWADDR_H diff --git a/libexec/bootpd/lookup.c b/libexec/bootpd/lookup.c index 54b3f62242f7..b3ef9d23cf89 100644 --- a/libexec/bootpd/lookup.c +++ b/libexec/bootpd/lookup.c @@ -1,7 +1,7 @@ /* * lookup.c - Lookup IP address, HW address, netmask * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/lookup.c,v 1.7 1999/08/28 00:09:19 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/patchlevel.h b/libexec/bootpd/patchlevel.h index fc79f18b4068..df5b94b00f6c 100644 --- a/libexec/bootpd/patchlevel.h +++ b/libexec/bootpd/patchlevel.h @@ -1,7 +1,7 @@ /* * patchlevel.h * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/patchlevel.h,v 1.5 1999/08/28 00:09:19 peter Exp $ */ #define VERSION "2.4" diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c index 78c5e23a4789..2c6483c2836c 100644 --- a/libexec/bootpd/readfile.c +++ b/libexec/bootpd/readfile.c @@ -19,7 +19,7 @@ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - $FreeBSD$ + $FreeBSD: src/libexec/bootpd/readfile.c,v 1.6.2.2 2001/10/14 21:25:02 iedowse Exp $ ************************************************************************/ diff --git a/libexec/bootpd/report.c b/libexec/bootpd/report.c index 191d54580fab..dc8e5c1bf858 100644 --- a/libexec/bootpd/report.c +++ b/libexec/bootpd/report.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/report.c,v 1.2.6.2 2001/03/05 10:58:59 kris Exp $ */ /* * report() - calls syslog diff --git a/libexec/bootpd/report.h b/libexec/bootpd/report.h index 2b6f622c645c..be771f832f41 100644 --- a/libexec/bootpd/report.h +++ b/libexec/bootpd/report.h @@ -1,5 +1,5 @@ /* report.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/report.h,v 1.1.1.1.14.2 2003/02/15 05:36:01 kris Exp $ */ #ifdef __STDC__ #define P(args) args diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index 40b872864cfd..a69705a1ca52 100644 --- a/libexec/bootpd/rtmsg.c +++ b/libexec/bootpd/rtmsg.c @@ -39,7 +39,7 @@ /* * from arp.c 8.2 (Berkeley) 1/2/94 - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/rtmsg.c,v 1.10 1999/08/28 00:09:19 peter Exp $ */ #include <sys/param.h> diff --git a/libexec/bootpd/tools/Makefile b/libexec/bootpd/tools/Makefile index e905bffa7696..49ce256edafd 100644 --- a/libexec/bootpd/tools/Makefile +++ b/libexec/bootpd/tools/Makefile @@ -1,5 +1,5 @@ # Makefile -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/tools/Makefile,v 1.4 1999/08/28 00:09:23 peter Exp $ SUBDIR= bootpef bootptest diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc index 4d7876162d28..2fa720aa3a72 100644 --- a/libexec/bootpd/tools/Makefile.inc +++ b/libexec/bootpd/tools/Makefile.inc @@ -1,4 +1,4 @@ # Makefile.inc -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/tools/Makefile.inc,v 1.4.2.1 2001/04/25 10:40:49 ru Exp $ BINDIR= /usr/sbin diff --git a/libexec/bootpd/tools/bootpef/Makefile b/libexec/bootpd/tools/bootpef/Makefile index 9436561d4a66..0e5fc9286a4e 100644 --- a/libexec/bootpd/tools/bootpef/Makefile +++ b/libexec/bootpd/tools/bootpef/Makefile @@ -1,5 +1,5 @@ # Makefile -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/tools/bootpef/Makefile,v 1.4.2.1 2001/04/25 10:40:50 ru Exp $ PROG= bootpef MAN= bootpef.8 diff --git a/libexec/bootpd/tools/bootpef/bootpef.8 b/libexec/bootpd/tools/bootpef/bootpef.8 index 78fc41b02513..83ff205a77ca 100644 --- a/libexec/bootpd/tools/bootpef/bootpef.8 +++ b/libexec/bootpd/tools/bootpef/bootpef.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/bootpd/tools/bootpef/bootpef.8,v 1.2.2.1 2001/01/16 13:14:37 ru Exp $ .\" .\" bootpef.8 .Dd December 4, 1993 diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c index 893efd87ea35..2b41ed3dfa40 100644 --- a/libexec/bootpd/tools/bootpef/bootpef.c +++ b/libexec/bootpd/tools/bootpef/bootpef.c @@ -19,7 +19,7 @@ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - $FreeBSD$ + $FreeBSD: src/libexec/bootpd/tools/bootpef/bootpef.c,v 1.6 1999/08/28 00:09:24 peter Exp $ ************************************************************************/ diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index fae5127eebb3..d5be4efa5de3 100644 --- a/libexec/bootpd/tools/bootptest/Makefile +++ b/libexec/bootpd/tools/bootptest/Makefile @@ -1,5 +1,5 @@ # Makefile -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/tools/bootptest/Makefile,v 1.6.2.1 2001/04/25 10:40:50 ru Exp $ PROG= bootptest MAN= bootptest.8 diff --git a/libexec/bootpd/tools/bootptest/bootptest.8 b/libexec/bootpd/tools/bootptest/bootptest.8 index 08e19a32917d..f3aee0acddd0 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.8 +++ b/libexec/bootpd/tools/bootptest/bootptest.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/bootpd/tools/bootptest/bootptest.8,v 1.2.2.1 2001/01/16 13:14:38 ru Exp $ .\" .\" bootptest.8 .Dd June 10, 1993 diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c index f56a095b73d2..a06adb730f6e 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.c +++ b/libexec/bootpd/tools/bootptest/bootptest.c @@ -31,7 +31,7 @@ * 09/28/93 Released version 1.0 * 09/93 Original developed by Gordon W. Ross <gwr@mc.com> * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/tools/bootptest/bootptest.c,v 1.7 1999/08/28 00:09:25 peter Exp $ */ char *usage = "bootptest [-h] server-name [vendor-data-template-file]"; diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c index 9ea450e10d90..9e81e25e28ca 100644 --- a/libexec/bootpd/tools/bootptest/print-bootp.c +++ b/libexec/bootpd/tools/bootptest/print-bootp.c @@ -23,7 +23,7 @@ * This file was copied from tcpdump-2.1.1 and modified. * There is an e-mail list for tcpdump: <tcpdump@ee.lbl.gov> * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/tools/bootptest/print-bootp.c,v 1.6.2.1 2001/10/14 21:39:54 iedowse Exp $ */ #include <stdio.h> diff --git a/libexec/bootpd/trygetea.c b/libexec/bootpd/trygetea.c index 0ae63a3a2fba..54b8b0c87ba1 100644 --- a/libexec/bootpd/trygetea.c +++ b/libexec/bootpd/trygetea.c @@ -1,7 +1,7 @@ /* * trygetea.c - test program for getether.c * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/trygetea.c,v 1.5 1999/08/28 00:09:19 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/trygetif.c b/libexec/bootpd/trygetif.c index 0e2cca195b23..1c4f28e9cea3 100644 --- a/libexec/bootpd/trygetif.c +++ b/libexec/bootpd/trygetif.c @@ -1,7 +1,7 @@ /* * trygetif.c - test program for getif.c * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/trygetif.c,v 1.5 1999/08/28 00:09:20 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/trylook.c b/libexec/bootpd/trylook.c index 9484d04b6da3..e6705a62076a 100644 --- a/libexec/bootpd/trylook.c +++ b/libexec/bootpd/trylook.c @@ -1,7 +1,7 @@ /* * trylook.c - test program for lookup.c * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/trylook.c,v 1.5 1999/08/28 00:09:20 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/tzone.c b/libexec/bootpd/tzone.c index 354fb54ed373..08138e550367 100644 --- a/libexec/bootpd/tzone.c +++ b/libexec/bootpd/tzone.c @@ -3,7 +3,7 @@ * * This is shared by bootpd and bootpef * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/tzone.c,v 1.1.1.1.14.1 2000/11/11 00:10:41 dirk Exp $ */ #ifdef SVR4 diff --git a/libexec/comsat/Makefile b/libexec/comsat/Makefile index c501cccb8551..a5fe059e4cb1 100644 --- a/libexec/comsat/Makefile +++ b/libexec/comsat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/comsat/Makefile,v 1.6.2.1 2001/04/25 10:40:50 ru Exp $ PROG= comsat MAN= comsat.8 diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8 index a5184ed64eca..e79f36fe7c0f 100644 --- a/libexec/comsat/comsat.8 +++ b/libexec/comsat/comsat.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)comsat.8 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/comsat/comsat.8,v 1.6.2.4 2002/08/18 17:30:53 johan Exp $ .\" .Dd August 9, 2002 .Dt COMSAT 8 diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index f33142ef1423..402ac5181a2e 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)comsat.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/comsat/comsat.c,v 1.13.2.1 2002/08/09 02:56:30 johan Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile index 7f1dae3fe4a7..f1aa195aa3a4 100644 --- a/libexec/fingerd/Makefile +++ b/libexec/fingerd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/fingerd/Makefile,v 1.7.2.1 2001/04/25 10:40:51 ru Exp $ PROG= fingerd DPADD= ${LIBUTIL} diff --git a/libexec/fingerd/fingerd.8 b/libexec/fingerd/fingerd.8 index eac1c9f6e82a..accaba528722 100644 --- a/libexec/fingerd/fingerd.8 +++ b/libexec/fingerd/fingerd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fingerd.8 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/fingerd/fingerd.8,v 1.4.2.3 2001/08/16 10:44:15 ru Exp $ .\" .Dd June 4, 1993 .Dt FINGERD 8 diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index dc043f3a7475..1cc113b3d7bb 100644 --- a/libexec/fingerd/fingerd.c +++ b/libexec/fingerd/fingerd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)fingerd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/fingerd/fingerd.c,v 1.16.2.3 2002/04/03 09:05:23 mike Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 05cd5edf88e7..a69977763926 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/4/94 -# $FreeBSD$ +# $FreeBSD: src/libexec/ftpd/Makefile,v 1.33.2.6 2003/02/11 14:28:28 yar Exp $ PROG= ftpd MAN= ftpd.8 ftpchroot.5 diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index c1f7aedf33a6..2d94993b0f7c 100644 --- a/libexec/ftpd/extern.h +++ b/libexec/ftpd/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/4/94 - * $FreeBSD$ + * $FreeBSD: src/libexec/ftpd/extern.h,v 1.14.2.2 2002/02/16 14:02:00 dwmalone Exp $ */ #include <sys/types.h> diff --git a/libexec/ftpd/ftpchroot.5 b/libexec/ftpd/ftpchroot.5 index ec14715d8407..06c58d9bce60 100644 --- a/libexec/ftpd/ftpchroot.5 +++ b/libexec/ftpd/ftpchroot.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/ftpd/ftpchroot.5,v 1.2.2.1 2003/02/11 14:28:28 yar Exp $ .\" .Dd January 26, 2003 .Dt FTPCHROOT 5 diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 7e6e31b34db1..25bc80b0f4f2 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)ftpcmd.y 8.3 (Berkeley) 4/6/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ftpd/ftpcmd.y,v 1.16.2.19 2003/02/11 14:28:28 yar Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index bf2e7218009f..fc6ffde0241f 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/ftpd/ftpd.8,v 1.31.2.18 2003/02/11 14:28:28 yar Exp $ .\" .Dd January 27, 2000 .Dt FTPD 8 diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 85d7ddee3ce3..e3e8d4180c2c 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -44,7 +44,7 @@ static char copyright[] = static char sccsid[] = "@(#)ftpd.c 8.4 (Berkeley) 4/16/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ftpd/ftpd.c,v 1.62.2.48 2003/02/14 12:42:42 yar Exp $"; #endif /* not lint */ /* diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index 531f99671150..434b7f8674fc 100644 --- a/libexec/ftpd/logwtmp.c +++ b/libexec/ftpd/logwtmp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ftpd/logwtmp.c,v 1.9.2.2 2002/08/08 12:24:54 yar Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h index a8837a90c446..24b74645baa8 100644 --- a/libexec/ftpd/pathnames.h +++ b/libexec/ftpd/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/libexec/ftpd/pathnames.h,v 1.11 1999/08/28 00:09:31 peter Exp $ */ #include <paths.h> diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index 28cecfb418bd..c70b95cacf9a 100644 --- a/libexec/ftpd/popen.c +++ b/libexec/ftpd/popen.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ftpd/popen.c,v 1.18.2.3 2001/08/09 00:53:18 mikeh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/ftpd/skey-stuff.c b/libexec/ftpd/skey-stuff.c index f06a4150e2ce..f87743ade153 100644 --- a/libexec/ftpd/skey-stuff.c +++ b/libexec/ftpd/skey-stuff.c @@ -3,7 +3,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ftpd/skey-stuff.c,v 1.12 1999/08/28 00:09:32 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/getNAME/Makefile b/libexec/getNAME/Makefile index a88492c48eb9..999d9ba03c48 100644 --- a/libexec/getNAME/Makefile +++ b/libexec/getNAME/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/getNAME/Makefile,v 1.5 1999/08/28 00:09:33 peter Exp $ PROG= getNAME diff --git a/libexec/getNAME/getNAME.1 b/libexec/getNAME/getNAME.1 index a6de3735a3d9..fd5f8a1a4a3d 100644 --- a/libexec/getNAME/getNAME.1 +++ b/libexec/getNAME/getNAME.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/getNAME/getNAME.1,v 1.8.2.3 2001/08/16 10:44:15 ru Exp $ .Dd July 8, 1996 .Dt GETNAME 1 .Os diff --git a/libexec/getNAME/getNAME.c b/libexec/getNAME/getNAME.c index 3fd63bdb6b79..5836bf897e44 100644 --- a/libexec/getNAME/getNAME.c +++ b/libexec/getNAME/getNAME.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)getNAME.c 8.1 (Berkeley) 6/30/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/getNAME/getNAME.c,v 1.7 1999/08/28 00:09:33 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index f86d1d3ce61b..7d47fae44d60 100644 --- a/libexec/getty/Makefile +++ b/libexec/getty/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/getty/Makefile,v 1.9.2.1 2001/04/25 10:40:52 ru Exp $ PROG= getty SRCS= main.c init.c subr.c chat.c diff --git a/libexec/getty/chat.c b/libexec/getty/chat.c index 1fdef26ef44a..38836afe78e5 100644 --- a/libexec/getty/chat.c +++ b/libexec/getty/chat.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/getty/chat.c,v 1.6 1999/08/28 00:09:34 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/getty/extern.h b/libexec/getty/extern.h index b7bb585adde0..1b6467fa6fa7 100644 --- a/libexec/getty/extern.h +++ b/libexec/getty/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)extern.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/libexec/getty/extern.h,v 1.7 2000/01/28 07:12:02 bde Exp $ */ struct delayval; diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index fe9d8798388e..c8958047cc32 100644 --- a/libexec/getty/getty.8 +++ b/libexec/getty/getty.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/getty/getty.8,v 1.10.2.3 2001/08/16 10:44:15 ru Exp $ .\" " .Dd June 4, 1993 .Dt GETTY 8 diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index f1c46faa7199..e6a269a8b96d 100644 --- a/libexec/getty/gettytab.5 +++ b/libexec/getty/gettytab.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/getty/gettytab.5,v 1.21.2.10 2003/02/06 11:45:31 sobomax Exp $ .\" " .Dd April 19, 1994 .Dt GETTYTAB 5 diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h index 1b95bf96d147..85e5a732c0cd 100644 --- a/libexec/getty/gettytab.h +++ b/libexec/getty/gettytab.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)gettytab.h 8.2 (Berkeley) 3/30/94 - * $FreeBSD$ + * $FreeBSD: src/libexec/getty/gettytab.h,v 1.10.2.3 2003/02/06 11:45:31 sobomax Exp $ */ /* diff --git a/libexec/getty/init.c b/libexec/getty/init.c index 274e418b7b42..8624ca2b751c 100644 --- a/libexec/getty/init.c +++ b/libexec/getty/init.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)from: init.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/getty/init.c,v 1.11.2.3 2003/02/06 11:45:31 sobomax Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 4e4095631296..742b9e4a789f 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from: main.c 8.1 (Berkeley) 6/20/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/getty/main.c,v 1.28.2.4 2003/02/06 11:45:31 sobomax Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/getty/pathnames.h b/libexec/getty/pathnames.h index 035e8b6c14b3..2c64fd1e4f01 100644 --- a/libexec/getty/pathnames.h +++ b/libexec/getty/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/libexec/getty/pathnames.h,v 1.7 1999/08/28 00:09:36 peter Exp $ */ #include <paths.h> diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index 8e726831e6ba..3b4a2791ecba 100644 --- a/libexec/getty/subr.c +++ b/libexec/getty/subr.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)from: subr.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/getty/subr.c,v 1.16.2.1 2001/05/12 10:16:51 kris Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index fcb0921a87bb..5b39cc313c5b 100644 --- a/libexec/getty/ttys.5 +++ b/libexec/getty/ttys.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/getty/ttys.5,v 1.11.2.3 2001/08/16 10:44:15 ru Exp $ .\" " .Dd November 17, 1996 .Dt TTYS 5 diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile index eca0431c9292..9d0e63d38aaa 100644 --- a/libexec/lukemftpd/Makefile +++ b/libexec/lukemftpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/4/94 -# $FreeBSD$ +# $FreeBSD: src/libexec/lukemftpd/Makefile,v 1.5.2.2 2002/08/30 06:50:58 obrien Exp $ MAINTAINER= obrien diff --git a/libexec/lukemftpd/config.h b/libexec/lukemftpd/config.h index 8e10bbb270dc..101f1a22348e 100644 --- a/libexec/lukemftpd/config.h +++ b/libexec/lukemftpd/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/lukemftpd/config.h,v 1.1.2.1 2002/06/20 21:13:33 obrien Exp $ */ /* config.h. Generated automatically by configure. */ diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 0e17573d2051..a3c32f9c1ebc 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/mail.local/Makefile,v 1.10.2.7 2002/03/25 21:31:38 gshapiro Exp $ MAINTAINER= gshapiro@FreeBSD.org diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index b2be2e166915..9f80793cac70 100644 --- a/libexec/makekey/Makefile +++ b/libexec/makekey/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/makekey/Makefile,v 1.11.2.1 2001/04/25 10:40:52 ru Exp $ PROG= makekey MAN= makekey.8 diff --git a/libexec/makekey/makekey.8 b/libexec/makekey/makekey.8 index 07518b1f66b9..2b4bcace0710 100644 --- a/libexec/makekey/makekey.8 +++ b/libexec/makekey/makekey.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)makekey.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/makekey/makekey.8,v 1.9.2.2 2001/08/16 10:44:16 ru Exp $ .\" .Dd December 11, 1993 .Dt MAKEKEY 8 diff --git a/libexec/makekey/makekey.c b/libexec/makekey/makekey.c index 5f9dc04b18a7..b0d3fd0b2b09 100644 --- a/libexec/makekey/makekey.c +++ b/libexec/makekey/makekey.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)makekey.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/makekey/makekey.c,v 1.8 1999/08/28 00:09:39 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/mknetid/Makefile b/libexec/mknetid/Makefile index 6941b8fde414..6820fd55dfec 100644 --- a/libexec/mknetid/Makefile +++ b/libexec/mknetid/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/mknetid/Makefile,v 1.4.2.2 2001/08/21 16:45:16 ru Exp $ PROG= mknetid SRCS= mknetid.c hash.c parse_group.c diff --git a/libexec/mknetid/hash.c b/libexec/mknetid/hash.c index 8de336f3d5ab..0a2296220bf8 100644 --- a/libexec/mknetid/hash.c +++ b/libexec/mknetid/hash.c @@ -38,7 +38,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/mknetid/hash.c,v 1.5 1999/08/28 00:09:40 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/mknetid/hash.h b/libexec/mknetid/hash.h index 04bc784c5c11..9923cb7b49c6 100644 --- a/libexec/mknetid/hash.h +++ b/libexec/mknetid/hash.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/libexec/mknetid/hash.h,v 1.5 1999/08/28 00:09:41 peter Exp $ */ /* Groupid entry hung off a member_entry node. */ diff --git a/libexec/mknetid/mknetid.8 b/libexec/mknetid/mknetid.8 index 8a2e3ab1a512..8ca35a3ddb56 100644 --- a/libexec/mknetid/mknetid.8 +++ b/libexec/mknetid/mknetid.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/mknetid/mknetid.8,v 1.7.2.5 2002/02/01 15:51:17 ru Exp $ .\" .Dd June 23, 1996 .Dt MKNETID 8 diff --git a/libexec/mknetid/mknetid.c b/libexec/mknetid/mknetid.c index 7b9f478aded0..9adb2e4151d9 100644 --- a/libexec/mknetid/mknetid.c +++ b/libexec/mknetid/mknetid.c @@ -55,7 +55,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/mknetid/mknetid.c,v 1.11.2.1 2002/11/27 11:03:02 maxim Exp $"; #endif /* not lint */ #define LINSIZ 1024 diff --git a/libexec/mknetid/netid.5 b/libexec/mknetid/netid.5 index d9cc0f962c29..9c3cf2762220 100644 --- a/libexec/mknetid/netid.5 +++ b/libexec/mknetid/netid.5 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/mknetid/netid.5,v 1.1.2.2 2002/02/01 15:51:17 ru Exp $ .\" .Dd January 13, 1996 .Dt NETID 5 diff --git a/libexec/mknetid/parse_group.c b/libexec/mknetid/parse_group.c index 327847426b8e..1f76368d54ee 100644 --- a/libexec/mknetid/parse_group.c +++ b/libexec/mknetid/parse_group.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)getgrent.c 8.2 (Berkeley) 3/21/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/mknetid/parse_group.c,v 1.6 1999/08/28 00:09:42 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/named-xfer/Makefile b/libexec/named-xfer/Makefile index d37482e3685d..3fd61aba9388 100644 --- a/libexec/named-xfer/Makefile +++ b/libexec/named-xfer/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/named-xfer/Makefile,v 1.9.2.2 2001/04/25 10:40:53 ru Exp $ USE_LIBBIND= true .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" diff --git a/libexec/pppoed/Makefile b/libexec/pppoed/Makefile index bbae4c0c9f9c..fb95d183c823 100644 --- a/libexec/pppoed/Makefile +++ b/libexec/pppoed/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/pppoed/Makefile,v 1.1.6.1 2001/04/25 10:40:54 ru Exp $ PROG= pppoed SRCS= pppoed.c diff --git a/libexec/pppoed/pppoed.8 b/libexec/pppoed/pppoed.8 index eedaa4a91d8d..b2f5b0f6567d 100644 --- a/libexec/pppoed/pppoed.8 +++ b/libexec/pppoed/pppoed.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/pppoed/pppoed.8,v 1.2.6.11 2002/03/26 11:40:37 brian Exp $ .\" .Dd November 8, 1999 .Dt PPPOED 8 diff --git a/libexec/pppoed/pppoed.c b/libexec/pppoed/pppoed.c index 7d7832416ba3..1087befad9aa 100644 --- a/libexec/pppoed/pppoed.c +++ b/libexec/pppoed/pppoed.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/libexec/pppoed/pppoed.c,v 1.2.6.8 2002/06/17 02:21:25 brian Exp $ */ #include <sys/param.h> diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile index c083e57c13cc..7db64f0e2a13 100644 --- a/libexec/rbootd/Makefile +++ b/libexec/rbootd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/rbootd/Makefile,v 1.9.2.1 2001/04/25 10:40:54 ru Exp $ PROG= rbootd SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c diff --git a/libexec/rbootd/bpf.c b/libexec/rbootd/bpf.c index 98d6e00908ee..e100bd9103a1 100644 --- a/libexec/rbootd/bpf.c +++ b/libexec/rbootd/bpf.c @@ -49,7 +49,7 @@ static const char sccsid[] = "@(#)bpf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rbootd/bpf.c,v 1.10 1999/08/28 00:09:44 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/conf.c b/libexec/rbootd/conf.c index 74ff341095f9..66e43ea90b80 100644 --- a/libexec/rbootd/conf.c +++ b/libexec/rbootd/conf.c @@ -49,7 +49,7 @@ static const char sccsid[] = "@(#)conf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rbootd/conf.c,v 1.5 1999/08/28 00:09:44 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/defs.h b/libexec/rbootd/defs.h index f62c83f88373..af6595d58353 100644 --- a/libexec/rbootd/defs.h +++ b/libexec/rbootd/defs.h @@ -43,7 +43,7 @@ * From: Utah Hdr: defs.h 3.1 92/07/06 * Author: Jeff Forys, University of Utah CSS * - * $FreeBSD$ + * $FreeBSD: src/libexec/rbootd/defs.h,v 1.2.6.1 2001/02/18 02:54:11 kris Exp $ */ #include "rmp.h" diff --git a/libexec/rbootd/parseconf.c b/libexec/rbootd/parseconf.c index bd2f2e1c2f3e..1f73235ffe35 100644 --- a/libexec/rbootd/parseconf.c +++ b/libexec/rbootd/parseconf.c @@ -49,7 +49,7 @@ static const char sccsid[] = "@(#)parseconf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rbootd/parseconf.c,v 1.9.2.1 2001/03/05 11:17:52 kris Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/rbootd.8 b/libexec/rbootd/rbootd.8 index 254d8539f123..7049633b9a5c 100644 --- a/libexec/rbootd/rbootd.8 +++ b/libexec/rbootd/rbootd.8 @@ -38,7 +38,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rbootd.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rbootd/rbootd.8,v 1.9.2.3 2001/03/05 18:21:59 ru Exp $ .\" .\" Utah Hdr: rbootd.man 3.1 92/07/06 .\" Author: Jeff Forys, University of Utah CSS diff --git a/libexec/rbootd/rbootd.c b/libexec/rbootd/rbootd.c index 70bd7912a7f8..3979e5303735 100644 --- a/libexec/rbootd/rbootd.c +++ b/libexec/rbootd/rbootd.c @@ -55,7 +55,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)rbootd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rbootd/rbootd.c,v 1.11.2.1 2001/02/18 02:54:11 kris Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/rmpproto.c b/libexec/rbootd/rmpproto.c index 3619b39ff795..7577d41b91ff 100644 --- a/libexec/rbootd/rmpproto.c +++ b/libexec/rbootd/rmpproto.c @@ -49,7 +49,7 @@ static const char sccsid[] = "@(#)rmpproto.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rbootd/rmpproto.c,v 1.6.2.1 2001/02/18 02:54:11 kris Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/utils.c b/libexec/rbootd/utils.c index 936451385930..abfba69c2616 100644 --- a/libexec/rbootd/utils.c +++ b/libexec/rbootd/utils.c @@ -49,7 +49,7 @@ static const char sccsid[] = "@(#)utils.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rbootd/utils.c,v 1.5 1999/08/28 00:09:46 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/revnetgroup/Makefile b/libexec/revnetgroup/Makefile index 708837141347..ce75f210610e 100644 --- a/libexec/revnetgroup/Makefile +++ b/libexec/revnetgroup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/revnetgroup/Makefile,v 1.4.2.1 2001/04/25 10:40:54 ru Exp $ PROG= revnetgroup SRCS= revnetgroup.c hash.c parse_netgroup.c diff --git a/libexec/revnetgroup/hash.c b/libexec/revnetgroup/hash.c index c11244ac3b9c..8a1f3c132eb8 100644 --- a/libexec/revnetgroup/hash.c +++ b/libexec/revnetgroup/hash.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/revnetgroup/hash.c,v 1.6 1999/08/28 00:09:47 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/revnetgroup/hash.h b/libexec/revnetgroup/hash.h index 04a44d67a8fa..e172a42f1222 100644 --- a/libexec/revnetgroup/hash.h +++ b/libexec/revnetgroup/hash.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/libexec/revnetgroup/hash.h,v 1.6 1999/08/28 00:09:48 peter Exp $ */ /* Groupname entry hung off a member_entry node. */ diff --git a/libexec/revnetgroup/parse_netgroup.c b/libexec/revnetgroup/parse_netgroup.c index 6b795c61d8a6..a2f95ed667d7 100644 --- a/libexec/revnetgroup/parse_netgroup.c +++ b/libexec/revnetgroup/parse_netgroup.c @@ -36,7 +36,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/revnetgroup/parse_netgroup.c,v 1.7 1999/08/28 00:09:48 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/revnetgroup/revnetgroup.8 b/libexec/revnetgroup/revnetgroup.8 index 48374e6e8090..46f5ed3c8309 100644 --- a/libexec/revnetgroup/revnetgroup.8 +++ b/libexec/revnetgroup/revnetgroup.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/revnetgroup/revnetgroup.8,v 1.7.2.4 2002/08/15 18:53:16 schweikh Exp $ .\" .Dd October 24, 1995 .Dt REVNETGROUP 8 diff --git a/libexec/revnetgroup/revnetgroup.c b/libexec/revnetgroup/revnetgroup.c index 347c517fcfb3..992c3b01fe8d 100644 --- a/libexec/revnetgroup/revnetgroup.c +++ b/libexec/revnetgroup/revnetgroup.c @@ -38,7 +38,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/revnetgroup/revnetgroup.c,v 1.10.2.1 2000/07/20 10:35:08 kris Exp $"; #endif /* not lint */ #include <err.h> diff --git a/libexec/rexecd/Makefile b/libexec/rexecd/Makefile index 59d026027fe1..65bea19d8a0e 100644 --- a/libexec/rexecd/Makefile +++ b/libexec/rexecd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/rexecd/Makefile,v 1.10.2.1 2001/04/25 10:40:55 ru Exp $ PROG= rexecd MAN= rexecd.8 diff --git a/libexec/rexecd/rexecd.8 b/libexec/rexecd/rexecd.8 index 753c06d95d6a..d11a610f14da 100644 --- a/libexec/rexecd/rexecd.8 +++ b/libexec/rexecd/rexecd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rexecd.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rexecd/rexecd.8,v 1.9.2.4 2001/08/16 10:44:16 ru Exp $ .\" .Dd September 23, 1994 .Dt REXECD 8 diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c index c23c969b88c1..909660fc55ea 100644 --- a/libexec/rexecd/rexecd.c +++ b/libexec/rexecd/rexecd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rexecd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rexecd/rexecd.c,v 1.18.2.3 2002/05/14 22:27:21 des Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile index 8320152d5f2e..e715b39723f1 100644 --- a/libexec/rlogind/Makefile +++ b/libexec/rlogind/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/rlogind/Makefile,v 1.15.2.3 2001/04/25 10:40:55 ru Exp $ PROG= rlogind SRCS= rlogind.c diff --git a/libexec/rlogind/pathnames.h b/libexec/rlogind/pathnames.h index 17a8f5cf5341..a61162ddf370 100644 --- a/libexec/rlogind/pathnames.h +++ b/libexec/rlogind/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/libexec/rlogind/pathnames.h,v 1.2 1999/09/19 22:05:30 markm Exp $ */ #include <paths.h> diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index 9f30fd813ef1..9c070a1cbd81 100644 --- a/libexec/rlogind/rlogind.8 +++ b/libexec/rlogind/rlogind.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rlogind.8 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rlogind/rlogind.8,v 1.13.2.4 2001/08/16 10:44:17 ru Exp $ .\" .Dd June 4, 1993 .Dt RLOGIND 8 diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c index f1cea97cebe6..707f2195567f 100644 --- a/libexec/rlogind/rlogind.c +++ b/libexec/rlogind/rlogind.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)rlogind.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rlogind/rlogind.c,v 1.29.2.5 2000/12/07 15:02:31 ru Exp $"; #endif /* not lint */ /* diff --git a/libexec/rpc.rquotad/Makefile b/libexec/rpc.rquotad/Makefile index 331f6ab6e2b6..bac920943aff 100644 --- a/libexec/rpc.rquotad/Makefile +++ b/libexec/rpc.rquotad/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.rquotad/Makefile,v 1.4.2.1 2001/04/25 10:40:56 ru Exp $ PROG = rpc.rquotad SRCS = rquotad.c diff --git a/libexec/rpc.rquotad/rpc.rquotad.8 b/libexec/rpc.rquotad/rpc.rquotad.8 index 9d3c8af88556..877b36f2ce87 100644 --- a/libexec/rpc.rquotad/rpc.rquotad.8 +++ b/libexec/rpc.rquotad/rpc.rquotad.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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rpc.rquotad/rpc.rquotad.8,v 1.7.2.2 2001/08/16 10:44:17 ru Exp $ .\" .Dd June 22, 1994 .Dt RPC.RQUOTAD 8 diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c index 8ec0e54d1129..08f58669e4b8 100644 --- a/libexec/rpc.rquotad/rquotad.c +++ b/libexec/rpc.rquotad/rquotad.c @@ -6,7 +6,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rpc.rquotad/rquotad.c,v 1.3.2.1 2001/07/02 23:46:27 mikeh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile index f0e4649a3752..28714972e52c 100644 --- a/libexec/rpc.rstatd/Makefile +++ b/libexec/rpc.rstatd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.rstatd/Makefile,v 1.5.2.1 2001/04/25 10:40:56 ru Exp $ PROG = rpc.rstatd SRCS = rstatd.c rstat_proc.c diff --git a/libexec/rpc.rstatd/rpc.rstatd.8 b/libexec/rpc.rstatd/rpc.rstatd.8 index ade5bbdec76d..56405def7caf 100644 --- a/libexec/rpc.rstatd/rpc.rstatd.8 +++ b/libexec/rpc.rstatd/rpc.rstatd.8 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rpc.rstatd/rpc.rstatd.8,v 1.5.2.2 2001/08/16 10:44:17 ru Exp $ .\" .Dd June 7, 1993 .Dt RPC.RSTATD 8 diff --git a/libexec/rpc.rstatd/rstat_proc.c b/libexec/rpc.rstatd/rstat_proc.c index 92b113e9b12e..fa3587659923 100644 --- a/libexec/rpc.rstatd/rstat_proc.c +++ b/libexec/rpc.rstatd/rstat_proc.c @@ -33,7 +33,7 @@ static char sccsid[] = "from: @(#)rpc.rstatd.c 1.1 86/09/25 Copyr 1984 Sun Micro static char sccsid[] = "from: @(#)rstat_proc.c 2.2 88/08/01 4.0 RPCSRC"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rpc.rstatd/rstat_proc.c,v 1.14.2.1 2002/07/11 17:17:56 alfred Exp $"; #endif /* diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c index 21a0d5640428..6dc8c8483687 100644 --- a/libexec/rpc.rstatd/rstatd.c +++ b/libexec/rpc.rstatd/rstatd.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rpc.rstatd/rstatd.c,v 1.8 1999/08/28 00:09:54 peter Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile index af43bd3e7cf3..de8088f5666f 100644 --- a/libexec/rpc.rusersd/Makefile +++ b/libexec/rpc.rusersd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.rusersd/Makefile,v 1.6.2.1 2001/04/25 10:40:57 ru Exp $ PROG = rpc.rusersd SRCS = rusersd.c rusers_proc.c diff --git a/libexec/rpc.rusersd/rpc.rusersd.8 b/libexec/rpc.rusersd/rpc.rusersd.8 index e5bbe2fe96e1..268129128abc 100644 --- a/libexec/rpc.rusersd/rpc.rusersd.8 +++ b/libexec/rpc.rusersd/rpc.rusersd.8 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rpc.rusersd/rpc.rusersd.8,v 1.6.2.2 2001/08/16 10:44:17 ru Exp $ .\" .Dd June 7, 1993 .Dt RPC.RUSERSD 8 diff --git a/libexec/rpc.rusersd/rusers_proc.c b/libexec/rpc.rusersd/rusers_proc.c index 404221796d53..558180a7522e 100644 --- a/libexec/rpc.rusersd/rusers_proc.c +++ b/libexec/rpc.rusersd/rusers_proc.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rpc.rusersd/rusers_proc.c,v 1.10 1999/08/28 00:09:56 peter Exp $"; #endif /* not lint */ #ifdef DEBUG diff --git a/libexec/rpc.rusersd/rusersd.c b/libexec/rpc.rusersd/rusersd.c index 9482692a1feb..c72ff4068c25 100644 --- a/libexec/rpc.rusersd/rusersd.c +++ b/libexec/rpc.rusersd/rusersd.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rpc.rusersd/rusersd.c,v 1.8 1999/08/28 00:09:56 peter Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/libexec/rpc.rwalld/Makefile b/libexec/rpc.rwalld/Makefile index e64ff3e1a4b2..a6d8320a9519 100644 --- a/libexec/rpc.rwalld/Makefile +++ b/libexec/rpc.rwalld/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.rwalld/Makefile,v 1.4.2.1 2001/04/25 10:40:57 ru Exp $ PROG = rpc.rwalld SRCS = rwalld.c diff --git a/libexec/rpc.rwalld/rpc.rwalld.8 b/libexec/rpc.rwalld/rpc.rwalld.8 index 6846e2ee9555..5905c3ed431a 100644 --- a/libexec/rpc.rwalld/rpc.rwalld.8 +++ b/libexec/rpc.rwalld/rpc.rwalld.8 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rpc.rwalld/rpc.rwalld.8,v 1.5.2.2 2001/08/16 10:44:18 ru Exp $ .\" .Dd June 7, 1993 .Dt RPC.RWALLD 8 diff --git a/libexec/rpc.rwalld/rwalld.c b/libexec/rpc.rwalld/rwalld.c index 985dca93e640..26ca74a1ffa6 100644 --- a/libexec/rpc.rwalld/rwalld.c +++ b/libexec/rpc.rwalld/rwalld.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rpc.rwalld/rwalld.c,v 1.8 1999/08/28 00:09:57 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/libexec/rpc.sprayd/Makefile b/libexec/rpc.sprayd/Makefile index 1dd582de0082..667e9b1d3dd6 100644 --- a/libexec/rpc.sprayd/Makefile +++ b/libexec/rpc.sprayd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.sprayd/Makefile,v 1.4.2.1 2001/04/25 10:40:59 ru Exp $ PROG = rpc.sprayd SRCS = sprayd.c diff --git a/libexec/rpc.sprayd/rpc.sprayd.8 b/libexec/rpc.sprayd/rpc.sprayd.8 index 5ca9d889c727..73b35de696ac 100644 --- a/libexec/rpc.sprayd/rpc.sprayd.8 +++ b/libexec/rpc.sprayd/rpc.sprayd.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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rpc.sprayd/rpc.sprayd.8,v 1.6.2.2 2001/08/16 10:44:18 ru Exp $ .\" .Dd June 22, 1994 .Dt RPC.SPRAYD 8 diff --git a/libexec/rpc.sprayd/sprayd.c b/libexec/rpc.sprayd/sprayd.c index a6324e86c3d9..4b0bb04bd600 100644 --- a/libexec/rpc.sprayd/sprayd.c +++ b/libexec/rpc.sprayd/sprayd.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rpc.sprayd/sprayd.c,v 1.5 1999/08/28 00:09:59 peter Exp $"; #endif /* not lint */ #include <rpc/rpc.h> diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index 54e254b9460b..355bc19e61c2 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/rshd/Makefile,v 1.15.2.3 2001/04/25 10:40:59 ru Exp $ PROG= rshd SRCS= rshd.c diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index cbf99c61bdfb..3c11b4a17130 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rshd.8 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rshd/rshd.8,v 1.18.2.5 2001/08/16 10:44:18 ru Exp $ .\" .Dd June 4, 1993 .Dt RSHD 8 diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index d245e3e484ec..e2f62922c72b 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)rshd.c 8.2 (Berkeley) 4/6/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rshd/rshd.c,v 1.30.2.5 2002/05/14 22:27:21 des Exp $"; #endif /* not lint */ /* diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile index 9bee50147f1c..95db56e02f45 100644 --- a/libexec/rtld-aout/Makefile +++ b/libexec/rtld-aout/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rtld-aout/Makefile,v 1.29.2.2 2002/07/17 13:25:18 ru Exp $ PROG= ld.so SRCS= mdprologue.S rtld.c shlib.c md.c support.c MAN= rtld.1aout diff --git a/libexec/rtld-aout/dynamic.h b/libexec/rtld-aout/dynamic.h index 00d449f03cb6..9e930f69c4a6 100644 --- a/libexec/rtld-aout/dynamic.h +++ b/libexec/rtld-aout/dynamic.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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-aout/dynamic.h,v 1.5 1999/08/28 00:10:05 peter Exp $ */ #ifndef __DYNAMIC_H__ diff --git a/libexec/rtld-aout/i386/md-static-funcs.c b/libexec/rtld-aout/i386/md-static-funcs.c index 77c25c5c2f67..d32802135d77 100644 --- a/libexec/rtld-aout/i386/md-static-funcs.c +++ b/libexec/rtld-aout/i386/md-static-funcs.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-aout/i386/md-static-funcs.c,v 1.7 1999/08/28 00:10:07 peter Exp $ * * Called by ld.so when onanating. * This *must* be a static function, so it is not called through a jmpslot. diff --git a/libexec/rtld-aout/i386/md.c b/libexec/rtld-aout/i386/md.c index 63b9d17d5af8..d223f4d76988 100644 --- a/libexec/rtld-aout/i386/md.c +++ b/libexec/rtld-aout/i386/md.c @@ -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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-aout/i386/md.c,v 1.17 1999/08/28 00:10:07 peter Exp $ */ #include <sys/param.h> diff --git a/libexec/rtld-aout/i386/md.h b/libexec/rtld-aout/i386/md.h index ef5b632bbaee..e7f4e16d4315 100644 --- a/libexec/rtld-aout/i386/md.h +++ b/libexec/rtld-aout/i386/md.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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-aout/i386/md.h,v 1.18 1999/08/28 00:10:08 peter Exp $ */ #ifndef __MD_H__ diff --git a/libexec/rtld-aout/i386/mdprologue.S b/libexec/rtld-aout/i386/mdprologue.S index f111bcac6f95..d72d584047be 100644 --- a/libexec/rtld-aout/i386/mdprologue.S +++ b/libexec/rtld-aout/i386/mdprologue.S @@ -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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-aout/i386/mdprologue.S,v 1.9 1999/08/28 00:10:08 peter Exp $ */ /* diff --git a/libexec/rtld-aout/rtld.1aout b/libexec/rtld-aout/rtld.1aout index 158cf1a74042..5b32087d3894 100644 --- a/libexec/rtld-aout/rtld.1aout +++ b/libexec/rtld-aout/rtld.1aout @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rtld-aout/rtld.1aout,v 1.17.2.4 2001/08/16 10:44:20 ru Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. diff --git a/libexec/rtld-aout/rtld.c b/libexec/rtld-aout/rtld.c index 31bb732e6a49..2d6b9d0fc7e1 100644 --- a/libexec/rtld-aout/rtld.c +++ b/libexec/rtld-aout/rtld.c @@ -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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-aout/rtld.c,v 1.58.2.2 2002/03/04 12:00:31 dwmalone Exp $ */ #include <sys/param.h> diff --git a/libexec/rtld-aout/shlib.c b/libexec/rtld-aout/shlib.c index 989cf45d8ab1..47d72ea04bd8 100644 --- a/libexec/rtld-aout/shlib.c +++ b/libexec/rtld-aout/shlib.c @@ -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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-aout/shlib.c,v 1.22 1999/08/28 00:10:05 peter Exp $ */ #include <sys/param.h> diff --git a/libexec/rtld-aout/shlib.h b/libexec/rtld-aout/shlib.h index d05690fe144e..e10933cb7bcd 100644 --- a/libexec/rtld-aout/shlib.h +++ b/libexec/rtld-aout/shlib.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. *- - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-aout/shlib.h,v 1.5 1999/08/28 00:10:06 peter Exp $ */ /* diff --git a/libexec/rtld-aout/support.c b/libexec/rtld-aout/support.c index 71a84ffa1299..69b52671d022 100644 --- a/libexec/rtld-aout/support.c +++ b/libexec/rtld-aout/support.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. *- - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-aout/support.c,v 1.5 1999/08/28 00:10:06 peter Exp $ */ #include <sys/types.h> #include <string.h> diff --git a/libexec/rtld-aout/support.h b/libexec/rtld-aout/support.h index da0340783f27..b863a817926c 100644 --- a/libexec/rtld-aout/support.h +++ b/libexec/rtld-aout/support.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. *- - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-aout/support.h,v 1.4 1999/08/28 00:10:06 peter Exp $ */ /* diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index d9c594cb6dfa..1a5f364d089a 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rtld-elf/Makefile,v 1.10.2.6 2002/06/22 17:03:13 jdp Exp $ PROG= ld-elf.so.1 SRCS= rtld_start.S rtld.c lockdflt.c map_object.c malloc.c \ diff --git a/libexec/rtld-elf/alpha/Makefile.inc b/libexec/rtld-elf/alpha/Makefile.inc index 0f34febdf49d..d7a36b6dc8c4 100644 --- a/libexec/rtld-elf/alpha/Makefile.inc +++ b/libexec/rtld-elf/alpha/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rtld-elf/alpha/Makefile.inc,v 1.1.4.1 2002/09/02 02:10:20 obrien Exp $ CFLAGS+= -mno-fp-regs LDFLAGS+= -Wl,--script,${.CURDIR}/alpha/ld.so.script diff --git a/libexec/rtld-elf/alpha/ld.so.script b/libexec/rtld-elf/alpha/ld.so.script index 539c0d547bed..d42bf91a012c 100644 --- a/libexec/rtld-elf/alpha/ld.so.script +++ b/libexec/rtld-elf/alpha/ld.so.script @@ -1,5 +1,5 @@ /* $NetBSD: ld.so.script,v 1.2 2001/12/13 20:31:31 thorpej Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/rtld-elf/alpha/ld.so.script,v 1.1.2.1 2002/09/02 02:10:20 obrien Exp $ */ OUTPUT_FORMAT("elf64-alpha", "elf64-alpha", "elf64-alpha") diff --git a/libexec/rtld-elf/alpha/lockdflt.c b/libexec/rtld-elf/alpha/lockdflt.c index 83ab3dc990d7..44f3cb12104d 100644 --- a/libexec/rtld-elf/alpha/lockdflt.c +++ b/libexec/rtld-elf/alpha/lockdflt.c @@ -22,7 +22,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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/alpha/lockdflt.c,v 1.5.2.3 2002/07/11 23:52:27 jdp Exp $ */ /* diff --git a/libexec/rtld-elf/alpha/reloc.c b/libexec/rtld-elf/alpha/reloc.c index d527616715fc..f105f20fe228 100644 --- a/libexec/rtld-elf/alpha/reloc.c +++ b/libexec/rtld-elf/alpha/reloc.c @@ -22,7 +22,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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/alpha/reloc.c,v 1.10.2.5 2002/09/02 02:10:20 obrien Exp $ */ /* diff --git a/libexec/rtld-elf/alpha/rtld_machdep.h b/libexec/rtld-elf/alpha/rtld_machdep.h index 3528af6c6930..0dc226807d67 100644 --- a/libexec/rtld-elf/alpha/rtld_machdep.h +++ b/libexec/rtld-elf/alpha/rtld_machdep.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/alpha/rtld_machdep.h,v 1.3.2.2 2002/09/02 02:10:20 obrien Exp $ */ #ifndef RTLD_MACHDEP_H diff --git a/libexec/rtld-elf/alpha/rtld_start.S b/libexec/rtld-elf/alpha/rtld_start.S index d21c0884873f..5b6a53ffe092 100644 --- a/libexec/rtld-elf/alpha/rtld_start.S +++ b/libexec/rtld-elf/alpha/rtld_start.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/rtld-elf/alpha/rtld_start.S,v 1.3.2.2 2002/09/02 02:10:20 obrien Exp $ */ /* From: NetBSD: rtld_start.S,v 1.1 1996/12/16 20:38:09 cgd Exp */ /* diff --git a/libexec/rtld-elf/debug.c b/libexec/rtld-elf/debug.c index 0c8ca35aedc1..6f1eaf20e6f7 100644 --- a/libexec/rtld-elf/debug.c +++ b/libexec/rtld-elf/debug.c @@ -22,7 +22,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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/debug.c,v 1.2 1999/08/28 00:10:09 peter Exp $ */ /* diff --git a/libexec/rtld-elf/debug.h b/libexec/rtld-elf/debug.h index 2600651997e8..3e559f3b196e 100644 --- a/libexec/rtld-elf/debug.h +++ b/libexec/rtld-elf/debug.h @@ -22,7 +22,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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/debug.h,v 1.4 1999/12/27 04:44:01 jdp Exp $ */ /* diff --git a/libexec/rtld-elf/i386/lockdflt.c b/libexec/rtld-elf/i386/lockdflt.c index 46f8922602b7..6aab6755e021 100644 --- a/libexec/rtld-elf/i386/lockdflt.c +++ b/libexec/rtld-elf/i386/lockdflt.c @@ -22,7 +22,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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/i386/lockdflt.c,v 1.5.2.4 2002/07/11 23:52:32 jdp Exp $ */ /* diff --git a/libexec/rtld-elf/i386/reloc.c b/libexec/rtld-elf/i386/reloc.c index f05cee74684d..58f1576e1653 100644 --- a/libexec/rtld-elf/i386/reloc.c +++ b/libexec/rtld-elf/i386/reloc.c @@ -22,7 +22,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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/i386/reloc.c,v 1.6.2.2 2002/06/16 20:02:09 dillon Exp $ */ /* diff --git a/libexec/rtld-elf/i386/rtld_machdep.h b/libexec/rtld-elf/i386/rtld_machdep.h index f9316cb272e0..27975b61a88f 100644 --- a/libexec/rtld-elf/i386/rtld_machdep.h +++ b/libexec/rtld-elf/i386/rtld_machdep.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/i386/rtld_machdep.h,v 1.3.2.2 2002/07/02 04:10:51 jdp Exp $ */ #ifndef RTLD_MACHDEP_H diff --git a/libexec/rtld-elf/i386/rtld_start.S b/libexec/rtld-elf/i386/rtld_start.S index 76f1392625d7..78ab838cc5f5 100644 --- a/libexec/rtld-elf/i386/rtld_start.S +++ b/libexec/rtld-elf/i386/rtld_start.S @@ -22,7 +22,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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/i386/rtld_start.S,v 1.3 1999/08/28 00:10:15 peter Exp $ */ .text diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c index 2872f0fe70c1..c8ec0ceb5df0 100644 --- a/libexec/rtld-elf/malloc.c +++ b/libexec/rtld-elf/malloc.c @@ -33,7 +33,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)malloc.c 5.11 (Berkeley) 2/23/91";*/ -static char *rcsid = "$FreeBSD$"; +static char *rcsid = "$FreeBSD: src/libexec/rtld-elf/malloc.c,v 1.3.2.3 2003/02/20 20:42:46 kan Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/libexec/rtld-elf/map_object.c b/libexec/rtld-elf/map_object.c index b2349db183c3..85028f3ad0d6 100644 --- a/libexec/rtld-elf/map_object.c +++ b/libexec/rtld-elf/map_object.c @@ -22,7 +22,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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/map_object.c,v 1.7.2.2 2002/12/28 19:49:41 dillon Exp $ */ #include <sys/param.h> diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index b32b08d59b27..2d05ad7616a3 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rtld-elf/rtld.1,v 1.18.2.7 2002/01/10 17:51:28 ru Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 863a6d27a312..1005bf54c5c0 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/rtld.c,v 1.43.2.15 2003/02/20 20:42:46 kan Exp $ */ /* diff --git a/libexec/rtld-elf/rtld.h b/libexec/rtld-elf/rtld.h index 660bdbe2e388..a83626c13c67 100644 --- a/libexec/rtld-elf/rtld.h +++ b/libexec/rtld-elf/rtld.h @@ -22,7 +22,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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/rtld.h,v 1.15.2.6 2003/02/20 20:42:46 kan Exp $ */ #ifndef RTLD_H /* { */ diff --git a/libexec/rtld-elf/xmalloc.c b/libexec/rtld-elf/xmalloc.c index d6da3340bfd0..efc2e1abcbde 100644 --- a/libexec/rtld-elf/xmalloc.c +++ b/libexec/rtld-elf/xmalloc.c @@ -22,7 +22,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. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/xmalloc.c,v 1.2 1999/08/28 00:10:11 peter Exp $ */ #include <err.h> diff --git a/libexec/smrsh/Makefile b/libexec/smrsh/Makefile index 22f3a78e6852..70c5f1b0ceed 100644 --- a/libexec/smrsh/Makefile +++ b/libexec/smrsh/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/2/95 -# $FreeBSD$ +# $FreeBSD: src/libexec/smrsh/Makefile,v 1.1.6.6 2002/03/25 21:31:40 gshapiro Exp $ MAINTAINER= gshapiro@FreeBSD.org diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index 9116636b51af..0b6272f5dda3 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/talkd/Makefile,v 1.6.2.2 2001/10/18 12:30:42 des Exp $ PROG= ntalkd CFLAGS+=-I${.CURDIR}/../../usr.bin/wall diff --git a/libexec/talkd/announce.c b/libexec/talkd/announce.c index 2761c413b45f..4c7a3279e8a1 100644 --- a/libexec/talkd/announce.c +++ b/libexec/talkd/announce.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)announce.c 8.3 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/talkd/announce.c,v 1.11.2.3 2001/10/18 12:30:42 des Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index 8c1ba9b5e0e1..6c4b3475faa6 100644 --- a/libexec/talkd/print.c +++ b/libexec/talkd/print.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/talkd/print.c,v 1.9 1999/08/28 00:10:16 peter Exp $"; #endif /* not lint */ /* debug print routines */ diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c index b3659a599afe..1ce3362b0d77 100644 --- a/libexec/talkd/process.c +++ b/libexec/talkd/process.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)process.c 8.2 (Berkeley) 11/16/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/talkd/process.c,v 1.9 1999/08/28 00:10:16 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index 5062c78049d8..1f37451868f0 100644 --- a/libexec/talkd/table.c +++ b/libexec/talkd/table.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/talkd/table.c,v 1.7 1999/08/28 00:10:17 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/talkd/talkd.8 b/libexec/talkd/talkd.8 index 82413b2a7ed7..97babc465a05 100644 --- a/libexec/talkd/talkd.8 +++ b/libexec/talkd/talkd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)talkd.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/talkd/talkd.8,v 1.3.2.2 2001/08/16 10:44:21 ru Exp $ .\" .Dd December 11, 1993 .Dt TALKD 8 diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index 551fd5b3be91..2005d3d4b177 100644 --- a/libexec/talkd/talkd.c +++ b/libexec/talkd/talkd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)talkd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/talkd/talkd.c,v 1.11.2.1 2001/10/18 12:30:42 des Exp $"; #endif /* not lint */ /* diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile index 74c689174136..25267de5c86c 100644 --- a/libexec/tcpd/Makefile +++ b/libexec/tcpd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/tcpd/Makefile,v 1.1.2.1 2002/08/31 18:43:41 dwmalone Exp $ MAINTAINER= markm@FreeBSD.org diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 031000d0cff6..6ed4d7eae5ad 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/telnetd/Makefile,v 1.13.2.2 2002/04/13 11:03:30 markm Exp $ # Do not define -DKLUDGELINEMODE, as it does not interact well with many # telnet implementations. diff --git a/libexec/telnetd/defs.h b/libexec/telnetd/defs.h index d727f367c045..aa4a09404ca9 100644 --- a/libexec/telnetd/defs.h +++ b/libexec/telnetd/defs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)defs.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/libexec/telnetd/defs.h,v 1.1.1.1.14.1 2002/04/13 11:07:12 markm Exp $ */ /* diff --git a/libexec/telnetd/ext.h b/libexec/telnetd/ext.h index 04aa4a3a629a..3bf95ef22f8e 100644 --- a/libexec/telnetd/ext.h +++ b/libexec/telnetd/ext.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ext.h 8.2 (Berkeley) 12/15/93 - * $FreeBSD$ + * $FreeBSD: src/libexec/telnetd/ext.h,v 1.7.2.4 2002/04/13 11:07:12 markm Exp $ */ /* diff --git a/libexec/telnetd/global.c b/libexec/telnetd/global.c index 0cf95dbd463e..361bd48e9b45 100644 --- a/libexec/telnetd/global.c +++ b/libexec/telnetd/global.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/telnetd/global.c,v 1.3.2.1 2002/04/13 11:07:12 markm Exp $"; #endif /* not lint */ /* diff --git a/libexec/telnetd/pathnames.h b/libexec/telnetd/pathnames.h index ed8ee887a39e..5942f3844f7f 100644 --- a/libexec/telnetd/pathnames.h +++ b/libexec/telnetd/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/libexec/telnetd/pathnames.h,v 1.6 1999/08/28 00:10:23 peter Exp $ */ #if BSD > 43 diff --git a/libexec/telnetd/slc.c b/libexec/telnetd/slc.c index d4eee1ad4f5f..94f69d8fd5a4 100644 --- a/libexec/telnetd/slc.c +++ b/libexec/telnetd/slc.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/telnetd/slc.c,v 1.8.2.4 2002/04/13 11:07:12 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95"; diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c index 229b6d94b5fb..ab58cef31703 100644 --- a/libexec/telnetd/state.c +++ b/libexec/telnetd/state.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/telnetd/state.c,v 1.9.2.4 2002/04/13 11:07:12 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95"; diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index 17686b366bac..028f4cb97b18 100644 --- a/libexec/telnetd/sys_term.c +++ b/libexec/telnetd/sys_term.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/telnetd/sys_term.c,v 1.24.2.8 2002/06/17 02:48:06 jmallett Exp $"); #ifndef lint static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95"; diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index f166318da8bd..e00477f8036e 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)telnetd.8 8.3 (Berkeley) 3/1/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/telnetd/telnetd.8,v 1.16.2.7 2001/08/16 10:44:21 ru Exp $ .\" .Dd March 1, 1994 .Dt TELNETD 8 diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index 7532865cf2ca..98f90d24700f 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/telnetd/telnetd.c,v 1.22.2.8 2002/04/13 11:07:12 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95"; diff --git a/libexec/telnetd/telnetd.h b/libexec/telnetd/telnetd.h index 5bfc572f518d..273ae07dba9b 100644 --- a/libexec/telnetd/telnetd.h +++ b/libexec/telnetd/telnetd.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)telnetd.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/libexec/telnetd/telnetd.h,v 1.1.1.1.14.1 2002/04/13 11:07:12 markm Exp $ */ diff --git a/libexec/telnetd/termstat.c b/libexec/telnetd/termstat.c index 14719a2b4330..447bd626d803 100644 --- a/libexec/telnetd/termstat.c +++ b/libexec/telnetd/termstat.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/telnetd/termstat.c,v 1.9.2.4 2002/04/13 11:07:12 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95"; diff --git a/libexec/telnetd/utility.c b/libexec/telnetd/utility.c index c835269b7bb3..7ac6c58957d7 100644 --- a/libexec/telnetd/utility.c +++ b/libexec/telnetd/utility.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/telnetd/utility.c,v 1.13.2.4 2002/04/13 11:07:12 markm Exp $"; #endif /* not lint */ #ifdef __FreeBSD__ diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile index 75b16ae7f76e..250809236731 100644 --- a/libexec/tftpd/Makefile +++ b/libexec/tftpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/tftpd/Makefile,v 1.7.2.1 2001/04/25 10:41:03 ru Exp $ PROG= tftpd SRCS= tftpd.c tftpsubs.c diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index ef8be4a651de..f5627f4a7632 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tftpd.8 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/tftpd/tftpd.8,v 1.6.2.5 2001/08/16 10:44:21 ru Exp $ .\" .Dd September 14, 2000 .Dt TFTPD 8 diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c index 5de0ec9c5d58..010a03d9216a 100644 --- a/libexec/tftpd/tftpd.c +++ b/libexec/tftpd/tftpd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tftpd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/tftpd/tftpd.c,v 1.15.2.4 2002/04/26 17:22:41 ume Exp $"; #endif /* not lint */ /* diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile index ff0809c39dda..8d18649c3fc4 100644 --- a/libexec/uucpd/Makefile +++ b/libexec/uucpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/uucpd/Makefile,v 1.11.2.1 2001/04/25 10:41:03 ru Exp $ PROG= uucpd MAN= uucpd.8 diff --git a/libexec/uucpd/pathnames.h b/libexec/uucpd/pathnames.h index c06df3685d91..acd1e47deab9 100644 --- a/libexec/uucpd/pathnames.h +++ b/libexec/uucpd/pathnames.h @@ -32,7 +32,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 * - * $FreeBSD$ + * $FreeBSD: src/libexec/uucpd/pathnames.h,v 1.6 1999/08/28 00:10:28 peter Exp $ */ #include <paths.h> diff --git a/libexec/uucpd/uucpd.8 b/libexec/uucpd/uucpd.8 index f923c082e452..2be051a27e9e 100644 --- a/libexec/uucpd/uucpd.8 +++ b/libexec/uucpd/uucpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rshd.8 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/uucpd/uucpd.8,v 1.7.2.3 2001/08/16 10:44:21 ru Exp $ .\" .Dd February 18, 1996 .Dt UUCPD 8 diff --git a/libexec/uucpd/uucpd.c b/libexec/uucpd/uucpd.c index e91418904702..4b7412043a6b 100644 --- a/libexec/uucpd/uucpd.c +++ b/libexec/uucpd/uucpd.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)uucpd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/uucpd/uucpd.c,v 1.21.2.1 2000/06/03 17:00:56 ume Exp $"; #endif /* not lint */ /* diff --git a/libexec/xtend/Makefile b/libexec/xtend/Makefile index 477629dcc44c..ce2b183f11ed 100644 --- a/libexec/xtend/Makefile +++ b/libexec/xtend/Makefile @@ -1,5 +1,5 @@ # Makefile for xtend (Stark) 10/30/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/xtend/Makefile,v 1.7.2.1 2001/04/25 10:41:03 ru Exp $ BINMODE= 555 diff --git a/libexec/xtend/packet.c b/libexec/xtend/packet.c index f3a4e04d90d1..ed2384eb14b8 100644 --- a/libexec/xtend/packet.c +++ b/libexec/xtend/packet.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/xtend/packet.c,v 1.8 1999/08/28 00:10:30 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/xtend/paths.h b/libexec/xtend/paths.h index da1993efb015..f3f269108cbe 100644 --- a/libexec/xtend/paths.h +++ b/libexec/xtend/paths.h @@ -1,7 +1,7 @@ /* * Pathnames for files used by xtend * - * $FreeBSD$ + * $FreeBSD: src/libexec/xtend/paths.h,v 1.6 1999/08/28 00:10:30 peter Exp $ */ #define X10DIR "/var/spool/xten" diff --git a/libexec/xtend/status.c b/libexec/xtend/status.c index 538f30be707d..e920a0c529a8 100644 --- a/libexec/xtend/status.c +++ b/libexec/xtend/status.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/xtend/status.c,v 1.8 1999/08/28 00:10:30 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/xtend/user.c b/libexec/xtend/user.c index f2c019010e10..22a999c9f5bb 100644 --- a/libexec/xtend/user.c +++ b/libexec/xtend/user.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/xtend/user.c,v 1.9 1999/08/28 00:10:30 peter Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/libexec/xtend/xten.h b/libexec/xtend/xten.h index f07bb2cc528b..aa800ac9edc1 100644 --- a/libexec/xtend/xten.h +++ b/libexec/xtend/xten.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/libexec/xtend/xten.h,v 1.6 1999/08/28 00:10:31 peter Exp $ */ extern char *X10housenames[]; diff --git a/libexec/xtend/xtend.8 b/libexec/xtend/xtend.8 index 75f23b3d0f7a..bae5838ba28b 100644 --- a/libexec/xtend/xtend.8 +++ b/libexec/xtend/xtend.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/xtend/xtend.8,v 1.11.2.4 2001/08/16 10:44:22 ru Exp $ .\" .Dd October 30, 1993 .Dt XTEND 8 diff --git a/libexec/xtend/xtend.c b/libexec/xtend/xtend.c index 1f37deb475e9..014cc9def319 100644 --- a/libexec/xtend/xtend.c +++ b/libexec/xtend/xtend.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/xtend/xtend.c,v 1.9 1999/08/28 00:10:31 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/xtend/xtend.h b/libexec/xtend/xtend.h index e338603d7d77..5497984de25e 100644 --- a/libexec/xtend/xtend.h +++ b/libexec/xtend/xtend.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/libexec/xtend/xtend.h,v 1.6 1999/08/28 00:10:31 peter Exp $ */ /* diff --git a/libexec/ypxfr/Makefile b/libexec/ypxfr/Makefile index 999ae892f9f4..5548c4929c95 100644 --- a/libexec/ypxfr/Makefile +++ b/libexec/ypxfr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/ypxfr/Makefile,v 1.8.2.1 2001/04/25 10:41:06 ru Exp $ PROG= ypxfr SRCS= yp_dblookup.c yp_dbwrite.c yp_error.c \ diff --git a/libexec/ypxfr/yp_dbwrite.c b/libexec/ypxfr/yp_dbwrite.c index 4715d7fa3204..b54817c1582d 100644 --- a/libexec/ypxfr/yp_dbwrite.c +++ b/libexec/ypxfr/yp_dbwrite.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ypxfr/yp_dbwrite.c,v 1.8.2.1 2002/02/15 00:46:54 des Exp $"; #endif /* not lint */ #include <db.h> diff --git a/libexec/ypxfr/ypxfr.8 b/libexec/ypxfr/ypxfr.8 index 9d8987739e3e..339a7c5bab5b 100644 --- a/libexec/ypxfr/ypxfr.8 +++ b/libexec/ypxfr/ypxfr.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/ypxfr/ypxfr.8,v 1.10.2.4 2002/12/29 16:35:37 schweikh Exp $ .\" .Dd February 5, 1995 .Dt YPXFR 8 diff --git a/libexec/ypxfr/ypxfr_extern.h b/libexec/ypxfr/ypxfr_extern.h index 3c593743d778..c66ff9417dc2 100644 --- a/libexec/ypxfr/ypxfr_extern.h +++ b/libexec/ypxfr/ypxfr_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/libexec/ypxfr/ypxfr_extern.h,v 1.7.2.1 2002/02/15 00:46:54 des Exp $ */ #include <sys/types.h> #include <limits.h> diff --git a/libexec/ypxfr/ypxfr_getmap.c b/libexec/ypxfr/ypxfr_getmap.c index b7ec9f2a2d41..2a495440ea3c 100644 --- a/libexec/ypxfr/ypxfr_getmap.c +++ b/libexec/ypxfr/ypxfr_getmap.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ypxfr/ypxfr_getmap.c,v 1.7.2.2 2002/02/15 00:46:54 des Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/ypxfr/ypxfr_main.c b/libexec/ypxfr/ypxfr_main.c index 24d9d4a8529f..781a99b5b54d 100644 --- a/libexec/ypxfr/ypxfr_main.c +++ b/libexec/ypxfr/ypxfr_main.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ypxfr/ypxfr_main.c,v 1.14.2.1 2002/02/15 00:46:54 des Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c index 0682def089ae..b2ee35712809 100644 --- a/libexec/ypxfr/ypxfr_misc.c +++ b/libexec/ypxfr/ypxfr_misc.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ypxfr/ypxfr_misc.c,v 1.9.2.2 2002/02/15 00:46:54 des Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/ypxfr/ypxfrd_getmap.c b/libexec/ypxfr/ypxfrd_getmap.c index 5d57c846eace..eb27343d29b3 100644 --- a/libexec/ypxfr/ypxfrd_getmap.c +++ b/libexec/ypxfr/ypxfrd_getmap.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ypxfr/ypxfrd_getmap.c,v 1.7.2.1 2002/02/15 00:46:54 des Exp $"; #endif /* not lint */ #include <errno.h> |
