diff options
Diffstat (limited to 'libexec')
220 files changed, 220 insertions, 220 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 0731b043fe2a1..05a7b9fc057b8 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.77.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/libexec/Makefile.inc b/libexec/Makefile.inc index 05deedc6127fc..7a5a46f215713 100644 --- a/libexec/Makefile.inc +++ b/libexec/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/Makefile.inc,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ BINDIR?= /usr/libexec WFORMAT?= 1 diff --git a/libexec/atrun/LEGAL b/libexec/atrun/LEGAL index af8be572d5cd0..4fd468e53e8a6 100644 --- a/libexec/atrun/LEGAL +++ b/libexec/atrun/LEGAL @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/atrun/LEGAL,v 1.5.60.1 2010/12/21 17:10:29 kensmith Exp $ -----BEGIN PGP SIGNED MESSAGE----- diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 4e3d4ccace588..84a5921edb445 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/atrun/Makefile,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $ MAINSRC=${.CURDIR}/../../usr.bin/at diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index a7cef873eeef5..e3706ae7a52ae 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.26.14.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* System Headers */ diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man index ec373b3420bcc..d98f8fed6d3d9 100644 --- a/libexec/atrun/atrun.man +++ b/libexec/atrun/atrun.man @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/atrun/atrun.man,v 1.13.14.1 2010/12/21 17:10:29 kensmith Exp $ .Dd June 17, 2007 .Dt ATRUN 8 .Os diff --git a/libexec/atrun/gloadavg.c b/libexec/atrun/gloadavg.c index f75c3331cf2c7..ef3a5eccf3b3d 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.6.14.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #ifndef __FreeBSD__ diff --git a/libexec/atrun/gloadavg.h b/libexec/atrun/gloadavg.h index 48890ce54b59e..b03484c12fbb3 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.60.1 2010/12/21 17:10:29 kensmith Exp $"; #endif diff --git a/libexec/bootpd/Announce b/libexec/bootpd/Announce index 60838d5e978ef..b125ff658e532 100644 --- a/libexec/bootpd/Announce +++ b/libexec/bootpd/Announce @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Announce,v 1.5.60.1 2010/12/21 17:10:29 kensmith 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 d797ea1fa9e55..2dedd3b20f554 100644 --- a/libexec/bootpd/Changes +++ b/libexec/bootpd/Changes @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Changes,v 1.5.60.1 2010/12/21 17:10:29 kensmith Exp $ Changes, most recent first Date, <email> Real Name diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index 830577a57def6..f274dd7d7491d 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,5 +1,5 @@ # bootpd/Makefile -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Makefile,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= bootpd CFLAGS+= -DETC_ETHERS diff --git a/libexec/bootpd/Makefile.UNIX b/libexec/bootpd/Makefile.UNIX index 5b2c186bcb4bb..abd1db167cd22 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.60.1 2010/12/21 17:10:29 kensmith Exp $ # # Makefile for the BOOTP programs: # bootpd - BOOTP server daemon diff --git a/libexec/bootpd/Makefile.inc b/libexec/bootpd/Makefile.inc index 829da300445d3..a637da2049361 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.60.1 2010/12/21 17:10:29 kensmith Exp $ BINDIR?= /usr/libexec diff --git a/libexec/bootpd/Problems b/libexec/bootpd/Problems index c7f9951946b3b..5785c91d6dc8f 100644 --- a/libexec/bootpd/Problems +++ b/libexec/bootpd/Problems @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Problems,v 1.5.60.1 2010/12/21 17:10:29 kensmith Exp $ Common problems and ways to work around them: diff --git a/libexec/bootpd/README b/libexec/bootpd/README index a88cca5b64508..86d113fdf7f6b 100644 --- a/libexec/bootpd/README +++ b/libexec/bootpd/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/README,v 1.5.60.1 2010/12/21 17:10:29 kensmith 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 c3a3909287bad..d42ba03f82f80 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.6.40.1 2010/12/21 17:10:29 kensmith Exp $ * * * This file specifies the "implementation-independent" BOOTP protocol diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8 index b3818589017a7..cf2e56cd8150f 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.20.34.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd February 10, 2004 .Dt BOOTPD 8 diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index b0a49b5cea9a4..f4195e21017f3 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.c @@ -38,7 +38,7 @@ SOFTWARE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/bootpd/bootpd.c,v 1.24.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/libexec/bootpd/bootpd.h b/libexec/bootpd/bootpd.h index 86c1b3da8b647..1327783508387 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.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "bptypes.h" diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile index 93a982c2d384f..0e2a91698ea0c 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.6.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= bootpgw NO_MAN= diff --git a/libexec/bootpd/bootpgw/bootpgw.c b/libexec/bootpd/bootpgw/bootpgw.c index f180fd66713f0..c9b78d891323a 100644 --- a/libexec/bootpd/bootpgw/bootpgw.c +++ b/libexec/bootpd/bootpgw/bootpgw.c @@ -31,7 +31,7 @@ SOFTWARE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/bootpd/bootpgw/bootpgw.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/libexec/bootpd/bootptab.5 b/libexec/bootpd/bootptab.5 index c10d26b75217e..35259a9d15aaa 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.11.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 31, 1991 .Dt BOOTPTAB 5 diff --git a/libexec/bootpd/bootptab.mcs b/libexec/bootpd/bootptab.mcs index 9bce37e07f29b..2db28742976bd 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.60.1 2010/12/21 17:10:29 kensmith Exp $ # # Legend: (see bootptab.5) # first field -- hostname (not indented) diff --git a/libexec/bootpd/bptypes.h b/libexec/bootpd/bptypes.h index e27cc832c5fec..20157294d2c0f 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.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef BPTYPES_H diff --git a/libexec/bootpd/dovend.c b/libexec/bootpd/dovend.c index 3b2bd973cbf17..c8e00cd6097ed 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.8.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/dovend.h b/libexec/bootpd/dovend.h index ef3b62de71262..1bd506c2c54c1 100644 --- a/libexec/bootpd/dovend.h +++ b/libexec/bootpd/dovend.h @@ -1,5 +1,5 @@ /* dovend.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/dovend.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ extern int dovend_rfc1497(struct host *hp, u_char *buf, int len); extern int insert_ip(int, struct in_addr_list *, u_char **, int *); diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index 43e94ec4cef2b..85be68701ee3e 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.9.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c index e4dc1b66b9e21..ffad85de48eb2 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.14.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getether.h b/libexec/bootpd/getether.h index 026df158b50ce..98e86de2d5e0a 100644 --- a/libexec/bootpd/getether.h +++ b/libexec/bootpd/getether.h @@ -1,4 +1,4 @@ /* getether.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/getether.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ extern int getether(char *ifname, char *eaptr); diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c index 64e5edadb6799..fdd9b97ee463a 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.8.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getif.h b/libexec/bootpd/getif.h index a2c86cfba04b6..cc1a18328193f 100644 --- a/libexec/bootpd/getif.h +++ b/libexec/bootpd/getif.h @@ -1,4 +1,4 @@ /* getif.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/getif.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ extern struct ifreq *getif(int, struct in_addr *); diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c index 146e87e69356f..56afc22199001 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.7.40.1 2010/12/21 17:10:29 kensmith Exp $ ************************************************************************/ diff --git a/libexec/bootpd/hash.h b/libexec/bootpd/hash.h index 22cdc04332c26..0d3ce4350bb2f 100644 --- a/libexec/bootpd/hash.h +++ b/libexec/bootpd/hash.h @@ -25,7 +25,7 @@ SOFTWARE. /* * Generalized hash table ADT - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/hash.h,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ * * Provides multiple, dynamically-allocated, variable-sized hash tables on * various data and keys. diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c index de264cc83a5f1..e29b54e00de97 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.9.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/hwaddr.h b/libexec/bootpd/hwaddr.h index bd68857648a14..e8a8f4c8ea0a1 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.7.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef HWADDR_H diff --git a/libexec/bootpd/lookup.c b/libexec/bootpd/lookup.c index 54b3f62242f7f..0922bf25c0087 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.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/lookup.h b/libexec/bootpd/lookup.h index 4940f054696ab..ce5841ada0651 100644 --- a/libexec/bootpd/lookup.h +++ b/libexec/bootpd/lookup.h @@ -1,5 +1,5 @@ /* lookup.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/lookup.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "bptypes.h" /* for int32, u_int32 */ diff --git a/libexec/bootpd/patchlevel.h b/libexec/bootpd/patchlevel.h index fc79f18b4068c..5e2b4f6466260 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.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #define VERSION "2.4" diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c index ab583d485db4e..f14b42b5edcec 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.11.40.1 2010/12/21 17:10:29 kensmith Exp $ ************************************************************************/ diff --git a/libexec/bootpd/readfile.h b/libexec/bootpd/readfile.h index be9cada237790..6a347283c1bd4 100644 --- a/libexec/bootpd/readfile.h +++ b/libexec/bootpd/readfile.h @@ -1,5 +1,5 @@ /* readfile.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/readfile.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "bptypes.h" #include "hash.h" diff --git a/libexec/bootpd/report.c b/libexec/bootpd/report.c index 290e19e74063d..45445ba55e6d4 100644 --- a/libexec/bootpd/report.c +++ b/libexec/bootpd/report.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/report.c,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * report() - calls syslog diff --git a/libexec/bootpd/report.h b/libexec/bootpd/report.h index 55cec5c76845a..49370bdcb7786 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.5.40.1 2010/12/21 17:10:29 kensmith Exp $ */ extern void report_init(int nolog); extern void report(int, const char *, ...) __printflike(2, 3); diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index 45845699bfe0b..5f05415951604 100644 --- a/libexec/bootpd/rtmsg.c +++ b/libexec/bootpd/rtmsg.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/bootpd/rtmsg.c,v 1.12.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> /* diff --git a/libexec/bootpd/tools/Makefile b/libexec/bootpd/tools/Makefile index e905bffa76969..02a52b6630ea4 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.60.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR= bootpef bootptest diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc index 4d7876162d287..4847d50b61515 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.6.40.1 2010/12/21 17:10:29 kensmith Exp $ BINDIR= /usr/sbin diff --git a/libexec/bootpd/tools/bootpef/Makefile b/libexec/bootpd/tools/bootpef/Makefile index 9436561d4a662..51aa969c13c5b 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.6.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= bootpef MAN= bootpef.8 diff --git a/libexec/bootpd/tools/bootpef/bootpef.8 b/libexec/bootpd/tools/bootpef/bootpef.8 index 841b01cd4ff6f..04c7a208cf08c 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.4.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .\" bootpef.8 .Dd December 4, 1993 diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c index 04089c87b560b..d736bdc1ca0e6 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.7.40.1 2010/12/21 17:10:29 kensmith Exp $ ************************************************************************/ diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index fae5127eebb3b..8f61dd767f0be 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.8.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= bootptest MAN= bootptest.8 diff --git a/libexec/bootpd/tools/bootptest/bootptest.8 b/libexec/bootpd/tools/bootptest/bootptest.8 index 888ff227f1242..dfe1c0c1c40c3 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.5.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .\" bootptest.8 .Dd June 10, 1993 diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c index 04909878f33f4..8d4659aa265a5 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.c +++ b/libexec/bootpd/tools/bootptest/bootptest.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/bootpd/tools/bootptest/bootptest.c,v 1.8.38.1 2010/12/21 17:10:29 kensmith Exp $"); char *usage = "bootptest [-h] server-name [vendor-data-template-file]"; diff --git a/libexec/bootpd/tools/bootptest/bootptest.h b/libexec/bootpd/tools/bootptest/bootptest.h index a1891fe525562..f9a3d2cec88d3 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.h +++ b/libexec/bootpd/tools/bootptest/bootptest.h @@ -1,5 +1,5 @@ /* bootptest.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/tools/bootptest/bootptest.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * Hacks for sharing print-bootp.c between tcpdump and bootptest. */ diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c index 9ea450e10d90e..14a5d6c4bc835 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.7.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> diff --git a/libexec/bootpd/trygetea.c b/libexec/bootpd/trygetea.c index 0ae63a3a2fbaf..20a0427aa6185 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.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/trygetif.c b/libexec/bootpd/trygetif.c index 0e2cca195b23d..62307557b55a3 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.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/trylook.c b/libexec/bootpd/trylook.c index 9484d04b6da3d..e496f19917a6e 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.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/tzone.c b/libexec/bootpd/tzone.c index 354fb54ed373d..f5a123285d8fd 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.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifdef SVR4 diff --git a/libexec/comsat/Makefile b/libexec/comsat/Makefile index c501cccb8551f..998b610f568ed 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.8.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= comsat MAN= comsat.8 diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8 index 50b6b113b1d98..4e844a1b340ac 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.14.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 9, 2002 .Dt COMSAT 8 diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index ed14b1a2d2bc6..39985e78b910a 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.17.24.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile index ae92564cda96b..1fec2fa591cb7 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.11.34.1 2010/12/21 17:10:29 kensmith Exp $ PROG= fingerd DPADD= ${LIBUTIL} diff --git a/libexec/fingerd/fingerd.8 b/libexec/fingerd/fingerd.8 index 232771ad0013b..9f8cb35739ebd 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.14.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt FINGERD 8 diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index 0979c64a504bd..d687865190d6f 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.25.24.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index e415407fb9e67..f4acfacc93d22 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.57.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/libexec/ftpd/config.h b/libexec/ftpd/config.h index 8e10bbb270dc6..23158369bf7b7 100644 --- a/libexec/ftpd/config.h +++ b/libexec/ftpd/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/ftpd/config.h,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* config.h. Generated automatically by configure. */ diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index d869f67371d71..1707d2090a293 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.19.24.1.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/ftpd/ftpchroot.5 b/libexec/ftpd/ftpchroot.5 index 216ed3da4e278..569b977fca1ea 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.3.36.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 26, 2003 .Dt FTPCHROOT 5 diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index fcef73e6ec3e8..fb504faaa5fd7 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)ftpcmd.y 8.3 (Berkeley) 4/6/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/ftpd/ftpcmd.y,v 1.66.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 9334bd931fdd9..ee23ebcf54821 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.74.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 20, 2007 .Dt FTPD 8 diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 59dc71c89963f..523598338d30e 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)ftpd.c 8.4 (Berkeley) 4/16/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/ftpd/ftpd.c,v 1.212.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); /* * FTP server. diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index 29bea5cef0d0d..3bcdc0d29a7dc 100644 --- a/libexec/ftpd/logwtmp.c +++ b/libexec/ftpd/logwtmp.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/ftpd/logwtmp.c,v 1.13.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h index a8837a90c446d..66322cbab8422 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.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <paths.h> diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index 8a739dc2ffedd..b4ae6fbf5c6b1 100644 --- a/libexec/ftpd/popen.c +++ b/libexec/ftpd/popen.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/ftpd/popen.c,v 1.26.10.1.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index 697e81ae0bb4f..7779cd5b13201 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.11.40.1 2010/12/21 17:10:29 kensmith 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 bc5a963c8a358..9442f5a9dbc97 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.11.26.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/getty/extern.h b/libexec/getty/extern.h index 04f3287c9bb93..b0bb55c0553fd 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.9.26.1 2010/12/21 17:10:29 kensmith Exp $ */ struct delayval; diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index 4ab5501b3f9a3..3884b8299c2bd 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.16.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" " .Dd June 4, 1993 .Dt GETTY 8 diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index 7b475b1917811..a9f96dbae94ab 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.41.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" " .Dd April 19, 1994 .Dt GETTYTAB 5 diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h index e8b4143af6459..36a831c15c303 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.14.36.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/libexec/getty/init.c b/libexec/getty/init.c index b832bb29fa8b2..975754a9b7e9c 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.16.26.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/main.c b/libexec/getty/main.c index ad53411b57fb8..c454a1a513ff3 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.47.26.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/getty/pathnames.h b/libexec/getty/pathnames.h index 035e8b6c14b32..f61872ac49666 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.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <paths.h> diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index 4938d7386dbf5..7aee3ac1ae273 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.19.34.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index cf2423a9320db..79711b04a6a32 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.19.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" " .Dd May 27, 2005 .Dt TTYS 5 diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile index 8ef420d9fcb4f..d1ddb57e018a4 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.18.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/libexec/lukemftpd/config.h b/libexec/lukemftpd/config.h index 0d4566a924c04..bb267b4f95237 100644 --- a/libexec/lukemftpd/config.h +++ b/libexec/lukemftpd/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/lukemftpd/config.h,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* config.h. Generated automatically by configure. */ diff --git a/libexec/lukemftpd/nbsd2fbsd.h b/libexec/lukemftpd/nbsd2fbsd.h index ac09bdfda57c0..60a642e4aea58 100644 --- a/libexec/lukemftpd/nbsd2fbsd.h +++ b/libexec/lukemftpd/nbsd2fbsd.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/lukemftpd/nbsd2fbsd.h,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* XXX: Depend on our system headers protecting against multiple includes. */ #include <paths.h> diff --git a/libexec/lukemftpd/nbsd_pidfile.h b/libexec/lukemftpd/nbsd_pidfile.h index 23dbe38be9cc7..acbeda7d1f9b3 100644 --- a/libexec/lukemftpd/nbsd_pidfile.h +++ b/libexec/lukemftpd/nbsd_pidfile.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/lukemftpd/nbsd_pidfile.h,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/stdint.h> #include <sysexits.h> diff --git a/libexec/lukemftpd/util.h b/libexec/lukemftpd/util.h index 91ce241953ea4..efd39fca43ed6 100644 --- a/libexec/lukemftpd/util.h +++ b/libexec/lukemftpd/util.h @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/lukemftpd/util.h,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <libutil.h> diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 57837d11166bc..7e95083cdb5e0 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.21.26.1 2010/12/21 17:10:29 kensmith Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/mail.local diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index d09f8127dc21d..7c05bcb205254 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.14.32.1 2010/12/21 17:10:29 kensmith Exp $ PROG= makekey MAN= makekey.8 diff --git a/libexec/makekey/makekey.8 b/libexec/makekey/makekey.8 index 7f7f054d012b9..e021e5f7fd404 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.15.32.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 8, 2003 .Dt MAKEKEY 8 diff --git a/libexec/makekey/makekey.c b/libexec/makekey/makekey.c index 2b541bf87b639..278cb78cf000d 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.9.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/mknetid/Makefile b/libexec/mknetid/Makefile index 6941b8fde4140..86ab2ecc2a0dd 100644 --- a/libexec/mknetid/Makefile +++ b/libexec/mknetid/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/mknetid/Makefile,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= mknetid SRCS= mknetid.c hash.c parse_group.c diff --git a/libexec/mknetid/hash.c b/libexec/mknetid/hash.c index b4a39cbc12ec0..f280a751cb484 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.7.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/libexec/mknetid/hash.h b/libexec/mknetid/hash.h index 7918ae2e95f03..318719f8bb159 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.6.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* Groupid entry hung off a member_entry node. */ diff --git a/libexec/mknetid/mknetid.8 b/libexec/mknetid/mknetid.8 index e70dc0038d9fe..6671fa19a586d 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.16.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 23, 1996 .Dt MKNETID 8 diff --git a/libexec/mknetid/mknetid.c b/libexec/mknetid/mknetid.c index 66868664c3c51..fcbf373a43cae 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.13.40.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #define LINSIZ 1024 diff --git a/libexec/mknetid/netid.5 b/libexec/mknetid/netid.5 index 011d8f507ec94..386c8382779ae 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.4.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 13, 1996 .Dt NETID 5 diff --git a/libexec/mknetid/parse_group.c b/libexec/mknetid/parse_group.c index b34ee11fcb39b..735846c84bff2 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.7.40.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/libexec/pppoed/Makefile b/libexec/pppoed/Makefile index 0f0c78eda4f13..be8f5c9f60637 100644 --- a/libexec/pppoed/Makefile +++ b/libexec/pppoed/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/pppoed/Makefile,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= pppoed DPADD= ${LIBNETGRAPH} diff --git a/libexec/pppoed/pppoed.8 b/libexec/pppoed/pppoed.8 index 2f783535b7678..5678a19dfa674 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.18.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd November 8, 1999 .Dt PPPOED 8 diff --git a/libexec/pppoed/pppoed.c b/libexec/pppoed/pppoed.c index f07dd8c07d5d4..51e442b517bae 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.27.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/libexec/pt_chown/Makefile b/libexec/pt_chown/Makefile index d4f31bbfd688e..a5e4fc0d982f8 100644 --- a/libexec/pt_chown/Makefile +++ b/libexec/pt_chown/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/pt_chown/Makefile,v 1.4.24.1 2010/12/21 17:10:29 kensmith Exp $ PROG= pt_chown BINOWN= root diff --git a/libexec/pt_chown/pt_chown.c b/libexec/pt_chown/pt_chown.c index d89ffeaba87ee..e50c22415660f 100644 --- a/libexec/pt_chown/pt_chown.c +++ b/libexec/pt_chown/pt_chown.c @@ -32,7 +32,7 @@ #include <sys/cdefs.h> #ifndef lint -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/pt_chown/pt_chown.c,v 1.1.36.1 2010/12/21 17:10:29 kensmith Exp $"); #endif /* not lint */ #include <sys/stat.h> diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile index 3a4099e4a8be1..4d5885d110b69 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.12.40.1 2010/12/21 17:10:29 kensmith 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 ddd9cfbc2ae6e..0466374260754 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.11.40.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/conf.c b/libexec/rbootd/conf.c index 74ff341095f9e..81bc9aef87225 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.60.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/defs.h b/libexec/rbootd/defs.h index ff640c1629b5c..6384d7090875e 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.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "rmp.h" diff --git a/libexec/rbootd/parseconf.c b/libexec/rbootd/parseconf.c index 2eb33e0a370e6..379f80725057e 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.11.40.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/rbootd.8 b/libexec/rbootd/rbootd.8 index c00186f48facd..c3c7f0ef0c43a 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.14.34.1 2010/12/21 17:10:29 kensmith 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 942c7cb7133c2..59e64bcce0161 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.14.26.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/rmpproto.c b/libexec/rbootd/rmpproto.c index 78c2488f9a841..de74d6aae1e20 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.9.34.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/utils.c b/libexec/rbootd/utils.c index 138bc4cc0078d..4c6bcec936464 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.8.34.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/revnetgroup/Makefile b/libexec/revnetgroup/Makefile index 708837141347f..b83459668627a 100644 --- a/libexec/revnetgroup/Makefile +++ b/libexec/revnetgroup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/revnetgroup/Makefile,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= revnetgroup SRCS= revnetgroup.c hash.c parse_netgroup.c diff --git a/libexec/revnetgroup/hash.c b/libexec/revnetgroup/hash.c index 1180080235519..bb86bf951befe 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.7.40.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/revnetgroup/hash.h b/libexec/revnetgroup/hash.h index 2485901ed68e2..65aed85f14dde 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.7.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* Groupname entry hung off a member_entry node. */ diff --git a/libexec/revnetgroup/parse_netgroup.c b/libexec/revnetgroup/parse_netgroup.c index 67e1b14788d89..7efb14ca60e7b 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.9.40.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/libexec/revnetgroup/revnetgroup.8 b/libexec/revnetgroup/revnetgroup.8 index 84cf9f91b007c..7c48b2d81dbf5 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.14.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 24, 1995 .Dt REVNETGROUP 8 diff --git a/libexec/revnetgroup/revnetgroup.c b/libexec/revnetgroup/revnetgroup.c index 505c482b3be88..d3ad414ca0043 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.13.26.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <err.h> diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile index 9807dc8e5ba30..58444255cfef3 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.21.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index d861da5383947..eb684830de2de 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.24.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd February 9, 2005 .Dt RLOGIND 8 diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c index c4db3c7ae6bfc..2da00d9b6caed 100644 --- a/libexec/rlogind/rlogind.c +++ b/libexec/rlogind/rlogind.c @@ -50,7 +50,7 @@ static const char sccsid[] = "@(#)rlogind.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/rlogind/rlogind.c,v 1.44.26.1 2010/12/21 17:10:29 kensmith Exp $"); /* * remote login server: diff --git a/libexec/rpc.rquotad/Makefile b/libexec/rpc.rquotad/Makefile index feacce57ef43d..6be301fa2902d 100644 --- a/libexec/rpc.rquotad/Makefile +++ b/libexec/rpc.rquotad/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.rquotad/Makefile,v 1.6.24.1.4.1 2010/12/21 17:10:29 kensmith Exp $ PROG = rpc.rquotad SRCS = rquotad.c diff --git a/libexec/rpc.rquotad/rpc.rquotad.8 b/libexec/rpc.rquotad/rpc.rquotad.8 index 4e14da0b034c6..c0a72567c357e 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.12.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 22, 1994 .Dt RPC.RQUOTAD 8 diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c index 559a57a1f3364..53810596981d7 100644 --- a/libexec/rpc.rquotad/rquotad.c +++ b/libexec/rpc.rquotad/rquotad.c @@ -5,7 +5,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/rpc.rquotad/rquotad.c,v 1.9.10.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile index 1083447dd399b..65b590febdf0b 100644 --- a/libexec/rpc.rstatd/Makefile +++ b/libexec/rpc.rstatd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.rstatd/Makefile,v 1.8.18.1.8.1 2010/12/21 17:10:29 kensmith 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 ebaa766efd88f..90b24345416d1 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.8.40.1 2010/12/21 17:10:29 kensmith 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 76911c8bd370f..7ac316cabc0eb 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.25.20.1.8.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c index 362cdc486683c..2a0d6d647b94d 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.11.26.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile index af43bd3e7cf3e..ecc13ea4bde15 100644 --- a/libexec/rpc.rusersd/Makefile +++ b/libexec/rpc.rusersd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.rusersd/Makefile,v 1.8.40.1 2010/12/21 17:10:29 kensmith 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 6efd47de9edeb..2d9d35f7688c6 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.9.40.1 2010/12/21 17:10:29 kensmith 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 8bd96924b29a8..c06b81eca9c8c 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.13.36.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #ifdef DEBUG diff --git a/libexec/rpc.rusersd/rusersd.c b/libexec/rpc.rusersd/rusersd.c index 1835e8e27aeb4..0e64446ddd799 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.11.26.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/libexec/rpc.rwalld/Makefile b/libexec/rpc.rwalld/Makefile index 83182e904b3ed..c9e362486eef5 100644 --- a/libexec/rpc.rwalld/Makefile +++ b/libexec/rpc.rwalld/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.rwalld/Makefile,v 1.7.34.1 2010/12/21 17:10:29 kensmith Exp $ PROG = rpc.rwalld SRCS = rwalld.c diff --git a/libexec/rpc.rwalld/rpc.rwalld.8 b/libexec/rpc.rwalld/rpc.rwalld.8 index d5e1472732a6e..b46a8ca19a86a 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.9.34.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 7, 1993 .Dt RPC.RWALLD 8 diff --git a/libexec/rpc.rwalld/rwalld.c b/libexec/rpc.rwalld/rwalld.c index 6bfe537705609..3f4057610945f 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.13.26.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <err.h> diff --git a/libexec/rpc.sprayd/Makefile b/libexec/rpc.sprayd/Makefile index 1dd582de0082c..7b9731ea52e9e 100644 --- a/libexec/rpc.sprayd/Makefile +++ b/libexec/rpc.sprayd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.sprayd/Makefile,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG = rpc.sprayd SRCS = sprayd.c diff --git a/libexec/rpc.sprayd/rpc.sprayd.8 b/libexec/rpc.sprayd/rpc.sprayd.8 index 8840043e5ed21..5ddc21601a986 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.9.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 22, 1994 .Dt RPC.SPRAYD 8 diff --git a/libexec/rpc.sprayd/sprayd.c b/libexec/rpc.sprayd/sprayd.c index 9c7cee1e105b8..106915d0c33fe 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.9.26.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <rpc/rpc.h> diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index 155314ad611fe..20eabd1c6bf08 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.25.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= rshd MAN= rshd.8 diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index bc77108b5223c..2a23286a0a7f1 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.36.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt RSHD 8 diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index ec17251475463..1b4dbc1076030 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -51,7 +51,7 @@ static const char sccsid[] = "@(#)rshd.c 8.2 (Berkeley) 4/6/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/rshd/rshd.c,v 1.51.26.1 2010/12/21 17:10:29 kensmith Exp $"); /* * remote shell server: diff --git a/libexec/rtld-aout/shlib.c b/libexec/rtld-aout/shlib.c index 39ec792a72c97..33c0f273e7400 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.26.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/libexec/rtld-aout/shlib.h b/libexec/rtld-aout/shlib.h index 4b6d753e573e2..6a25f8329b0c3 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.8.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/libexec/rtld-aout/support.c b/libexec/rtld-aout/support.c index 71a84ffa12998..aa210f1298700 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.7.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> #include <string.h> diff --git a/libexec/rtld-aout/support.h b/libexec/rtld-aout/support.h index da0340783f272..4ccd997b32fb6 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.6.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 50e64a56068bc..6b3cf6d57099f 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rtld-elf/Makefile,v 1.41.12.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/libexec/rtld-elf/Symbol.map b/libexec/rtld-elf/Symbol.map index 20f8d60f36118..e2e1eceb50817 100644 --- a/libexec/rtld-elf/Symbol.map +++ b/libexec/rtld-elf/Symbol.map @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/Symbol.map,v 1.5.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ */ FBSD_1.0 { diff --git a/libexec/rtld-elf/amd64/reloc.c b/libexec/rtld-elf/amd64/reloc.c index 8a32adfc4121b..d635bed5820d2 100644 --- a/libexec/rtld-elf/amd64/reloc.c +++ b/libexec/rtld-elf/amd64/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/amd64/reloc.c,v 1.18.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/libexec/rtld-elf/amd64/rtld_machdep.h b/libexec/rtld-elf/amd64/rtld_machdep.h index c688eb1746d41..28ac0abf44c48 100644 --- a/libexec/rtld-elf/amd64/rtld_machdep.h +++ b/libexec/rtld-elf/amd64/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/amd64/rtld_machdep.h,v 1.13.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef RTLD_MACHDEP_H diff --git a/libexec/rtld-elf/amd64/rtld_start.S b/libexec/rtld-elf/amd64/rtld_start.S index 4cdad22b05576..8ea65e3198c5d 100644 --- a/libexec/rtld-elf/amd64/rtld_start.S +++ b/libexec/rtld-elf/amd64/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/amd64/rtld_start.S,v 1.5.34.1 2010/12/21 17:10:29 kensmith Exp $ */ .text diff --git a/libexec/rtld-elf/arm/Makefile.inc b/libexec/rtld-elf/arm/Makefile.inc index e8c0da7a1d7eb..3f2d8593d07cc 100644 --- a/libexec/rtld-elf/arm/Makefile.inc +++ b/libexec/rtld-elf/arm/Makefile.inc @@ -1 +1 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rtld-elf/arm/Makefile.inc,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/libexec/rtld-elf/arm/reloc.c b/libexec/rtld-elf/arm/reloc.c index e383892ee3a58..bffa243f2ef5b 100644 --- a/libexec/rtld-elf/arm/reloc.c +++ b/libexec/rtld-elf/arm/reloc.c @@ -1,7 +1,7 @@ /* $NetBSD: mdreloc.c,v 1.23 2003/07/26 15:04:38 mrg Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/rtld-elf/arm/reloc.c,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/mman.h> diff --git a/libexec/rtld-elf/arm/rtld_machdep.h b/libexec/rtld-elf/arm/rtld_machdep.h index dd046a9d5ae83..b5afacab67917 100644 --- a/libexec/rtld-elf/arm/rtld_machdep.h +++ b/libexec/rtld-elf/arm/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/arm/rtld_machdep.h,v 1.5.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef RTLD_MACHDEP_H diff --git a/libexec/rtld-elf/arm/rtld_start.S b/libexec/rtld-elf/arm/rtld_start.S index da22c57317ea9..f8987475952e8 100644 --- a/libexec/rtld-elf/arm/rtld_start.S +++ b/libexec/rtld-elf/arm/rtld_start.S @@ -37,7 +37,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/rtld-elf/arm/rtld_start.S,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $"); .text .align 0 diff --git a/libexec/rtld-elf/debug.c b/libexec/rtld-elf/debug.c index 3b7611c6e63d6..78760270f9b8b 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.4.36.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/libexec/rtld-elf/debug.h b/libexec/rtld-elf/debug.h index 98fdfb4929c93..492e864b05026 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.7.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/libexec/rtld-elf/i386/Symbol.map b/libexec/rtld-elf/i386/Symbol.map index b80731087244e..2b04ebfe450d9 100644 --- a/libexec/rtld-elf/i386/Symbol.map +++ b/libexec/rtld-elf/i386/Symbol.map @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/i386/Symbol.map,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ FBSD_1.0 { diff --git a/libexec/rtld-elf/i386/reloc.c b/libexec/rtld-elf/i386/reloc.c index ec83bff982dcd..7c3c13b7a0c70 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.20.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/libexec/rtld-elf/i386/rtld_machdep.h b/libexec/rtld-elf/i386/rtld_machdep.h index cbb13eb8595c0..0df7ea7b3d481 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.11.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef RTLD_MACHDEP_H diff --git a/libexec/rtld-elf/i386/rtld_start.S b/libexec/rtld-elf/i386/rtld_start.S index 9a6e2d5e5292d..0fa1231b5edb6 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.4.26.1 2010/12/21 17:10:29 kensmith Exp $ */ .text diff --git a/libexec/rtld-elf/ia64/Makefile.inc b/libexec/rtld-elf/ia64/Makefile.inc index e8c0da7a1d7eb..0cb1fc064f98a 100644 --- a/libexec/rtld-elf/ia64/Makefile.inc +++ b/libexec/rtld-elf/ia64/Makefile.inc @@ -1 +1 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rtld-elf/ia64/Makefile.inc,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/libexec/rtld-elf/ia64/reloc.c b/libexec/rtld-elf/ia64/reloc.c index 9a8d0670f63e3..77f08bc8fbf5e 100644 --- a/libexec/rtld-elf/ia64/reloc.c +++ b/libexec/rtld-elf/ia64/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/ia64/reloc.c,v 1.21.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/libexec/rtld-elf/ia64/rtld_machdep.h b/libexec/rtld-elf/ia64/rtld_machdep.h index 5cb8bc27acbd9..74f529cd94cf8 100644 --- a/libexec/rtld-elf/ia64/rtld_machdep.h +++ b/libexec/rtld-elf/ia64/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/ia64/rtld_machdep.h,v 1.6.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef RTLD_MACHDEP_H diff --git a/libexec/rtld-elf/ia64/rtld_start.S b/libexec/rtld-elf/ia64/rtld_start.S index f41e5e51bd2b1..75b4f0aff892d 100644 --- a/libexec/rtld-elf/ia64/rtld_start.S +++ b/libexec/rtld-elf/ia64/rtld_start.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/rtld-elf/ia64/rtld_start.S,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* From: NetBSD: rtld_start.S,v 1.1 1996/12/16 20:38:09 cgd Exp */ /* diff --git a/libexec/rtld-elf/libmap.c b/libexec/rtld-elf/libmap.c index 773456b1f74de..ca83286ace7dd 100644 --- a/libexec/rtld-elf/libmap.c +++ b/libexec/rtld-elf/libmap.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/libmap.c,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> diff --git a/libexec/rtld-elf/libmap.h b/libexec/rtld-elf/libmap.h index 53b2ba1ec0bf9..d512aca6e23b6 100644 --- a/libexec/rtld-elf/libmap.h +++ b/libexec/rtld-elf/libmap.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/libmap.h,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ */ int lm_init (char *); diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c index 3da5bee3b7fa5..256acc3384252 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.11.14.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/libexec/rtld-elf/map_object.c b/libexec/rtld-elf/map_object.c index 6de0c9e1a3d02..796da13d652a0 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.18.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/libexec/rtld-elf/powerpc/Makefile.inc b/libexec/rtld-elf/powerpc/Makefile.inc index e8c0da7a1d7eb..d00a844defa0c 100644 --- a/libexec/rtld-elf/powerpc/Makefile.inc +++ b/libexec/rtld-elf/powerpc/Makefile.inc @@ -1 +1 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rtld-elf/powerpc/Makefile.inc,v 1.1.32.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/libexec/rtld-elf/powerpc/reloc.c b/libexec/rtld-elf/powerpc/reloc.c index ed3b6fab6e4a5..506c41e52536d 100644 --- a/libexec/rtld-elf/powerpc/reloc.c +++ b/libexec/rtld-elf/powerpc/reloc.c @@ -26,7 +26,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/powerpc/reloc.c,v 1.8.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/libexec/rtld-elf/powerpc/rtld_machdep.h b/libexec/rtld-elf/powerpc/rtld_machdep.h index 38e105dd2832c..9322c091f0459 100644 --- a/libexec/rtld-elf/powerpc/rtld_machdep.h +++ b/libexec/rtld-elf/powerpc/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/powerpc/rtld_machdep.h,v 1.4.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef RTLD_MACHDEP_H diff --git a/libexec/rtld-elf/powerpc/rtld_start.S b/libexec/rtld-elf/powerpc/rtld_start.S index 86f76e6d282a4..d5361c80ff1eb 100644 --- a/libexec/rtld-elf/powerpc/rtld_start.S +++ b/libexec/rtld-elf/powerpc/rtld_start.S @@ -26,7 +26,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/powerpc/rtld_start.S,v 1.2.30.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <machine/asm.h> diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index 99387b9ff8ffa..8a6e6076dc1a3 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -26,7 +26,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.1,v 1.46.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 23, 2009 .Dt RTLD 1 diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 290e9c7a2a740..7d6af1cd03e5d 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.124.2.9.4.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/libexec/rtld-elf/rtld.h b/libexec/rtld-elf/rtld.h index 70be16ee4b502..3ba1d33d0ca42 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.38.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef RTLD_H /* { */ diff --git a/libexec/rtld-elf/rtld_lock.c b/libexec/rtld-elf/rtld_lock.c index bf4caf71176bf..bf9a32404854c 100644 --- a/libexec/rtld-elf/rtld_lock.c +++ b/libexec/rtld-elf/rtld_lock.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: FreeBSD: src/libexec/rtld-elf/sparc64/lockdflt.c,v 1.3 2002/10/09 - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-elf/rtld_lock.c,v 1.4.2.3.6.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/libexec/rtld-elf/rtld_lock.h b/libexec/rtld-elf/rtld_lock.h index 6c04e3b96e371..b27527cb110fe 100644 --- a/libexec/rtld-elf/rtld_lock.h +++ b/libexec/rtld-elf/rtld_lock.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_lock.h,v 1.2.20.2.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _RTLD_LOCK_H_ diff --git a/libexec/rtld-elf/rtld_tls.h b/libexec/rtld-elf/rtld_tls.h index b85db59afb184..678cee7ebd820 100644 --- a/libexec/rtld-elf/rtld_tls.h +++ b/libexec/rtld-elf/rtld_tls.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/rtld_tls.h,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/libexec/rtld-elf/sparc64/Makefile.inc b/libexec/rtld-elf/sparc64/Makefile.inc index e8c0da7a1d7eb..c7acd15dfa2be 100644 --- a/libexec/rtld-elf/sparc64/Makefile.inc +++ b/libexec/rtld-elf/sparc64/Makefile.inc @@ -1 +1 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rtld-elf/sparc64/Makefile.inc,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/libexec/rtld-elf/sparc64/reloc.c b/libexec/rtld-elf/sparc64/reloc.c index 23b73dde192c9..0559c5582976f 100644 --- a/libexec/rtld-elf/sparc64/reloc.c +++ b/libexec/rtld-elf/sparc64/reloc.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/rtld-elf/sparc64/reloc.c,v 1.15.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/mman.h> diff --git a/libexec/rtld-elf/sparc64/rtld_machdep.h b/libexec/rtld-elf/sparc64/rtld_machdep.h index db2ce256c6cb5..a0fbbd623635b 100644 --- a/libexec/rtld-elf/sparc64/rtld_machdep.h +++ b/libexec/rtld-elf/sparc64/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/sparc64/rtld_machdep.h,v 1.7.32.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef RTLD_MACHDEP_H diff --git a/libexec/rtld-elf/sparc64/rtld_start.S b/libexec/rtld-elf/sparc64/rtld_start.S index 58bdd1bbc944f..5d6332ec182ef 100644 --- a/libexec/rtld-elf/sparc64/rtld_start.S +++ b/libexec/rtld-elf/sparc64/rtld_start.S @@ -37,7 +37,7 @@ * 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/sparc64/rtld_start.S,v 1.6.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <machine/asm.h> diff --git a/libexec/rtld-elf/xmalloc.c b/libexec/rtld-elf/xmalloc.c index 7ee4c570c6b81..a57ac50bb9c23 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.3.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <err.h> diff --git a/libexec/save-entropy/Makefile b/libexec/save-entropy/Makefile index 3e27c48315c44..e21456590bb73 100644 --- a/libexec/save-entropy/Makefile +++ b/libexec/save-entropy/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/save-entropy/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ SCRIPTS= save-entropy.sh NO_OBJ= diff --git a/libexec/save-entropy/save-entropy.sh b/libexec/save-entropy/save-entropy.sh index b5b37d40c3c7a..303aa3483b9ea 100755 --- a/libexec/save-entropy/save-entropy.sh +++ b/libexec/save-entropy/save-entropy.sh @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/libexec/save-entropy/save-entropy.sh,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ # This script is called by cron to store bits of randomness which are # then used to seed /dev/random on boot. diff --git a/libexec/smrsh/Makefile b/libexec/smrsh/Makefile index 6fd2801f780d3..98d94271d6808 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.10.26.1 2010/12/21 17:10:29 kensmith Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/smrsh diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index aa6df1bb9b67a..00517b0e72e6f 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.9.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ntalkd SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c diff --git a/libexec/talkd/announce.c b/libexec/talkd/announce.c index ca64541d80edd..356849c5f1504 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.16.36.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/talkd/extern.h b/libexec/talkd/extern.h index cb231a95d1348..285f24ce14932 100644 --- a/libexec/talkd/extern.h +++ b/libexec/talkd/extern.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/libexec/talkd/extern.h,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $ */ int announce(CTL_MSG *, const char *); diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index 6c39d8da72cc9..4554f61477fd8 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.12.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* debug print routines */ diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c index d77f8a168bf46..81f05f49870db 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.11.26.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index 001e7d41db7a4..18ec1560ff1b3 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.9.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/libexec/talkd/talkd.8 b/libexec/talkd/talkd.8 index b1944b7b56004..79986a7b55704 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.7.36.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 11, 1993 .Dt TALKD 8 diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index e81cec6eb74d9..cce1b2816ffaf 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.17.34.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile index 6bb6080e3a33e..4a8376531f1ec 100644 --- a/libexec/tcpd/Makefile +++ b/libexec/tcpd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/tcpd/Makefile,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 9a4adca83c282..612940c7d3941 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/telnetd/Makefile,v 1.31.12.1 2010/12/21 17:10:29 kensmith Exp $ # Do not define -DKLUDGELINEMODE, as it does not interact well with many # telnet implementations. diff --git a/libexec/tftp-proxy/Makefile b/libexec/tftp-proxy/Makefile index 45d806857ef89..203d05db177fd 100644 --- a/libexec/tftp-proxy/Makefile +++ b/libexec/tftp-proxy/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/tftp-proxy/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/pf/tftp-proxy diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile index 2b7770c393d89..7c22a79d81151 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.9.24.4.2.1 2010/12/21 17:10:29 kensmith Exp $ PROG= tftpd MAN= tftpd.8 diff --git a/libexec/tftpd/tftp-file.c b/libexec/tftpd/tftp-file.c index 1ef882014ea6b..dac53efe7bcb8 100644 --- a/libexec/tftpd/tftp-file.c +++ b/libexec/tftpd/tftp-file.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-file.c,v 1.1.4.3.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/libexec/tftpd/tftp-file.h b/libexec/tftpd/tftp-file.h index fcc4d0d03214f..063a5c0e4e396 100644 --- a/libexec/tftpd/tftp-file.h +++ b/libexec/tftpd/tftp-file.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-file.h,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); int write_init(int fd, FILE *f, const char *mode); size_t write_file(char *buffer, int count); diff --git a/libexec/tftpd/tftp-io.c b/libexec/tftpd/tftp-io.c index 8a39abdcd68d1..6b0741b0bdcab 100644 --- a/libexec/tftpd/tftp-io.c +++ b/libexec/tftpd/tftp-io.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-io.c,v 1.2.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/stat.h> #include <sys/types.h> diff --git a/libexec/tftpd/tftp-io.h b/libexec/tftpd/tftp-io.h index 70558bc634e71..f6544c8e0ee36 100644 --- a/libexec/tftpd/tftp-io.h +++ b/libexec/tftpd/tftp-io.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-io.h,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #define RP_NONE 0 #define RP_RECVFROM -1 diff --git a/libexec/tftpd/tftp-options.c b/libexec/tftpd/tftp-options.c index d5b6386920444..d3503bd32109c 100644 --- a/libexec/tftpd/tftp-options.c +++ b/libexec/tftpd/tftp-options.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-options.c,v 1.1.4.3.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/socket.h> #include <sys/types.h> diff --git a/libexec/tftpd/tftp-options.h b/libexec/tftpd/tftp-options.h index d8bd2fc6daa71..b4ada0c2aa13d 100644 --- a/libexec/tftpd/tftp-options.h +++ b/libexec/tftpd/tftp-options.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-options.h,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Options diff --git a/libexec/tftpd/tftp-transfer.c b/libexec/tftpd/tftp-transfer.c index fd0e00d940967..43b48d1c7e685 100644 --- a/libexec/tftpd/tftp-transfer.c +++ b/libexec/tftpd/tftp-transfer.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-transfer.c,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/libexec/tftpd/tftp-transfer.h b/libexec/tftpd/tftp-transfer.h index 2cfa2df8ee88e..645e3b2b59813 100644 --- a/libexec/tftpd/tftp-transfer.h +++ b/libexec/tftpd/tftp-transfer.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-transfer.h,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); void tftp_send(int peer, uint16_t *block, struct tftp_stats *tp); void tftp_receive(int peer, uint16_t *block, struct tftp_stats *tp, diff --git a/libexec/tftpd/tftp-utils.c b/libexec/tftpd/tftp-utils.c index d6d0558e10ed6..607dba9baaef7 100644 --- a/libexec/tftpd/tftp-utils.c +++ b/libexec/tftpd/tftp-utils.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-utils.c,v 1.1.4.3.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/socket.h> #include <sys/stat.h> diff --git a/libexec/tftpd/tftp-utils.h b/libexec/tftpd/tftp-utils.h index a789252fe4a06..4723f70f4e6a0 100644 --- a/libexec/tftpd/tftp-utils.h +++ b/libexec/tftpd/tftp-utils.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftp-utils.h,v 1.1.4.3.2.1 2010/12/21 17:10:29 kensmith Exp $"); /* */ diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 852323c0efd88..a133af365ecde 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.21.2.5.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd September 14, 2000 .Dt TFTPD 8 diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c index 16702b70cb1f2..fb50913f19d03 100644 --- a/libexec/tftpd/tftpd.c +++ b/libexec/tftpd/tftpd.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)tftpd.c 8.1 (Berkeley) 6/4/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/tftpd/tftpd.c,v 1.37.10.4.2.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Trivial file transfer protocol server. diff --git a/libexec/ypxfr/Makefile b/libexec/ypxfr/Makefile index 72978eb17d94c..b180ace15c4ab 100644 --- a/libexec/ypxfr/Makefile +++ b/libexec/ypxfr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/ypxfr/Makefile,v 1.11.40.1 2010/12/21 17:10:29 kensmith 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 488f9e4ad4462..3c55e1fa5e134 100644 --- a/libexec/ypxfr/yp_dbwrite.c +++ b/libexec/ypxfr/yp_dbwrite.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/ypxfr/yp_dbwrite.c,v 1.11.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <db.h> #include <errno.h> diff --git a/libexec/ypxfr/ypxfr.8 b/libexec/ypxfr/ypxfr.8 index 0d24b0de48b78..7ca80159d491a 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.19.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd February 5, 1995 .Dt YPXFR 8 diff --git a/libexec/ypxfr/ypxfr_extern.h b/libexec/ypxfr/ypxfr_extern.h index f843b645b6dd1..54cfcdf0449ca 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.11.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> #include <limits.h> diff --git a/libexec/ypxfr/ypxfr_getmap.c b/libexec/ypxfr/ypxfr_getmap.c index 452b18667ad32..ef6a3370e58c8 100644 --- a/libexec/ypxfr/ypxfr_getmap.c +++ b/libexec/ypxfr/ypxfr_getmap.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/ypxfr/ypxfr_getmap.c,v 1.12.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <time.h> diff --git a/libexec/ypxfr/ypxfr_main.c b/libexec/ypxfr/ypxfr_main.c index f6b478a89d3c9..46b97c57a1dd4 100644 --- a/libexec/ypxfr/ypxfr_main.c +++ b/libexec/ypxfr/ypxfr_main.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/ypxfr/ypxfr_main.c,v 1.20.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <errno.h> #include <stdio.h> diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c index 726abec8022d8..014a394e49948 100644 --- a/libexec/ypxfr/ypxfr_misc.c +++ b/libexec/ypxfr/ypxfr_misc.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/ypxfr/ypxfr_misc.c,v 1.17.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <string.h> diff --git a/libexec/ypxfr/ypxfrd_getmap.c b/libexec/ypxfr/ypxfrd_getmap.c index b1424ac552fce..ddb97e9eb89a9 100644 --- a/libexec/ypxfr/ypxfrd_getmap.c +++ b/libexec/ypxfr/ypxfrd_getmap.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/ypxfr/ypxfrd_getmap.c,v 1.11.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include <errno.h> #include <stdlib.h> |