diff options
Diffstat (limited to 'libexec')
189 files changed, 189 insertions, 189 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 40c4ff505b22..c8744b42797c 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.37.2.3 1999/12/13 15:08:13 peter Exp $ # Present but disabled: kpasswdd SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \ diff --git a/libexec/atrun/LEGAL b/libexec/atrun/LEGAL index af8be572d5cd..b546bee3b151 100644 --- a/libexec/atrun/LEGAL +++ b/libexec/atrun/LEGAL @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/atrun/LEGAL,v 1.4.2.1 1999/08/29 15:02:38 peter Exp $ -----BEGIN PGP SIGNED MESSAGE----- diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 563e10196549..07c82b358fa3 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/atrun/Makefile,v 1.6.2.1 1999/08/29 15:02:38 peter Exp $ MAINSRC= ${.CURDIR}/../../usr.bin/at diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index ae9ebc916a90..aa18a3ef41f4 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.13.2.1 1999/08/29 15:02:39 peter Exp $"; #endif /* not lint */ /* System Headers */ diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man index a157f2af4cb5..153927295190 100644 --- a/libexec/atrun/atrun.man +++ b/libexec/atrun/atrun.man @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/atrun/atrun.man,v 1.5.2.3 1999/08/29 15:02:40 peter Exp $ .Dd April 12, 1995 .Dt ATRUN 8 .Os FreeBSD 2.1 diff --git a/libexec/atrun/gloadavg.c b/libexec/atrun/gloadavg.c index 6cffe5a4cfec..7d8a4709b8f2 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.4.2.1 1999/08/29 15:02:40 peter Exp $"; #endif /* not lint */ #ifndef __FreeBSD__ diff --git a/libexec/atrun/gloadavg.h b/libexec/atrun/gloadavg.h index 48890ce54b59..71d358d0602d 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.3.2.1 1999/08/29 15:02:41 peter Exp $"; #endif diff --git a/libexec/bootpd/Announce b/libexec/bootpd/Announce index 60838d5e978e..c2033d94849a 100644 --- a/libexec/bootpd/Announce +++ b/libexec/bootpd/Announce @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Announce,v 1.4.2.1 1999/08/29 15:02:43 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..2119e63835e5 100644 --- a/libexec/bootpd/Changes +++ b/libexec/bootpd/Changes @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Changes,v 1.4.2.1 1999/08/29 15:02:44 peter Exp $ Changes, most recent first Date, <email> Real Name diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index f428be888778..68677691a83f 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,5 +1,5 @@ # bootpd/Makefile -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Makefile,v 1.7.2.1 1999/08/29 15:02:44 peter Exp $ PROG= bootpd CFLAGS+= -DETC_ETHERS diff --git a/libexec/bootpd/Makefile.UNIX b/libexec/bootpd/Makefile.UNIX index 5b2c186bcb4b..76cac91ba981 100644 --- a/libexec/bootpd/Makefile.UNIX +++ b/libexec/bootpd/Makefile.UNIX @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Makefile.UNIX,v 1.4.2.1 1999/08/29 15:02:45 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..7727187181ae 100644 --- a/libexec/bootpd/Makefile.inc +++ b/libexec/bootpd/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Makefile.inc,v 1.3.2.1 1999/08/29 15:02:45 peter Exp $ BINDIR?= /usr/libexec diff --git a/libexec/bootpd/Problems b/libexec/bootpd/Problems index c7f9951946b3..6077a3f18445 100644 --- a/libexec/bootpd/Problems +++ b/libexec/bootpd/Problems @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Problems,v 1.4.2.1 1999/08/29 15:02:46 peter Exp $ Common problems and ways to work around them: diff --git a/libexec/bootpd/README b/libexec/bootpd/README index a88cca5b6450..2fa37810a7e8 100644 --- a/libexec/bootpd/README +++ b/libexec/bootpd/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/README,v 1.4.2.1 1999/08/29 15:02:47 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 6ff568087511..100e21891da9 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.3.2.1 1999/08/29 15:02:47 peter Exp $ * * * This file specifies the "implementation-independent" BOOTP protocol diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8 index 5630167d6cec..8f93ebc58c49 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.9.2.1 1999/08/29 15:02:48 peter Exp $ .\" .Dd November 06, 1993 .Dt BOOTPD 8 diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index 216e08f18f4f..567de320b109 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.10.2.2 1999/08/29 15:02:48 peter Exp $ ************************************************************************/ diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile index 4a658533741f..eb984baa97df 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.3.2.1 1999/08/29 15:02:59 peter Exp $ PROG= bootpgw NOMAN= true diff --git a/libexec/bootpd/bootptab.5 b/libexec/bootpd/bootptab.5 index eee489d74e28..83ea0d72a572 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.2.2.2 1999/08/29 15:02:49 peter Exp $ .\" .Dd October 31, 1991 .Dt BOOTPTAB 5 diff --git a/libexec/bootpd/bootptab.mcs b/libexec/bootpd/bootptab.mcs index 9bce37e07f29..a96e647c75df 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.4.2.1 1999/08/29 15:02:49 peter Exp $ # # Legend: (see bootptab.5) # first field -- hostname (not indented) diff --git a/libexec/bootpd/dovend.c b/libexec/bootpd/dovend.c index 9c8457b74908..953626e7e20c 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.4.2.1 1999/08/29 15:02:50 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index 5fa832098062..ddc24e620aeb 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.5.2.1 1999/08/29 15:02:51 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c index 8f95a59292ad..0f8e4037c28c 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.8.2.1 1999/08/29 15:02:52 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c index ec7cd8f716db..852c58e8159e 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.6.2.1 1999/08/29 15:02:52 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c index 16b042032e76..53175448db0a 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.4.2.1 1999/08/29 15:02:53 peter Exp $ ************************************************************************/ diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c index 9a9de1a98cb5..5f7f047cfa58 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.6.2.1 1999/08/29 15:02:53 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/hwaddr.h b/libexec/bootpd/hwaddr.h index 200427356e48..34f2ac199e17 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.4.2.1 1999/08/29 15:02:54 peter Exp $ */ #ifndef HWADDR_H diff --git a/libexec/bootpd/lookup.c b/libexec/bootpd/lookup.c index 54b3f62242f7..cb3a596cfd5e 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.6.2.1 1999/08/29 15:02:54 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/patchlevel.h b/libexec/bootpd/patchlevel.h index fc79f18b4068..824b6756f53a 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.4.2.1 1999/08/29 15:02:55 peter Exp $ */ #define VERSION "2.4" diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c index 58c65b57edeb..9a277f99903e 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.5.2.1 1999/08/29 15:02:56 peter Exp $ ************************************************************************/ diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index 40b872864cfd..9c6d88e3ee0f 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.9.2.1 1999/08/29 15:02:56 peter Exp $ */ #include <sys/param.h> diff --git a/libexec/bootpd/tools/Makefile b/libexec/bootpd/tools/Makefile index e905bffa7696..f0f68530b2c7 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.3.2.1 1999/08/29 15:03:00 peter Exp $ SUBDIR= bootpef bootptest diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc index 16007eec373b..2fceb89f8b7f 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.3.2.1 1999/08/29 15:03:01 peter Exp $ BINDIR=/usr/sbin diff --git a/libexec/bootpd/tools/bootpef/Makefile b/libexec/bootpd/tools/bootpef/Makefile index dfb766255864..f452e9089e92 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.3.2.1 1999/08/29 15:03:02 peter Exp $ PROG= bootpef MAN8= bootpef.8 diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c index 893efd87ea35..b43227650b9e 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.4.2.2 1999/08/29 15:03:02 peter Exp $ ************************************************************************/ diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index 1bc8887432f2..2d255d8b1179 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.5.2.1 1999/08/29 15:03:04 peter Exp $ PROG= bootptest MAN8= bootptest.8 diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c index f56a095b73d2..54e6f979c765 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.5.2.2 1999/08/29 15:03:05 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 977a32dd4165..9d20fcaad99a 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.5.2.1 1999/08/29 15:03:05 peter Exp $ */ #include <stdio.h> diff --git a/libexec/bootpd/trygetea.c b/libexec/bootpd/trygetea.c index 0ae63a3a2fba..cbd9df66806a 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.4.2.1 1999/08/29 15:02:57 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/trygetif.c b/libexec/bootpd/trygetif.c index 0e2cca195b23..bd3272583a44 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.4.2.1 1999/08/29 15:02:57 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/trylook.c b/libexec/bootpd/trylook.c index 9484d04b6da3..ec2cb5b28973 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.4.2.1 1999/08/29 15:02:57 peter Exp $ */ #include <sys/types.h> diff --git a/libexec/comsat/Makefile b/libexec/comsat/Makefile index d3a6740c4677..9bbe9aff92f9 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.5.2.1 1999/08/29 15:03:07 peter Exp $ PROG= comsat MAN8= comsat.8 diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8 index eb0d7d30cd0f..c26d17bda764 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.5.2.1 1999/08/29 15:03:08 peter Exp $ .\" .Dd June 4, 1993 .Dt COMSAT 8 diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index ab920a21f553..b920fa70bc29 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.12.2.1 1999/08/29 15:03:08 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile index 6c78d8d4c5a4..49a09a20ce63 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.5.2.2 1999/08/29 15:03:09 peter Exp $ PROG= fingerd DPADD= ${LIBUTIL} diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index 3420f93f6173..8e673cd7c034 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.11.2.2 1999/08/29 15:03:10 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 234233a5650e..20b130d378b7 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.25.2.1 1999/08/29 15:03:11 peter Exp $ PROG= ftpd MAN8= ftpd.8 diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index badaaeb2d5fc..2c9464370898 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.11.2.1 1999/08/29 15:03:11 peter Exp $ */ void blkfree __P((char **)); diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 359fa81dca20..e3ce9fa0f9d7 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.13.2.1 1999/08/29 15:03:11 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 6146ac74180e..acccbddb1d40 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.25.2.3 1999/08/29 15:03:12 peter Exp $ .\" .Dd April 19, 1994 .Dt FTPD 8 diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 329bb111e96a..cbe544683c61 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.52.2.3 1999/10/25 08:31:50 mharo Exp $"; #endif /* not lint */ /* diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index d3f2ec56c883..054758586333 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.7.2.1 1999/08/29 15:03:13 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h index a8837a90c446..24b14063fe9f 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.10.2.1 1999/08/29 15:03:14 peter Exp $ */ #include <paths.h> diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index 7e6670551774..826bb665d2c9 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.15.2.1 1999/08/29 15:03:14 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/ftpd/skey-stuff.c b/libexec/ftpd/skey-stuff.c index f06a4150e2ce..41e2bcd93774 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.11.2.1 1999/08/29 15:03:15 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/getNAME/Makefile b/libexec/getNAME/Makefile index a88492c48eb9..607a906af0c2 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.4.2.1 1999/08/29 15:03:16 peter Exp $ PROG= getNAME diff --git a/libexec/getNAME/getNAME.1 b/libexec/getNAME/getNAME.1 index 27e85bd13ba8..6b0a3949a745 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.7.2.1 1999/08/29 15:03:16 peter Exp $ .Dd July 8, 1996 .Dt getNAME 1 diff --git a/libexec/getNAME/getNAME.c b/libexec/getNAME/getNAME.c index 3fd63bdb6b79..b3c56c011dd7 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.6.2.1 1999/08/29 15:03:17 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index 595ae44a0d5e..16570baf05f7 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.8.2.1 1999/08/29 15:03:19 peter 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..74ad548219b3 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.5.2.1 1999/08/29 15:03:19 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/getty/extern.h b/libexec/getty/extern.h index 94fe3cc127c5..de07fd213e7f 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.5.2.1 1999/08/29 15:03:20 peter Exp $ */ struct delayval; diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index bd81c0422035..25b195eeba7f 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.9.2.1 1999/08/29 15:03:20 peter Exp $ .\" " .Dd June 4, 1993 .Dt GETTY 8 diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index 78c12a231029..afe27ec255a4 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.18.2.4 1999/09/20 09:49:52 phantom Exp $ .\" " .Dd April 19, 1994 .Dt GETTYTAB 5 diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h index b0a65e8cc685..458206217c6a 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.8.2.3 1999/08/29 15:03:21 peter Exp $ */ /* diff --git a/libexec/getty/init.c b/libexec/getty/init.c index d06378b139fc..9e73cac9fb76 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.9.2.3 1999/08/29 15:03:22 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 0eac55b56907..0163f7b462b7 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.23.2.4 1999/08/29 15:03:23 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/getty/pathnames.h b/libexec/getty/pathnames.h index 035e8b6c14b3..a52d40e7ed06 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.6.2.1 1999/08/29 15:03:23 peter Exp $ */ #include <paths.h> diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index 13c7bd060293..d6252e7509e7 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.14.2.1 1999/08/29 15:03:24 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index 43404e6ea6ed..685d44c8ffda 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.9.2.2 1999/12/07 07:57:58 sheldonh Exp $ .\" " .Dd November 17, 1996 .Dt TTYS 5 diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 1e902803f8f6..97db48f3fab6 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.9.2.1 1999/08/29 15:03:25 peter Exp $ .PATH: ${.CURDIR}/../../contrib/sendmail/mail.local \ ${.CURDIR}/../../contrib/sendmail/src diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index 2028c6dad80b..e2f7ee74e4e9 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.8.2.1 1999/08/29 15:03:26 peter Exp $ PROG= makekey MAN8= makekey.8 diff --git a/libexec/makekey/makekey.8 b/libexec/makekey/makekey.8 index 9a85c22f19cb..550bb51242d7 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.8.2.1 1999/08/29 15:03:27 peter Exp $ .\" .Dd December 11, 1993 .Dt MAKEKEY 8 diff --git a/libexec/makekey/makekey.c b/libexec/makekey/makekey.c index 5f9dc04b18a7..8d179ca3d114 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.7.2.1 1999/08/29 15:03:27 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/mknetid/Makefile b/libexec/mknetid/Makefile index 3f5592087b75..ac90497e1565 100644 --- a/libexec/mknetid/Makefile +++ b/libexec/mknetid/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/mknetid/Makefile,v 1.3.2.1 1999/08/29 15:03:28 peter 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..4afc778921e1 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.4.2.1 1999/08/29 15:03:28 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/mknetid/hash.h b/libexec/mknetid/hash.h index 04bc784c5c11..0a2d7f7e1f1b 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.4.2.1 1999/08/29 15:03:29 peter Exp $ */ /* Groupid entry hung off a member_entry node. */ diff --git a/libexec/mknetid/mknetid.8 b/libexec/mknetid/mknetid.8 index a3e3d99ef1a4..dfcd12aa35c8 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.6.2.1 1999/08/29 15:03:29 peter Exp $ .\" .Dd June 23, 1996 .Dt MKNETID 8 diff --git a/libexec/mknetid/mknetid.c b/libexec/mknetid/mknetid.c index 23414513ad08..6a5b46dbd8f0 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.10.2.1 1999/08/29 15:03:30 peter Exp $"; #endif /* not lint */ #define LINSIZ 1024 diff --git a/libexec/mknetid/parse_group.c b/libexec/mknetid/parse_group.c index 327847426b8e..eb2fc36e98dd 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.5.2.1 1999/08/29 15:03:30 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/named-xfer/Makefile b/libexec/named-xfer/Makefile index 62ed91a4db3c..b21161a8cb3d 100644 --- a/libexec/named-xfer/Makefile +++ b/libexec/named-xfer/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/named-xfer/Makefile,v 1.8.2.1 1999/08/29 15:03:31 peter Exp $ USE_LIBBIND= true .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" diff --git a/libexec/pppoed/Makefile b/libexec/pppoed/Makefile index 438dee65cca5..9b3410fc12fa 100644 --- a/libexec/pppoed/Makefile +++ b/libexec/pppoed/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/pppoed/Makefile,v 1.1.4.1 1999/11/28 16:26:51 brian Exp $ PROG= pppoed SRCS= pppoed.c diff --git a/libexec/pppoed/pppoed.8 b/libexec/pppoed/pppoed.8 index 808c3dde85a8..160231933e36 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.4.1 1999/11/28 16:26:51 brian Exp $ .\" .Dd November 8, 1999 .Dt PPPOED 8 diff --git a/libexec/pppoed/pppoed.c b/libexec/pppoed/pppoed.c index 86063099bc8b..c047f147cc60 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.4.1 1999/11/28 16:26:51 brian Exp $ */ #include <sys/param.h> diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile index f4ad590f046a..ffb233459b63 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.8.2.1 1999/08/29 15:03:32 peter 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..c3a55e2eae3a 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.9.2.1 1999/08/29 15:03:33 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/conf.c b/libexec/rbootd/conf.c index 74ff341095f9..ca062d17310b 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.3.2.2 1999/08/29 15:03:33 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/parseconf.c b/libexec/rbootd/parseconf.c index 21e4c0b1b2a1..4b7cfa08bd89 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.8.2.1 1999/08/29 15:03:34 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/rbootd.8 b/libexec/rbootd/rbootd.8 index c18558d42f22..54d35043554d 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.8.2.1 1999/08/29 15:03:34 peter 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 2f7c38435364..34e20ff86348 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.9.2.2 1999/08/29 15:03:35 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/rmpproto.c b/libexec/rbootd/rmpproto.c index 80ce805db586..efc59094dc58 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.5.2.1 1999/08/29 15:03:35 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/utils.c b/libexec/rbootd/utils.c index 936451385930..75355d91353d 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.4.2.1 1999/08/29 15:03:36 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/revnetgroup/Makefile b/libexec/revnetgroup/Makefile index 9c41089c0648..e39e435a5801 100644 --- a/libexec/revnetgroup/Makefile +++ b/libexec/revnetgroup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/revnetgroup/Makefile,v 1.3.2.1 1999/08/29 15:03:37 peter 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..a6a9921a8e5d 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.5.2.1 1999/08/29 15:03:38 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/revnetgroup/hash.h b/libexec/revnetgroup/hash.h index 04a44d67a8fa..8f58af8c27f7 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.5.2.1 1999/08/29 15:03:39 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..e72b11600fc1 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.6.2.1 1999/08/29 15:03:39 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/revnetgroup/revnetgroup.8 b/libexec/revnetgroup/revnetgroup.8 index 62953e21de00..9f31d073c8fe 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.6.2.1 1999/08/29 15:03:40 peter Exp $ .\" .Dd October 24, 1995 .Dt REVNETGROUP 8 diff --git a/libexec/revnetgroup/revnetgroup.c b/libexec/revnetgroup/revnetgroup.c index eccdada23c58..8834f6b407d7 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.9.2.1 1999/08/29 15:03:40 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/libexec/rexecd/Makefile b/libexec/rexecd/Makefile index fa5203ca98b6..455a0bc04398 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.8.2.2 1999/08/29 15:03:41 peter Exp $ PROG= rexecd MAN8= rexecd.8 diff --git a/libexec/rexecd/rexecd.8 b/libexec/rexecd/rexecd.8 index 4c8626852df2..e5f3b4facd96 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.8.2.1 1999/08/29 15:03:42 peter Exp $ .\" .Dd September 23, 1994 .Dt REXECD 8 diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c index 10c2f2be98c6..fdd96e40bb04 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.15.2.2 1999/08/29 15:03:42 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile index a5deb98acefa..65feeef473bb 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.10.2.1 1999/08/29 15:03:43 peter Exp $ PROG= rlogind SRCS= rlogind.c diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index 7eebc2bb6d0f..bd1015085da5 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.10.2.1 1999/08/29 15:03:44 peter Exp $ .\" .Dd June 4, 1993 .Dt RLOGIND 8 diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c index 3296604f4714..bfa50a3d63fa 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.20.2.2 1999/08/29 15:03:44 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/rpc.rquotad/Makefile b/libexec/rpc.rquotad/Makefile index 1bda56af794d..a9fc533b9e8f 100644 --- a/libexec/rpc.rquotad/Makefile +++ b/libexec/rpc.rquotad/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.rquotad/Makefile,v 1.3.2.1 1999/08/29 15:03:45 peter Exp $ PROG = rpc.rquotad SRCS = rquotad.c diff --git a/libexec/rpc.rquotad/rpc.rquotad.8 b/libexec/rpc.rquotad/rpc.rquotad.8 index a4fa2c07be93..79db1d424087 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.5.2.1 1999/08/29 15:03:45 peter Exp $ .\" .Dd June 22, 1994 .Dt RPC.RQUOTAD 8 diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c index aba357ac4f15..2e2a2d37fe5d 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.2.2.1 1999/08/29 15:03:46 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile index d4b71ea1b8d7..4fb28f5f10e7 100644 --- a/libexec/rpc.rstatd/Makefile +++ b/libexec/rpc.rstatd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.rstatd/Makefile,v 1.4.2.1 1999/08/29 15:03:47 peter 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 8860e5541bdb..12fe2510f146 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.4.2.1 1999/08/29 15:03:48 peter 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 7f6bd554f063..37b02cb74cd1 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.13.2.1 1999/08/29 15:03:48 peter Exp $"; #endif /* diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c index 21a0d5640428..651dde9a78d5 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.7.2.1 1999/08/29 15:03:49 peter Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile index fefc7bfa1d5f..334ddb24c396 100644 --- a/libexec/rpc.rusersd/Makefile +++ b/libexec/rpc.rusersd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.rusersd/Makefile,v 1.5.2.1 1999/08/29 15:03:50 peter 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 1775cddd4390..699a2251f471 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.5.2.1 1999/08/29 15:03:50 peter 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..e1e2e62431dd 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.9.2.1 1999/08/29 15:03:51 peter Exp $"; #endif /* not lint */ #ifdef DEBUG diff --git a/libexec/rpc.rusersd/rusersd.c b/libexec/rpc.rusersd/rusersd.c index 9482692a1feb..765950a20247 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.7.2.1 1999/08/29 15:03:51 peter Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/libexec/rpc.rwalld/Makefile b/libexec/rpc.rwalld/Makefile index 8a0b75c3eedc..a705658db985 100644 --- a/libexec/rpc.rwalld/Makefile +++ b/libexec/rpc.rwalld/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.rwalld/Makefile,v 1.3.2.1 1999/08/29 15:03:52 peter Exp $ PROG = rpc.rwalld SRCS = rwalld.c diff --git a/libexec/rpc.rwalld/rpc.rwalld.8 b/libexec/rpc.rwalld/rpc.rwalld.8 index 116142e46dd9..7b5c24363a86 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.4.2.1 1999/08/29 15:03:52 peter 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..3e2f91be5d14 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.7.2.1 1999/08/29 15:03:53 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/libexec/rpc.sprayd/Makefile b/libexec/rpc.sprayd/Makefile index 80d73302349d..e9eaf67ac77a 100644 --- a/libexec/rpc.sprayd/Makefile +++ b/libexec/rpc.sprayd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rpc.sprayd/Makefile,v 1.3.2.1 1999/08/29 15:03:55 peter Exp $ PROG = rpc.sprayd SRCS = sprayd.c diff --git a/libexec/rpc.sprayd/rpc.sprayd.8 b/libexec/rpc.sprayd/rpc.sprayd.8 index ebf838263adc..7268f323b8c1 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.5.2.1 1999/08/29 15:03:55 peter 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..51bc0935b83d 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.4.2.1 1999/08/29 15:03:56 peter Exp $"; #endif /* not lint */ #include <rpc/rpc.h> diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index fece4b80a2e1..8ad19c967ce3 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.10.2.1 1999/08/29 15:03:57 peter Exp $ PROG= rshd SRCS= rshd.c diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index e349ea0c7b33..61446c92f044 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.15.2.1 1999/08/29 15:03:57 peter Exp $ .\" .Dd June 4, 1993 .Dt RSHD 8 diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index c2afeb528fa1..88cba27ca9b4 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.23.2.2 1999/08/29 15:03:57 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile index d2c99ec79318..e87ecf3a645b 100644 --- a/libexec/rtld-aout/Makefile +++ b/libexec/rtld-aout/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/rtld-aout/Makefile,v 1.27.2.1 1999/08/29 15:03:58 peter Exp $ PROG= ld.so SRCS= mdprologue.S rtld.c shlib.c md.c support.c MAN1= rtld.1 diff --git a/libexec/rtld-aout/dynamic.h b/libexec/rtld-aout/dynamic.h index 00d449f03cb6..ed8b760f2dce 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.4.2.1 1999/08/29 15:03:59 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..6bb6b09ba108 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.6.2.1 1999/08/29 15:04:04 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..dc9ac9f5acb9 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.16.2.1 1999/08/29 15:04:05 peter Exp $ */ #include <sys/param.h> diff --git a/libexec/rtld-aout/i386/md.h b/libexec/rtld-aout/i386/md.h index ef5b632bbaee..d8cef0965e2d 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.17.2.1 1999/08/29 15:04:05 peter Exp $ */ #ifndef __MD_H__ diff --git a/libexec/rtld-aout/i386/mdprologue.S b/libexec/rtld-aout/i386/mdprologue.S index f111bcac6f95..4b3bd7ba1887 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.8.2.1 1999/08/29 15:04:06 peter Exp $ */ /* diff --git a/libexec/rtld-aout/rtld.1 b/libexec/rtld-aout/rtld.1 index 52a1b32988f5..2a7f104115d9 100644 --- a/libexec/rtld-aout/rtld.1 +++ b/libexec/rtld-aout/rtld.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rtld-aout/rtld.1,v 1.15.2.1 1999/08/29 15:04:00 peter Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. diff --git a/libexec/rtld-aout/rtld.c b/libexec/rtld-aout/rtld.c index a55e9bc1199b..75090e632cdc 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.57.2.1 1999/08/29 15:04:00 peter Exp $ */ #include <sys/param.h> diff --git a/libexec/rtld-aout/shlib.c b/libexec/rtld-aout/shlib.c index 989cf45d8ab1..ced08ad900bc 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.21.2.1 1999/08/29 15:04:01 peter Exp $ */ #include <sys/param.h> diff --git a/libexec/rtld-aout/shlib.h b/libexec/rtld-aout/shlib.h index d05690fe144e..70cfcaab64ff 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.4.2.1 1999/08/29 15:04:02 peter Exp $ */ /* diff --git a/libexec/rtld-aout/support.c b/libexec/rtld-aout/support.c index 71a84ffa1299..b2140b3ebde8 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.4.2.1 1999/08/29 15:04:02 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..bb093ddaf80f 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.3.2.1 1999/08/29 15:04:03 peter Exp $ */ /* diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 4b02d4b6aecd..d4cfb18d5aee 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/libexec/rtld-elf/Makefile,v 1.4.2.5 1999/08/29 15:04:07 peter Exp $ # MAINTAINER= jdp PROG= ld-elf.so.1 diff --git a/libexec/rtld-elf/alpha/reloc.c b/libexec/rtld-elf/alpha/reloc.c index 1b55d06e767c..c12d02d32a97 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.3.2.6 1999/12/17 01:47:15 jkh Exp $ */ /* diff --git a/libexec/rtld-elf/alpha/rtld_machdep.h b/libexec/rtld-elf/alpha/rtld_machdep.h index 11927d63cc15..ba82bbc6f287 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.1.2.4 1999/08/29 15:04:12 peter Exp $ */ #ifndef RTLD_MACHDEP_H diff --git a/libexec/rtld-elf/alpha/rtld_start.S b/libexec/rtld-elf/alpha/rtld_start.S index d7ec0d341840..e87f2f043ab9 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.2.2.1 1999/08/29 15:04:12 peter 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..029f944989da 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.1.1.1.2.1 1999/08/29 15:04:08 peter Exp $ */ /* diff --git a/libexec/rtld-elf/debug.h b/libexec/rtld-elf/debug.h index b3563386eaff..118fc1ed2eb5 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.1.1.1.2.2 1999/12/17 01:47:14 jkh Exp $ */ /* diff --git a/libexec/rtld-elf/i386/reloc.c b/libexec/rtld-elf/i386/reloc.c index b4a2a75c63f2..13f86db3aafc 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.1.2.4 1999/08/29 15:04:13 peter Exp $ */ /* diff --git a/libexec/rtld-elf/i386/rtld_machdep.h b/libexec/rtld-elf/i386/rtld_machdep.h index b44129ae53e8..45af6405ed04 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.1.2.4 1999/08/29 15:04:14 peter 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..76725935f69b 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.2.2.1 1999/08/29 15:04:14 peter Exp $ */ .text diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c index 8aefa41643f0..2a187377246c 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.2.2.1 1999/08/29 15:04:08 peter Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/libexec/rtld-elf/map_object.c b/libexec/rtld-elf/map_object.c index d7b6978ae9ee..bc8521aceb8a 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.2.2.3 1999/12/17 01:47:14 jkh Exp $ */ #include <sys/param.h> diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 8ba21b4f26c7..643729cdac7a 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.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/rtld.c,v 1.13.2.20 1999/12/17 01:47:14 jkh Exp $ */ /* diff --git a/libexec/rtld-elf/rtld.h b/libexec/rtld-elf/rtld.h index c63e7d08836b..50316b209a59 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.5.2.5 1999/12/17 01:47:14 jkh Exp $ */ #ifndef RTLD_H /* { */ diff --git a/libexec/rtld-elf/xmalloc.c b/libexec/rtld-elf/xmalloc.c index d6da3340bfd0..a8728e1af58d 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.1.1.1.2.1 1999/08/29 15:04:11 peter Exp $ */ #include <err.h> diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index 100e867ba5be..bfa4ec0b0a74 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.5.2.1 1999/08/29 15:04:15 peter 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 dccd8d887b32..c8f622623b22 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.10.2.1 1999/08/29 15:04:16 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index 8c1ba9b5e0e1..1ccf1e313019 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.8.2.1 1999/08/29 15:04:16 peter Exp $"; #endif /* not lint */ /* debug print routines */ diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c index b3659a599afe..a6327a09e7f4 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.8.2.1 1999/08/29 15:04:16 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index 5062c78049d8..838a4fae97b4 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.6.2.1 1999/08/29 15:04:17 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index ca30ef725f13..3895d7196412 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.9.2.2 1999/08/29 15:04:17 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 068087a62c65..cb79f3cfaa60 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/telnetd/Makefile,v 1.11.2.1 1999/08/29 15:04:18 peter Exp $ PROG= telnetd CFLAGS+=-DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS diff --git a/libexec/telnetd/ext.h b/libexec/telnetd/ext.h index bce0e2a71aef..5d0823db4c70 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.6.2.1 1999/08/29 15:04:18 peter Exp $ */ /* diff --git a/libexec/telnetd/global.c b/libexec/telnetd/global.c index cedff5770f81..972d44713161 100644 --- a/libexec/telnetd/global.c +++ b/libexec/telnetd/global.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/telnetd/global.c,v 1.2.2.1 1999/08/29 15:04:19 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/telnetd/pathnames.h b/libexec/telnetd/pathnames.h index ed8ee887a39e..167218a2efc1 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.5.2.1 1999/08/29 15:04:19 peter Exp $ */ #if BSD > 43 diff --git a/libexec/telnetd/slc.c b/libexec/telnetd/slc.c index f19f79fbeb5e..501e5f39acd7 100644 --- a/libexec/telnetd/slc.c +++ b/libexec/telnetd/slc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)slc.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/telnetd/slc.c,v 1.7.2.1 1999/08/29 15:04:19 peter Exp $"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c index 476a99219198..cda1b05a7376 100644 --- a/libexec/telnetd/state.c +++ b/libexec/telnetd/state.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)state.c 8.2 (Berkeley) 12/15/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/telnetd/state.c,v 1.8.2.1 1999/08/29 15:04:19 peter Exp $"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index d7e9ed394808..a90602d9cdc1 100644 --- a/libexec/telnetd/sys_term.c +++ b/libexec/telnetd/sys_term.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)sys_term.c 8.2 (Berkeley) 12/15/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/telnetd/sys_term.c,v 1.20.2.2 1999/08/29 15:04:20 peter Exp $"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index 0d50eb630dcd..e38015eed460 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.13.2.1 1999/08/29 15:04:20 peter Exp $ .\" .Dd March 1, 1994 .Dt TELNETD 8 diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index 5141c2aecf42..71e7bb2ab377 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)telnetd.c 8.2 (Berkeley) 12/15/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/telnetd/telnetd.c,v 1.15.2.2 1999/08/29 15:04:20 peter Exp $"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/termstat.c b/libexec/telnetd/termstat.c index ee9034413223..60c08e4f8c32 100644 --- a/libexec/telnetd/termstat.c +++ b/libexec/telnetd/termstat.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)termstat.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/telnetd/termstat.c,v 1.8.2.1 1999/08/29 15:04:20 peter Exp $"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/utility.c b/libexec/telnetd/utility.c index ee6917340820..230d5d8aa6db 100644 --- a/libexec/telnetd/utility.c +++ b/libexec/telnetd/utility.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)utility.c 8.2 (Berkeley) 12/15/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/telnetd/utility.c,v 1.12.2.1 1999/08/29 15:04:21 peter Exp $"; #endif /* not lint */ #ifdef __FreeBSD__ diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile index ce43894dcb21..9f74d500b054 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.5.2.2 1999/08/29 15:04:21 peter Exp $ PROG= tftpd SRCS= tftpd.c tftpsubs.c diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c index 07475a45e852..07de6cf4fb3e 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.12.2.2 1999/08/29 15:04:22 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile index 3aeb623eab90..5fff1a1ee38e 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.8.2.1 1999/08/29 15:04:22 peter Exp $ PROG= uucpd MAN8= uucpd.8 diff --git a/libexec/uucpd/pathnames.h b/libexec/uucpd/pathnames.h index c06df3685d91..9bee59750300 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.5.2.1 1999/08/29 15:04:22 peter Exp $ */ #include <paths.h> diff --git a/libexec/uucpd/uucpd.8 b/libexec/uucpd/uucpd.8 index 3566229a028d..e9ee1cf7438d 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.6.2.1 1999/08/29 15:04:23 peter Exp $ .\" .Dd Feb 18, 1996 .Dt UUCPD 8 diff --git a/libexec/uucpd/uucpd.c b/libexec/uucpd/uucpd.c index b1ac24da85f3..e41f8f2b0c10 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.15.2.2 1999/08/29 15:04:23 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/xtend/Makefile b/libexec/xtend/Makefile index 3418457cc3f9..3d7ad7837fe5 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.6.2.1 1999/08/29 15:04:23 peter Exp $ BINMODE= 555 diff --git a/libexec/xtend/packet.c b/libexec/xtend/packet.c index f3a4e04d90d1..f5a21dc85ecd 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.7.2.1 1999/08/29 15:04:24 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/xtend/paths.h b/libexec/xtend/paths.h index da1993efb015..5416a7ebe0ba 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.5.2.1 1999/08/29 15:04:24 peter Exp $ */ #define X10DIR "/var/spool/xten" diff --git a/libexec/xtend/status.c b/libexec/xtend/status.c index 538f30be707d..20c68e3aa814 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.7.2.1 1999/08/29 15:04:25 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/xtend/user.c b/libexec/xtend/user.c index f2c019010e10..6cb99cf478d7 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.8.2.1 1999/08/29 15:04:25 peter Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/libexec/xtend/xten.h b/libexec/xtend/xten.h index f07bb2cc528b..7a9df02bd8cf 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.5.2.1 1999/08/29 15:04:25 peter Exp $ */ extern char *X10housenames[]; diff --git a/libexec/xtend/xtend.8 b/libexec/xtend/xtend.8 index d3593d2dbf71..e44331b8fde6 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.9.2.3 1999/08/29 15:04:26 peter Exp $ .\" .Th XTEND 8 "30 Oct 1993" .Dd Oct 30, 1993 diff --git a/libexec/xtend/xtend.c b/libexec/xtend/xtend.c index 1f37deb475e9..9443e64a36f7 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.6.2.3 1999/08/29 15:04:26 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/xtend/xtend.h b/libexec/xtend/xtend.h index e338603d7d77..7afc84b43282 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.5.2.1 1999/08/29 15:04:26 peter Exp $ */ /* diff --git a/libexec/ypxfr/Makefile b/libexec/ypxfr/Makefile index f03b266d2480..e99fef2d2ada 100644 --- a/libexec/ypxfr/Makefile +++ b/libexec/ypxfr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/ypxfr/Makefile,v 1.7.2.1 1999/08/29 15:04:28 peter 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 bd45c431da3f..8fc41a4c04f2 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.7.2.1 1999/08/29 15:04:28 peter Exp $"; #endif /* not lint */ #include <db.h> diff --git a/libexec/ypxfr/ypxfr.8 b/libexec/ypxfr/ypxfr.8 index 6bdfd027f261..9732dd8578df 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.8.2.1 1999/08/29 15:04:28 peter Exp $ .\" .Dd February 5, 1995 .Dt YPXFR 8 diff --git a/libexec/ypxfr/ypxfr_extern.h b/libexec/ypxfr/ypxfr_extern.h index 34c3406ee526..05bc613f3e5e 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.6.2.1 1999/08/29 15:04:29 peter Exp $ */ #include <sys/types.h> #include <limits.h> diff --git a/libexec/ypxfr/ypxfr_getmap.c b/libexec/ypxfr/ypxfr_getmap.c index 085d6319a685..ecf5406ff893 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.6.2.1 1999/08/29 15:04:29 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/ypxfr/ypxfr_main.c b/libexec/ypxfr/ypxfr_main.c index a4ad1a0d56c6..b52d12eae336 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.12.2.2 1999/08/29 15:04:29 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c index e31e9201873a..5b0b08ea1cbb 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.8.2.1 1999/08/29 15:04:29 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/ypxfr/ypxfrd_getmap.c b/libexec/ypxfr/ypxfrd_getmap.c index 72555a339c29..b3b407bb0860 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.6.2.1 1999/08/29 15:04:30 peter Exp $"; #endif /* not lint */ #include <errno.h> |