diff options
Diffstat (limited to 'libexec')
162 files changed, 162 insertions, 162 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 64d643105789e..064e158e5cffc 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.20.2.7 1998/03/05 12:00:55 jkh Exp $ +# $Id: Makefile,v 1.20.2.8 1998/07/19 06:20:24 jkh Exp $ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \ mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \ diff --git a/libexec/atrun/LEGAL b/libexec/atrun/LEGAL index 2cd9453a7c34f..cc7421810600a 100644 --- a/libexec/atrun/LEGAL +++ b/libexec/atrun/LEGAL @@ -1,4 +1,4 @@ -# $Id$ +# $Id: LEGAL,v 1.2 1996/09/22 21:51:40 wosch Exp $ -----BEGIN PGP SIGNED MESSAGE----- diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 5e47abfb82f02..62e59dea92a58 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1995/08/21 12:34:16 ache Exp $ +# $Id: Makefile,v 1.4 1995/08/29 13:42:52 ache Exp $ MAINSRC= ${.CURDIR}/../../usr.bin/at diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index a104574f691db..48fc1c7798785 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$Id: atrun.c,v 1.6.2.3 1997/12/12 07:15:34 charnier Exp $"; + "$Id: atrun.c,v 1.6.2.4 1998/02/18 05:36:39 jkh Exp $"; #endif /* not lint */ /* System Headers */ diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man index 95c1a4b34db69..6092fc109bc80 100644 --- a/libexec/atrun/atrun.man +++ b/libexec/atrun/atrun.man @@ -1,4 +1,4 @@ -.\" $Id: atrun.man,v 1.1.6.1 1997/12/12 07:15:35 charnier Exp $ +.\" $Id: atrun.man,v 1.1.6.2 1998/07/07 04:49:55 jkoshy 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 7d657e9487888..5be8d36c4c9a8 100644 --- a/libexec/atrun/gloadavg.c +++ b/libexec/atrun/gloadavg.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$Id: gloadavg.c,v 1.1.2.1 1997/12/12 07:15:37 charnier Exp $"; + "$Id: gloadavg.c,v 1.1.2.2 1998/02/18 05:37:31 jkh Exp $"; #endif /* not lint */ #ifndef __FreeBSD__ diff --git a/libexec/atrun/gloadavg.h b/libexec/atrun/gloadavg.h index c7e2c2c7c8ccd..e30a2687362e6 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[] = "$Id: gloadavg.h,v 1.2 1995/08/10 04:06:55 ache Exp $"; +static char atrun_h_rcsid[] = "$Id: gloadavg.h,v 1.1 1995/08/21 12:34:18 ache Exp $"; #endif diff --git a/libexec/bootpd/Announce b/libexec/bootpd/Announce index a605c6a98fdaf..591143732a028 100644 --- a/libexec/bootpd/Announce +++ b/libexec/bootpd/Announce @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Announce,v 1.2 1996/09/22 21:51:44 wosch 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 23310e1cf2858..44740a73fe55c 100644 --- a/libexec/bootpd/Changes +++ b/libexec/bootpd/Changes @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Changes,v 1.2 1996/09/22 21:51:47 wosch Exp $ Changes, most recent first Date, <email> Real Name diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index 06dea58ce5610..f118d3eeb9d79 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,5 +1,5 @@ # bootpd/Makefile -# $Id: Makefile,v 1.4 1996/01/23 01:57:58 pst Exp $ +# $Id: Makefile,v 1.5 1996/02/02 17:48:33 mpp Exp $ PROG= bootpd CFLAGS+= -DETC_ETHERS diff --git a/libexec/bootpd/Makefile.UNIX b/libexec/bootpd/Makefile.UNIX index 50187dae4588f..1c088ce63cf57 100644 --- a/libexec/bootpd/Makefile.UNIX +++ b/libexec/bootpd/Makefile.UNIX @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile.UNIX,v 1.2 1996/09/22 21:51:50 wosch Exp $ # # Makefile for the BOOTP programs: # bootpd - BOOTP server daemon diff --git a/libexec/bootpd/Makefile.inc b/libexec/bootpd/Makefile.inc index d055f527cdef8..a9ccd60f49b88 100644 --- a/libexec/bootpd/Makefile.inc +++ b/libexec/bootpd/Makefile.inc @@ -1,3 +1,3 @@ -# $Id$ +# $Id: Makefile.inc,v 1.1 1996/01/23 02:22:14 pst Exp $ BINDIR?= /usr/libexec diff --git a/libexec/bootpd/Problems b/libexec/bootpd/Problems index bec9ac0faa1c6..f4acde31f8288 100644 --- a/libexec/bootpd/Problems +++ b/libexec/bootpd/Problems @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Problems,v 1.2 1996/09/22 21:51:52 wosch Exp $ Common problems and ways to work around them: diff --git a/libexec/bootpd/README b/libexec/bootpd/README index ddfaebe9bab3e..fc887c66e496b 100644 --- a/libexec/bootpd/README +++ b/libexec/bootpd/README @@ -1,4 +1,4 @@ -# $Id$ +# $Id: README,v 1.2 1996/09/22 21:51:54 wosch 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 23c0a2161b0bb..13246fe61bb08 100644 --- a/libexec/bootpd/bootp.h +++ b/libexec/bootpd/bootp.h @@ -23,7 +23,7 @@ SOFTWARE. /* * Bootstrap Protocol (BOOTP). RFC951 and RFC1395. * - * $Id: bootp.h $ + * $Id: bootp.h,v 1.1.1.2 1996/01/23 01:33:56 pst Exp $ * * * This file specifies the "implementation-independent" BOOTP protocol diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8 index ebe2314a09c5e..e0664a8c21b92 100644 --- a/libexec/bootpd/bootpd.8 +++ b/libexec/bootpd/bootpd.8 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $Header: /home/ncvs/src/libexec/bootpd/bootpd.8,v 1.4.2.5 1998/02/18 05:55:24 jkh Exp $ +.\" $Header: /home/ncvs/src/libexec/bootpd/bootpd.8,v 1.4.2.6 1998/06/03 04:35:16 jkoshy Exp $ .\" .TH BOOTPD 8 "November 06, 1993" "Carnegie Mellon University" .SH NAME diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index e9e0fc81025b4..5febac2e25f4e 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. - $Id: bootpd.c,v 1.4.2.1 1998/02/18 05:55:29 jkh Exp $ + $Id: bootpd.c,v 1.4.2.2 1998/07/19 06:52:58 jkh Exp $ ************************************************************************/ diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile index c000107e9a04b..ed7622927cebc 100644 --- a/libexec/bootpd/bootpgw/Makefile +++ b/libexec/bootpd/bootpgw/Makefile @@ -1,5 +1,5 @@ # Makefile -# $Id: Makefile,v 1.1.1.1 1994/09/30 05:43:13 pst Exp $ +# $Id: Makefile,v 1.1 1996/01/23 02:02:03 pst Exp $ PROG= bootpgw NOMAN= true diff --git a/libexec/bootpd/bootptab.5 b/libexec/bootpd/bootptab.5 index b56d5930b72b9..15e4d0ee7e944 100644 --- a/libexec/bootpd/bootptab.5 +++ b/libexec/bootpd/bootptab.5 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $Header: /home/ncvs/src/libexec/bootpd/bootptab.5,v 1.1.1.2.2.2 1998/02/18 05:55:30 jkh Exp $ +.\" $Header: /home/ncvs/src/libexec/bootpd/bootptab.5,v 1.1.1.2.2.3 1998/09/30 11:04:29 jkoshy Exp $ .\" .TH BOOTPTAB 5 "October 31, 1991" "Carnegie Mellon University" .UC 6 diff --git a/libexec/bootpd/bootptab.mcs b/libexec/bootpd/bootptab.mcs index a798f8afa9e17..12a468293f35d 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. # -# $Id$ +# $Id: bootptab.mcs,v 1.2 1996/09/22 21:51:59 wosch Exp $ # # Legend: (see bootptab.5) # first field -- hostname (not indented) diff --git a/libexec/bootpd/dovend.c b/libexec/bootpd/dovend.c index 447826f3ca0ee..12bc76b4e922e 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. * - * $Id$ + * $Id: dovend.c,v 1.2 1996/09/22 21:52:04 wosch Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index 023d7b8645efc..8a8d705fcbf15 100644 --- a/libexec/bootpd/dumptab.c +++ b/libexec/bootpd/dumptab.c @@ -1,7 +1,7 @@ /* * dumptab.c - handles dumping the database * - * $Id: dumptab.c,v 1.2 1996/09/22 21:52:07 wosch Exp $ + * $Id: dumptab.c,v 1.2.2.1 1998/07/19 06:52:58 jkh Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c index 385db8d92cca1..6c5db62d71158 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> * - * $Id: getether.c,v 1.4.2.1 1997/12/24 18:58:02 imp Exp $ + * $Id: getether.c,v 1.4.2.2 1998/02/18 05:55:31 jkh Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c index 2d72909ef859b..105b07e9df7c3 100644 --- a/libexec/bootpd/getif.c +++ b/libexec/bootpd/getif.c @@ -1,7 +1,7 @@ /* * getif.c : get an interface structure * - * $Id: getif.c,v 1.3 1996/09/22 21:52:12 wosch Exp $ + * $Id: getif.c,v 1.3.2.1 1998/02/18 05:55:32 jkh Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c index f9597513f8b9c..7ffbb86e9ea88 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. - $Id$ + $Id: hash.c,v 1.2 1996/09/22 21:52:14 wosch Exp $ ************************************************************************/ diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c index 55554526fda90..279f681bcb009 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) * - * $Id: hwaddr.c,v 1.3 1996/09/22 21:52:16 wosch Exp $ + * $Id: hwaddr.c,v 1.3.2.1 1997/12/24 18:58:02 imp Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/hwaddr.h b/libexec/bootpd/hwaddr.h index b0a8c290801be..63ccd4979ff15 100644 --- a/libexec/bootpd/hwaddr.h +++ b/libexec/bootpd/hwaddr.h @@ -1,7 +1,7 @@ /* * hwaddr.h * - * $Id$ + * $Id: hwaddr.h,v 1.2 1996/09/22 21:52:19 wosch Exp $ */ #ifndef HWADDR_H diff --git a/libexec/bootpd/lookup.c b/libexec/bootpd/lookup.c index aa0e441b3993f..d9f96070d0bcb 100644 --- a/libexec/bootpd/lookup.c +++ b/libexec/bootpd/lookup.c @@ -1,7 +1,7 @@ /* * lookup.c - Lookup IP address, HW address, netmask * - * $Id: lookup.c,v 1.2 1996/09/22 21:52:21 wosch Exp $ + * $Id: lookup.c,v 1.2.2.1 1998/02/18 05:55:33 jkh Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/patchlevel.h b/libexec/bootpd/patchlevel.h index 85566b5015a97..3a161a2fadef0 100644 --- a/libexec/bootpd/patchlevel.h +++ b/libexec/bootpd/patchlevel.h @@ -1,7 +1,7 @@ /* * patchlevel.h * - * $Id$ + * $Id: patchlevel.h,v 1.2 1996/09/22 21:52:23 wosch Exp $ */ #define VERSION "2.4" diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c index b7ed67804e710..1cd1b3d89ed11 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. - $Id: readfile.c,v 1.2 1996/09/22 21:52:26 wosch Exp $ + $Id: readfile.c,v 1.2.2.1 1997/12/24 18:58:04 imp Exp $ ************************************************************************/ diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index 0338a95291ef2..07835d43100f7 100644 --- a/libexec/bootpd/rtmsg.c +++ b/libexec/bootpd/rtmsg.c @@ -39,7 +39,7 @@ /* * from arp.c 8.2 (Berkeley) 1/2/94 - * $Id: rtmsg.c,v 1.4 1995/05/30 05:45:49 rgrimes Exp $ + * $Id: rtmsg.c,v 1.4.6.1 1998/02/18 05:55:34 jkh Exp $ */ #include <sys/param.h> diff --git a/libexec/bootpd/tools/Makefile b/libexec/bootpd/tools/Makefile index b1f38e76ecbd0..625bdee24b1b5 100644 --- a/libexec/bootpd/tools/Makefile +++ b/libexec/bootpd/tools/Makefile @@ -1,5 +1,5 @@ # Makefile -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/09/30 05:45:07 pst Exp $ SUBDIR= bootpef bootptest diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc index 0a2ab66f28f43..38b150a650860 100644 --- a/libexec/bootpd/tools/Makefile.inc +++ b/libexec/bootpd/tools/Makefile.inc @@ -1,4 +1,4 @@ # Makefile.inc -# $Id$ +# $Id: Makefile.inc,v 1.1.1.1 1994/09/30 05:45:07 pst Exp $ BINDIR=/usr/sbin diff --git a/libexec/bootpd/tools/bootpef/Makefile b/libexec/bootpd/tools/bootpef/Makefile index 7d176069a8d6d..eb0c4a5ef87f1 100644 --- a/libexec/bootpd/tools/bootpef/Makefile +++ b/libexec/bootpd/tools/bootpef/Makefile @@ -1,5 +1,5 @@ # Makefile -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/09/30 05:45:07 pst Exp $ PROG= bootpef MAN8= bootpef.8 diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c index c7e927687dbfd..63f5c43b5a7ba 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. - $Id$ + $Id: bootpef.c,v 1.2 1996/09/22 21:52:51 wosch Exp $ ************************************************************************/ diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index d137e736ab12d..95f99f1e112d5 100644 --- a/libexec/bootpd/tools/bootptest/Makefile +++ b/libexec/bootpd/tools/bootptest/Makefile @@ -1,5 +1,5 @@ # Makefile -# $Id: Makefile,v 1.2 1995/05/30 05:45:51 rgrimes Exp $ +# $Id: Makefile,v 1.3 1995/09/28 17:33:16 bde Exp $ PROG= bootptest MAN8= bootptest.8 diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c index 84266b2ac4e46..bd66b32b642c7 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> * - * $Id: bootptest.c,v 1.2 1996/09/22 21:52:55 wosch Exp $ + * $Id: bootptest.c,v 1.2.2.1 1997/12/24 18:58:07 imp 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 b51f42c383cce..b4327533121f2 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> * - * $Id: print-bootp.c,v 1.2 1996/09/22 21:52:58 wosch Exp $ + * $Id: print-bootp.c,v 1.2.2.1 1998/02/18 05:55:37 jkh Exp $ */ #include <stdio.h> diff --git a/libexec/bootpd/trygetea.c b/libexec/bootpd/trygetea.c index 41800d78c1260..e312e62b2b2e0 100644 --- a/libexec/bootpd/trygetea.c +++ b/libexec/bootpd/trygetea.c @@ -1,7 +1,7 @@ /* * trygetea.c - test program for getether.c * - * $Id$ + * $Id: trygetea.c,v 1.2 1996/09/22 21:52:29 wosch Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/trygetif.c b/libexec/bootpd/trygetif.c index e6226dcb9ef01..c0ea239df3d28 100644 --- a/libexec/bootpd/trygetif.c +++ b/libexec/bootpd/trygetif.c @@ -1,7 +1,7 @@ /* * trygetif.c - test program for getif.c * - * $Id$ + * $Id: trygetif.c,v 1.2 1996/09/22 21:52:31 wosch Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/trylook.c b/libexec/bootpd/trylook.c index 0681dceebbc44..64420d9f57548 100644 --- a/libexec/bootpd/trylook.c +++ b/libexec/bootpd/trylook.c @@ -1,7 +1,7 @@ /* * trylook.c - test program for lookup.c * - * $Id$ + * $Id: trylook.c,v 1.2 1996/09/22 21:52:35 wosch Exp $ */ #include <sys/types.h> diff --git a/libexec/comsat/Makefile b/libexec/comsat/Makefile index 7352ab55103a2..68564078e9e21 100644 --- a/libexec/comsat/Makefile +++ b/libexec/comsat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.3 1996/09/22 21:53:03 wosch Exp $ PROG= comsat MAN8= comsat.8 diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8 index 916d1c90d0640..4c052b34b7fab 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 -.\" $Id$ +.\" $Id: comsat.8,v 1.3 1996/09/22 21:53:05 wosch Exp $ .\" .Dd June 4, 1993 .Dt COMSAT 8 diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index b9c913767c5ad..8130f62e1a8e3 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[] = - "$Id: comsat.c,v 1.6.2.2 1998/02/18 12:25:43 jkh Exp $"; + "$Id: comsat.c,v 1.6.2.3 1998/07/19 06:52:59 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile index 4deac6475ff24..e55d61d6191a6 100644 --- a/libexec/fingerd/Makefile +++ b/libexec/fingerd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.3 1996/09/22 21:53:17 wosch Exp $ PROG= fingerd MAN8= fingerd.8 diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index 9b9d06a11cdd9..1dc7d06277e8b 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[] = - "$Id: fingerd.c,v 1.5.2.3 1997/12/12 07:18:21 charnier Exp $"; + "$Id: fingerd.c,v 1.5.2.4 1998/02/18 12:30:56 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 8777e2624c488..8d38a4c84cec2 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/4/94 -# $Id: Makefile,v 1.17.2.3 1997/05/10 19:48:12 davidn Exp $ +# $Id: Makefile,v 1.17.2.4 1998/03/05 12:21:16 jkh Exp $ PROG= ftpd MAN8= ftpd.8 diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index 99e4e1c55cdee..d4dd51c105fad 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 - * $Id: extern.h,v 1.6.2.2 1997/09/05 12:45:27 tg Exp $ + * $Id: extern.h,v 1.6.2.3 1998/03/05 12:24:14 jkh Exp $ */ void blkfree __P((char **)); diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index af39e337c7a37..d3af2cf4d11eb 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[] = - "$Id: ftpcmd.y,v 1.8.2.2 1997/12/12 07:20:23 charnier Exp $"; + "$Id: ftpcmd.y,v 1.8.2.3 1998/03/05 12:24:16 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 5b9ceb3530339..7295935f5f413 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 -.\" $Id: ftpd.8,v 1.9.2.14 1998/07/17 04:00:02 jkoshy Exp $ +.\" $Id: ftpd.8,v 1.9.2.15 1998/09/29 22:05:21 alex Exp $ .\" .Dd April 19, 1994 .Dt FTPD 8 diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 129ea440dc6d6..e922d7f65fb81 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[] = - "$Id: ftpd.c,v 1.25.2.17 1998/06/04 22:28:14 steve Exp $"; + "$Id: ftpd.c,v 1.25.2.18 1998/07/19 06:53:00 jkh Exp $"; #endif /* not lint */ /* diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index 5c9cd3fc2a3f9..d63be9cb14e37 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[] = - "$Id$"; + "$Id: logwtmp.c,v 1.3.2.2 1997/12/12 07:20:34 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h index 12826cb04ccfc..cf6554cc66cad 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 - * $Id: pathnames.h,v 1.6.2.1 1997/04/26 23:39:30 davidn Exp $ + * $Id: pathnames.h,v 1.6.2.2 1997/04/29 12:55:33 davidn Exp $ */ #include <paths.h> diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index 56f4876125e04..32070568970ea 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[] = - "$Id: popen.c,v 1.4.2.7 1998/05/15 16:53:45 ache Exp $"; + "$Id: popen.c,v 1.4.2.8 1998/05/18 00:07:15 ache Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/ftpd/skey-stuff.c b/libexec/ftpd/skey-stuff.c index adc4cd747d85f..3b40dc3d57356 100644 --- a/libexec/ftpd/skey-stuff.c +++ b/libexec/ftpd/skey-stuff.c @@ -3,7 +3,7 @@ #ifndef lint static const char rcsid[] = - "$Id: skey-stuff.c,v 1.6.2.2 1997/12/12 07:20:40 charnier Exp $"; + "$Id: skey-stuff.c,v 1.6.2.3 1997/12/24 19:13:49 imp Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/getNAME/Makefile b/libexec/getNAME/Makefile index 3efe56d44e903..86a81d04ced6d 100644 --- a/libexec/getNAME/Makefile +++ b/libexec/getNAME/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: $ +# $Id: Makefile,v 1.2 1996/07/08 20:17:38 wosch Exp $ PROG= getNAME diff --git a/libexec/getNAME/getNAME.1 b/libexec/getNAME/getNAME.1 index a8b2b0d0d3958..defbc0345b9c3 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. .\" -.\" $Id: getNAME.1,v 1.3.2.1 1997/12/15 07:09:41 charnier Exp $ +.\" $Id: getNAME.1,v 1.3.2.2 1998/02/20 17:32:18 jkh Exp $ .Dd July 8, 1996 .Dt getNAME 1 diff --git a/libexec/getNAME/getNAME.c b/libexec/getNAME/getNAME.c index 23680a0a05431..fcdfa549acbb5 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[] = - "$Id: getNAME.c,v 1.2.2.2 1997/12/15 07:09:41 charnier Exp $"; + "$Id: getNAME.c,v 1.2.2.3 1998/02/20 17:32:18 jkh Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index 74b0f9c718188..75e8fff41121d 100644 --- a/libexec/getty/Makefile +++ b/libexec/getty/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.5.2.1 1997/05/11 05:28:53 davidn Exp $ +# $Id: Makefile,v 1.5.2.2 1998/02/20 17:32:20 jkh 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 af509f0582b5d..223d786647ec6 100644 --- a/libexec/getty/chat.c +++ b/libexec/getty/chat.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: chat.c,v 1.3.2.2 1997/12/15 07:10:51 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/getty/extern.h b/libexec/getty/extern.h index bce0e92a04195..b515dedbcc87f 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 - * $Id: extern.h,v 1.2.2.1 1997/05/11 05:28:53 davidn Exp $ + * $Id: extern.h,v 1.2.2.2 1998/02/20 17:32:22 jkh Exp $ */ struct delayval; diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index f591feb09227c..52e5ba71e3a4f 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 -.\" $Id: getty.8,v 1.4.2.2 1997/08/17 23:44:30 davidn Exp $ +.\" $Id: getty.8,v 1.4.2.3 1997/12/15 07:10:52 charnier Exp $ .\" " .Dd June 4, 1993 .Dt GETTY 8 diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index 2649bef6f60f9..a1551a03bc9b1 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 -.\" $Id: gettytab.5,v 1.7.2.7 1998/05/04 02:41:31 steve Exp $ +.\" $Id: gettytab.5,v 1.7.2.8 1998/07/19 06:53:01 jkh Exp $ .\" " .Dd April 19, 1994 .Dt GETTYTAB 5 diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h index 7ed2e4ce9c71e..315716fca47b0 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 - * $Id: gettytab.h,v 1.3.2.2 1996/12/31 05:50:27 msmith Exp $ + * $Id: gettytab.h,v 1.3.2.3 1997/05/11 05:28:53 davidn Exp $ */ /* diff --git a/libexec/getty/init.c b/libexec/getty/init.c index 31c62a287653d..d4fc08f5b33b6 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[] = - "$Id$"; + "$Id: init.c,v 1.3.2.4 1997/12/15 07:10:53 charnier Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/main.c b/libexec/getty/main.c index d5ed46accf6be..913a53c14e0a4 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[] = - "$Id$"; + "$Id: main.c,v 1.10.2.6 1997/12/15 07:10:53 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/getty/pathnames.h b/libexec/getty/pathnames.h index c3a0711f4b36f..27dbb3cb5f30a 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 - * $Id: pathnames.h,v 1.1.1.2 1996/04/13 15:33:13 joerg Exp $ + * $Id: pathnames.h,v 1.4 1996/05/05 19:01:11 joerg Exp $ */ #include <paths.h> diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index fbac85611943a..610940466a473 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[] = - "$Id: subr.c,v 1.6.2.5 1997/12/15 07:10:53 charnier Exp $"; + "$Id: subr.c,v 1.6.2.6 1998/02/20 17:32:24 jkh Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index 18cbe5730f54c..87cc203711222 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 -.\" $Id: ttys.5,v 1.3.2.2 1997/06/02 21:06:18 davidn Exp $ +.\" $Id: ttys.5,v 1.3.2.3 1997/12/15 07:10:54 charnier Exp $ .\" " .Dd November 17, 1996 .Dt TTYS 5 diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 59eaed29c3373..b9f3d3c4328b8 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id$ +# $Id: Makefile,v 1.5 1996/09/22 21:54:03 wosch Exp $ PROG= mail.local MAN8= mail.local.8 diff --git a/libexec/mail.local/mail.local.8 b/libexec/mail.local/mail.local.8 index 5fb4b9cc66e9d..60b45f5767767 100644 --- a/libexec/mail.local/mail.local.8 +++ b/libexec/mail.local/mail.local.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail.local.8 8.2 (Berkeley) 12/11/93 -.\" $Id: mail.local.8,v 1.4 1996/09/22 21:54:05 wosch Exp $ +.\" $Id: mail.local.8,v 1.4.2.1 1998/02/20 17:32:25 jkh Exp $ .\" .Dd December 11, 1993 .Dt MAIL.LOCAL 8 diff --git a/libexec/mail.local/mail.local.c b/libexec/mail.local/mail.local.c index 49b0f28113ac6..20cdceccae1c7 100644 --- a/libexec/mail.local/mail.local.c +++ b/libexec/mail.local/mail.local.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mail.local.c,v 1.10.2.2 1998/01/31 17:06:48 joerg Exp $ + * $Id: mail.local.c,v 1.10.2.3 1998/02/20 17:32:27 jkh Exp $ */ #ifndef lint diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index 2ec0edde9e0f3..2b390fe384cb8 100644 --- a/libexec/makekey/Makefile +++ b/libexec/makekey/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.6 1996/09/22 21:54:11 wosch Exp $ PROG= makekey MAN8= makekey.8 diff --git a/libexec/makekey/makekey.8 b/libexec/makekey/makekey.8 index ee1191ddd90eb..da6960177272f 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 -.\" $Id: makekey.8,v 1.5 1996/09/22 21:54:13 wosch Exp $ +.\" $Id: makekey.8,v 1.5.2.1 1997/12/15 07:13:45 charnier Exp $ .\" .Dd December 11, 1993 .Dt MAKEKEY 8 diff --git a/libexec/makekey/makekey.c b/libexec/makekey/makekey.c index c04abc496db96..18c59865e9b3b 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[] = - "$Id$"; + "$Id: makekey.c,v 1.4.2.1 1997/12/15 07:13:46 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/mknetid/Makefile b/libexec/mknetid/Makefile index 9a3e82bf61bd6..5e81552538998 100644 --- a/libexec/mknetid/Makefile +++ b/libexec/mknetid/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1996/06/24 00:05:28 wpaul Exp $ +# $Id: Makefile,v 1.1.1.1 1996/06/25 20:26:38 wpaul Exp $ PROG= mknetid SRCS= mknetid.c hash.c parse_group.c diff --git a/libexec/mknetid/hash.c b/libexec/mknetid/hash.c index 47b50291d052f..55275cf0a6daf 100644 --- a/libexec/mknetid/hash.c +++ b/libexec/mknetid/hash.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: hash.c,v 1.1.1.1.2.1 1997/12/15 07:16:13 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/mknetid/hash.h b/libexec/mknetid/hash.h index 58c64d267e03b..ba293131c9e22 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. * - * $Id: hash.h,v 1.1.1.1 1996/06/25 20:26:38 wpaul Exp $ + * $Id: hash.h,v 1.2 1996/06/27 05:42:00 wpaul Exp $ */ /* Groupid entry hung off a member_entry node. */ diff --git a/libexec/mknetid/mknetid.8 b/libexec/mknetid/mknetid.8 index c9147339d9a83..2804c3a8135d2 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. .\" -.\" $Id: mknetid.8,v 1.1.1.1.2.1 1997/12/15 07:16:14 charnier Exp $ +.\" $Id: mknetid.8,v 1.1.1.1.2.2 1998/07/19 06:53:02 jkh Exp $ .\" .Dd June 23, 1996 .Dt MKNETID 8 diff --git a/libexec/mknetid/mknetid.c b/libexec/mknetid/mknetid.c index 29673d521229c..33f9f3a2a93f4 100644 --- a/libexec/mknetid/mknetid.c +++ b/libexec/mknetid/mknetid.c @@ -38,7 +38,7 @@ #ifndef lint static const char rcsid[] = - "$Id: mknetid.c,v 1.4.2.3 1998/07/19 06:53:02 jkh Exp $"; + "$Id: mknetid.c,v 1.4.2.4 1998/07/19 10:56:06 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/mknetid/parse_group.c b/libexec/mknetid/parse_group.c index 7d1828e4a5ce2..1d1c38edc99f4 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[] = - "$Id: parse_group.c,v 1.1.1.1.2.1 1997/12/15 07:16:19 charnier Exp $"; + "$Id: parse_group.c,v 1.1.1.1.2.2 1998/03/05 12:57:12 jkh Exp $"; #endif /* not lint */ /* diff --git a/libexec/named-xfer/Makefile b/libexec/named-xfer/Makefile index f5993aed9f5a1..4ee9d81df8529 100644 --- a/libexec/named-xfer/Makefile +++ b/libexec/named-xfer/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2.2.1 1996/11/28 21:51:40 phk Exp $ +# $Id: Makefile,v 1.2.2.2 1997/06/28 07:43:16 peter Exp $ .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile index 75a16fbc80555..70c62dfeb02c4 100644 --- a/libexec/rbootd/Makefile +++ b/libexec/rbootd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.5 1996/09/22 21:54:19 wosch Exp $ +# $Id: Makefile,v 1.5.2.1 1998/03/05 13:01:31 jkh 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 505fef76072b4..78645366ec672 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[] = - "$Id: bpf.c,v 1.3.2.1 1997/12/16 07:17:34 charnier Exp $"; + "$Id: bpf.c,v 1.3.2.2 1998/03/05 13:01:32 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/conf.c b/libexec/rbootd/conf.c index 014c029218346..1d55282540c46 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[] = - "$Id: conf.c,v 1.1.1.1.8.1 1997/12/16 07:17:36 charnier Exp $"; + "$Id: conf.c,v 1.1.1.1.8.2 1998/03/05 13:01:32 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/parseconf.c b/libexec/rbootd/parseconf.c index e812531d9b958..cefd6fec8d03d 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[] = - "$Id: parseconf.c,v 1.3.2.1 1997/12/16 07:17:41 charnier Exp $"; + "$Id: parseconf.c,v 1.3.2.2 1998/03/05 13:01:34 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/rbootd.8 b/libexec/rbootd/rbootd.8 index 75e61fcf849a2..a36f298fa1238 100644 --- a/libexec/rbootd/rbootd.8 +++ b/libexec/rbootd/rbootd.8 @@ -38,7 +38,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rbootd.8 8.2 (Berkeley) 12/11/93 -.\" $Id: rbootd.8,v 1.3 1996/09/22 21:54:30 wosch Exp $ +.\" $Id: rbootd.8,v 1.3.2.1 1997/12/16 07:17:43 charnier 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 563c7ebcbf37b..0e3605e2ba498 100644 --- a/libexec/rbootd/rbootd.c +++ b/libexec/rbootd/rbootd.c @@ -55,7 +55,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rbootd.c 8.2 (Berkeley) 2/22/94"; #endif static const char rcsid[] = - "$Id: rbootd.c,v 1.3.2.2 1997/12/16 07:17:46 charnier Exp $"; + "$Id: rbootd.c,v 1.3.2.3 1998/03/05 13:01:37 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/rmpproto.c b/libexec/rbootd/rmpproto.c index c80995895b833..839ddb5b1d817 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[] = - "$Id: rmpproto.c,v 1.1.1.1.8.1 1997/12/16 07:17:51 charnier Exp $"; + "$Id: rmpproto.c,v 1.1.1.1.8.2 1998/03/05 13:01:39 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/utils.c b/libexec/rbootd/utils.c index e0921952d2cda..c6cdfd1f00c49 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[] = - "$Id: utils.c,v 1.1.1.1.8.1 1997/12/16 07:17:53 charnier Exp $"; + "$Id: utils.c,v 1.1.1.1.8.2 1998/03/05 13:01:40 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/revnetgroup/Makefile b/libexec/revnetgroup/Makefile index dec0e7b8e6535..c0d32c6833762 100644 --- a/libexec/revnetgroup/Makefile +++ b/libexec/revnetgroup/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/10/26 16:25:29 wpaul Exp $ PROG= revnetgroup SRCS= revnetgroup.c hash.c parse_netgroup.c diff --git a/libexec/revnetgroup/hash.c b/libexec/revnetgroup/hash.c index 093b44a07828d..2305fa1413eb5 100644 --- a/libexec/revnetgroup/hash.c +++ b/libexec/revnetgroup/hash.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: hash.c,v 1.2.2.1 1997/12/16 07:20:10 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/revnetgroup/hash.h b/libexec/revnetgroup/hash.h index a8ad74720e895..65c401d8ddf9b 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. * - * $Id: hash.h,v 1.2 1996/05/12 17:17:42 wpaul Exp $ + * $Id: hash.h,v 1.2.2.1 1996/12/22 15:13:02 joerg Exp $ */ /* Groupname entry hung off a member_entry node. */ diff --git a/libexec/revnetgroup/parse_netgroup.c b/libexec/revnetgroup/parse_netgroup.c index 19a90108af2a1..694fc4ed99990 100644 --- a/libexec/revnetgroup/parse_netgroup.c +++ b/libexec/revnetgroup/parse_netgroup.c @@ -36,7 +36,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: parse_netgroup.c,v 1.2.2.2 1997/12/16 07:20:14 charnier Exp $"; #endif /* not lint */ /* diff --git a/libexec/revnetgroup/revnetgroup.8 b/libexec/revnetgroup/revnetgroup.8 index 48eb876e3209d..f6ae0667a29cc 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. .\" -.\" $Id: revnetgroup.8,v 1.1.1.1 1995/10/26 16:25:29 wpaul Exp $ +.\" $Id: revnetgroup.8,v 1.1.1.1.2.1 1997/12/16 07:20:16 charnier Exp $ .\" .Dd October 24, 1995 .Dt REVNETGROUP 8 diff --git a/libexec/revnetgroup/revnetgroup.c b/libexec/revnetgroup/revnetgroup.c index 538e12abefde9..2abf267cee774 100644 --- a/libexec/revnetgroup/revnetgroup.c +++ b/libexec/revnetgroup/revnetgroup.c @@ -38,7 +38,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: revnetgroup.c,v 1.3.2.3 1997/12/16 07:20:19 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/libexec/rexecd/Makefile b/libexec/rexecd/Makefile index ebd3d15978460..f4090773752ab 100644 --- a/libexec/rexecd/Makefile +++ b/libexec/rexecd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.6 1996/09/22 21:54:40 wosch Exp $ PROG= rexecd MAN8= rexecd.8 diff --git a/libexec/rexecd/rexecd.8 b/libexec/rexecd/rexecd.8 index e1aacf96a3957..40b8b603dd857 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 -.\" $Id: rexecd.8,v 1.3.2.2 1996/11/23 08:25:35 phk Exp $ +.\" $Id: rexecd.8,v 1.3.2.3 1997/12/16 07:22:06 charnier Exp $ .\" .Dd September 23, 1994 .Dt REXECD 8 diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c index ac7dca9b18fb6..ea2189987cf39 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[] = - "$Id$"; + "$Id: rexecd.c,v 1.8.2.5 1997/12/16 07:22:08 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile index cc5ed19955b15..f9c75bb35c116 100644 --- a/libexec/rlogind/Makefile +++ b/libexec/rlogind/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.5.2.1 1998/02/18 11:48:05 markm Exp $ PROG= rlogind SRCS= rlogind.c diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index baa31d7efa6ab..b35633ebe5d4c 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 -.\" $Id$ +.\" $Id: rlogind.8,v 1.4.2.3 1998/02/18 11:48:06 markm Exp $ .\" .Dd June 4, 1993 .Dt RLOGIND 8 diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c index 9f8e83e5b43c5..a771bca46f4e2 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[] = - "$Id: rlogind.c,v 1.12.2.5 1998/02/18 11:48:08 markm Exp $"; + "$Id: rlogind.c,v 1.12.2.6 1998/07/19 10:57:45 jkh Exp $"; #endif /* not lint */ /* diff --git a/libexec/rpc.rquotad/Makefile b/libexec/rpc.rquotad/Makefile index 7618d98f4a485..061834b54f5d5 100644 --- a/libexec/rpc.rquotad/Makefile +++ b/libexec/rpc.rquotad/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1995/04/12 00:47:27 jtc Exp $ +# $Id: Makefile,v 1.1.1.1 1996/01/05 08:47:12 graichen Exp $ PROG = rpc.rquotad SRCS = rquotad.c diff --git a/libexec/rpc.rquotad/rpc.rquotad.8 b/libexec/rpc.rquotad/rpc.rquotad.8 index 2be952a12484f..6658a7d28d944 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. .\" -.\" $Id: rpc.rquotad.8,v 1.1.1.1.2.1 1997/03/14 06:10:09 mpp Exp $ +.\" $Id: rpc.rquotad.8,v 1.1.1.1.2.2 1997/12/17 07:31:27 charnier Exp $ .\" .Dd June 22, 1994 .Dt RPC.RQUOTAD 8 diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c index 035f3160bf5ec..a6c941a5cedb9 100644 --- a/libexec/rpc.rquotad/rquotad.c +++ b/libexec/rpc.rquotad/rquotad.c @@ -6,7 +6,7 @@ #ifndef lint static const char rcsid[] = - "$Id: rquotad.c,v 1.1.1.1.2.1 1997/12/17 07:31:28 charnier Exp $"; + "$Id: rquotad.c,v 1.1.1.1.2.2 1998/07/19 10:59:37 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile index 312f7cf7c3fe4..aa2ce5f9e6d64 100644 --- a/libexec/rpc.rstatd/Makefile +++ b/libexec/rpc.rstatd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1993/11/10 03:45:40 smace Exp $ +# $Id: Makefile,v 1.1.1.1 1994/08/28 14:49:03 csgr 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 935ae428c3ff4..6b57f80de6480 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. .\" -.\" $Id: rpc.rstatd.8,v 1.1.1.1 1994/08/28 14:49:04 csgr Exp $ +.\" $Id: rpc.rstatd.8,v 1.1.1.1.8.1 1997/12/17 07:33:09 charnier 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 23bd87c6e873c..d9506f065b2e0 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[] = - "$Id$"; + "$Id: rstat_proc.c,v 1.3.6.1 1997/12/17 07:33:09 charnier Exp $"; #endif /* diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c index ba25662f183c9..d4fc23a182256 100644 --- a/libexec/rpc.rstatd/rstatd.c +++ b/libexec/rpc.rstatd/rstatd.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: rstatd.c,v 1.3.6.1 1997/12/17 07:33:09 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile index 7e29b60c45d91..22d70a2f23b35 100644 --- a/libexec/rpc.rusersd/Makefile +++ b/libexec/rpc.rusersd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/11/05 05:13:39 jkh Exp $ +# $Id: Makefile,v 1.1.1.1.8.1 1996/11/06 08:44:39 phk 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 d6d955ecd4775..92b01d0328510 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. .\" -.\" $Id: rpc.rusersd.8,v 1.1.1.1 1994/08/28 14:53:44 csgr Exp $ +.\" $Id: rpc.rusersd.8,v 1.1.1.1.8.1 1997/12/17 07:34:41 charnier 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 c8c217c958aea..dbfcbc31a762c 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[] = - "$Id$"; + "$Id: rusers_proc.c,v 1.4.6.1 1997/12/17 07:34:42 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/libexec/rpc.rusersd/rusersd.c b/libexec/rpc.rusersd/rusersd.c index 9a78496ade39f..2f7b346a26377 100644 --- a/libexec/rpc.rusersd/rusersd.c +++ b/libexec/rpc.rusersd/rusersd.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: rusersd.c,v 1.3.6.1 1997/12/17 07:34:42 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/rpc.rwalld/Makefile b/libexec/rpc.rwalld/Makefile index 5d7b492a8a40c..81cf9784702b0 100644 --- a/libexec/rpc.rwalld/Makefile +++ b/libexec/rpc.rwalld/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1993/11/10 03:46:23 smace Exp $ +# $Id: Makefile,v 1.1.1.1 1994/08/28 14:58:36 csgr Exp $ PROG = rpc.rwalld SRCS = rwalld.c diff --git a/libexec/rpc.rwalld/rpc.rwalld.8 b/libexec/rpc.rwalld/rpc.rwalld.8 index 8c6ae20030c32..dcec6acdb6852 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. .\" -.\" $Id: rpc.rwalld.8,v 1.1.1.1 1994/08/28 14:58:36 csgr Exp $ +.\" $Id: rpc.rwalld.8,v 1.1.1.1.8.1 1997/12/17 07:36:28 charnier Exp $ .\" .Dd June 7, 1993 .Dt RPC.RWALLD 8 diff --git a/libexec/rpc.rwalld/rwalld.c b/libexec/rpc.rwalld/rwalld.c index ec30870828372..6db889b7fb7f0 100644 --- a/libexec/rpc.rwalld/rwalld.c +++ b/libexec/rpc.rwalld/rwalld.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: rwalld.c,v 1.3.6.1 1997/12/17 07:36:28 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/libexec/rpc.sprayd/Makefile b/libexec/rpc.sprayd/Makefile index e497599a8451b..61086cefcefbb 100644 --- a/libexec/rpc.sprayd/Makefile +++ b/libexec/rpc.sprayd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1995/04/12 00:48:01 jtc Exp $ +# $Id: Makefile,v 1.1.1.1 1996/01/05 08:53:39 graichen Exp $ PROG = rpc.sprayd SRCS = sprayd.c diff --git a/libexec/rpc.sprayd/rpc.sprayd.8 b/libexec/rpc.sprayd/rpc.sprayd.8 index 355a9e989cbb7..1f123082ff718 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. .\" -.\" $Id: rpc.sprayd.8,v 1.2 1996/04/07 00:05:54 mpp Exp $ +.\" $Id: rpc.sprayd.8,v 1.2.2.1 1997/12/17 07:38:17 charnier Exp $ .\" .Dd June 22, 1994 .Dt RPC.SPRAYD 8 diff --git a/libexec/rpc.sprayd/sprayd.c b/libexec/rpc.sprayd/sprayd.c index f1835072a4f58..9e462c5d83e2b 100644 --- a/libexec/rpc.sprayd/sprayd.c +++ b/libexec/rpc.sprayd/sprayd.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: sprayd.c,v 1.1.1.1.2.1 1997/12/17 07:38:17 charnier Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index baf9caa28d933..e51df86b61789 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.4.6.2 1998/02/18 11:52:17 markm Exp $ PROG= rshd SRCS= rshd.c diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index bcab111029732..94730b72e6ebc 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 -.\" $Id$ +.\" $Id: rshd.8,v 1.4.2.3 1998/02/18 11:52:19 markm Exp $ .\" .Dd June 4, 1993 .Dt RSHD 8 diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index fb8e2eb3390bd..29a0cb38dcb3c 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[] = - "$Id: rshd.c,v 1.9.2.8 1998/07/19 11:02:20 jkh Exp $"; + "$Id: rshd.c,v 1.9.2.9 1998/07/24 04:32:21 jkh Exp $"; #endif /* not lint */ /* diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index 1754066e11b31..40c0cc52a8e64 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.3 1996/09/22 21:55:12 wosch 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 917f5f8fc804b..70ebf7568ba59 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[] = - "$Id: announce.c,v 1.5.2.2 1997/12/18 07:30:09 charnier Exp $"; + "$Id: announce.c,v 1.5.2.3 1998/07/19 06:53:03 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index ee5d4db90c86d..9f19ca417bb8d 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[] = - "$Id: print.c,v 1.3.2.1 1997/12/18 07:30:10 charnier Exp $"; + "$Id: print.c,v 1.3.2.2 1998/03/06 01:46:27 jkh Exp $"; #endif /* not lint */ /* debug print routines */ diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c index 34c6a909f9e65..7c1c02f2a71e9 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[] = - "$Id$"; + "$Id: process.c,v 1.5.2.1 1997/12/18 07:30:10 charnier Exp $"; #endif /* not lint */ /* diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index f1bcc22e3b3cf..414546e7796e1 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[] = - "$Id$"; + "$Id: table.c,v 1.3.2.1 1997/12/18 07:30:11 charnier Exp $"; #endif /* not lint */ /* diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index dcb262483d5c5..feeb6cec76830 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[] = - "$Id$"; + "$Id: talkd.c,v 1.4.2.2 1997/12/18 07:30:11 charnier Exp $"; #endif /* not lint */ /* diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index e0ef5870bce28..29e0ef4a3a7fa 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $Id: Makefile,v 1.8 1996/09/22 21:55:29 wosch Exp $ +# $Id: Makefile,v 1.8.2.1 1998/03/06 01:47:51 jkh Exp $ PROG= telnetd CFLAGS+=-DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS diff --git a/libexec/telnetd/ext.h b/libexec/telnetd/ext.h index 05898fb5521d5..4940af0f13274 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 - * $Id$ + * $Id: ext.h,v 1.4 1996/09/22 21:55:33 wosch Exp $ */ /* diff --git a/libexec/telnetd/global.c b/libexec/telnetd/global.c index 8e5c7bb055b54..76a0dbd9954e2 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[] = - "$Id$"; + "$Id: global.c,v 1.1.1.1.8.1 1997/12/19 07:33:29 charnier Exp $"; #endif /* not lint */ /* diff --git a/libexec/telnetd/pathnames.h b/libexec/telnetd/pathnames.h index 979f4d00a4f8a..27e511dd54a1d 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 - * $Id$ + * $Id: pathnames.h,v 1.3 1996/09/22 21:55:35 wosch Exp $ */ #if BSD > 43 diff --git a/libexec/telnetd/slc.c b/libexec/telnetd/slc.c index 88062a544120a..754020f59304b 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[] = - "$Id$"; + "$Id: slc.c,v 1.3.2.1 1997/12/19 07:33:30 charnier Exp $"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c index aeb64bbf71675..fe015b0bb6af0 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[] = - "$Id$"; + "$Id: state.c,v 1.4.2.1 1997/12/19 07:33:30 charnier Exp $"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index 7337d89657f64..b28a620721ca2 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[] = - "$Id: sys_term.c,v 1.14.2.2 1997/12/19 07:33:31 charnier Exp $"; + "$Id: sys_term.c,v 1.14.2.3 1997/12/24 19:23:18 imp Exp $"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index f0472f23d0bdd..de1db516097de 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 -.\" $Id: telnetd.8,v 1.5.2.3 1998/03/06 01:47:53 jkh Exp $ +.\" $Id: telnetd.8,v 1.5.2.4 1998/05/04 02:41:38 steve Exp $ .\" .Dd March 1, 1994 .Dt TELNETD 8 diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index e1d5c59f18755..7c949dd010a52 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[] = - "$Id: telnetd.c,v 1.7.2.4 1998/03/06 01:47:55 jkh Exp $"; + "$Id: telnetd.c,v 1.7.2.5 1998/05/03 16:33:32 steve Exp $"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/termstat.c b/libexec/telnetd/termstat.c index b95aa5fbf279f..6d5aecdc58e94 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[] = - "$Id$"; + "$Id: termstat.c,v 1.5.2.1 1997/12/19 07:33:32 charnier Exp $"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/utility.c b/libexec/telnetd/utility.c index 95f3da2323650..3582c04e3b221 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[] = - "$Id: utility.c,v 1.5.2.3 1997/12/28 22:19:54 steve Exp $"; + "$Id: utility.c,v 1.5.2.4 1998/05/03 16:33:34 steve Exp $"; #endif /* not lint */ #ifdef __FreeBSD__ diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile index b7c600c419558..2c851224324fb 100644 --- a/libexec/tftpd/Makefile +++ b/libexec/tftpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.3 1996/09/22 21:56:03 wosch Exp $ PROG= tftpd SRCS= tftpd.c tftpsubs.c diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c index 342ddf7ecd949..142c67aa83e09 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[] = - "$Id: tftpd.c,v 1.4.2.4 1997/12/18 07:31:37 charnier Exp $"; + "$Id: tftpd.c,v 1.4.2.5 1998/07/19 06:53:03 jkh Exp $"; #endif /* not lint */ /* diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile index 9a296c99cea10..bd65f159db5f9 100644 --- a/libexec/uucpd/Makefile +++ b/libexec/uucpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.6 1996/09/22 21:56:12 wosch Exp $ PROG= uucpd MAN8= uucpd.8 diff --git a/libexec/uucpd/pathnames.h b/libexec/uucpd/pathnames.h index 782f23e874165..685b110efe700 100644 --- a/libexec/uucpd/pathnames.h +++ b/libexec/uucpd/pathnames.h @@ -32,7 +32,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 * - * $Id$ + * $Id: pathnames.h,v 1.3 1996/09/22 21:56:14 wosch Exp $ */ #include <paths.h> diff --git a/libexec/uucpd/uucpd.8 b/libexec/uucpd/uucpd.8 index 21291899b24c5..384be4fe952b1 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 -.\" $Id: uucpd.8,v 1.2.2.1 1997/12/18 07:32:41 charnier Exp $ +.\" $Id: uucpd.8,v 1.2.2.2 1998/03/06 01:48:36 jkh Exp $ .\" .Dd Feb 18, 1996 .Dt UUCPD 8 diff --git a/libexec/uucpd/uucpd.c b/libexec/uucpd/uucpd.c index 03cae804f5815..b0b41c560f3e0 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[] = - "$Id: uucpd.c,v 1.7.2.4 1998/03/06 01:49:10 jkh Exp $"; + "$Id: uucpd.c,v 1.7.2.5 1998/07/19 06:53:04 jkh Exp $"; #endif /* not lint */ /* diff --git a/libexec/xtend/Makefile b/libexec/xtend/Makefile index 041145caed62e..27acf3ce1cdf3 100644 --- a/libexec/xtend/Makefile +++ b/libexec/xtend/Makefile @@ -1,5 +1,5 @@ # Makefile for xtend (Stark) 10/30/93 -# $Id: Makefile,v 1.3 1996/09/04 22:22:54 bde Exp $ +# $Id: Makefile,v 1.4 1996/09/05 17:14:39 bde Exp $ BINMODE= 555 diff --git a/libexec/xtend/packet.c b/libexec/xtend/packet.c index bdef357f198cf..040e6a6de7b40 100644 --- a/libexec/xtend/packet.c +++ b/libexec/xtend/packet.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: packet.c,v 1.4.2.1 1997/12/18 07:37:45 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/xtend/paths.h b/libexec/xtend/paths.h index e41d214ed07fd..16c7b8c08c895 100644 --- a/libexec/xtend/paths.h +++ b/libexec/xtend/paths.h @@ -1,7 +1,7 @@ /* * Pathnames for files used by xtend * - * $Id$ + * $Id: paths.h,v 1.3 1996/09/22 21:56:23 wosch Exp $ */ #define X10DIR "/var/spool/xten" diff --git a/libexec/xtend/status.c b/libexec/xtend/status.c index ca85cdceee8f8..1def27850d94c 100644 --- a/libexec/xtend/status.c +++ b/libexec/xtend/status.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: status.c,v 1.4.2.1 1997/12/18 07:37:46 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/xtend/user.c b/libexec/xtend/user.c index 514a70d4aa8ce..372d8cb7e9ee6 100644 --- a/libexec/xtend/user.c +++ b/libexec/xtend/user.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id: user.c,v 1.3.2.2 1998/03/06 01:49:59 jkh Exp $"; + "$Id: user.c,v 1.3.2.3 1998/04/18 13:43:09 stark Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/libexec/xtend/xten.h b/libexec/xtend/xten.h index 23e8c6b266d08..ce6dda839ff03 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. * - * $Id$ + * $Id: xten.h,v 1.3 1996/09/22 21:56:29 wosch Exp $ */ extern char *X10housenames[]; diff --git a/libexec/xtend/xtend.8 b/libexec/xtend/xtend.8 index 2c617be5de2b3..fe7e7e8580d43 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. .\" -.\" $Id: xtend.8,v 1.4.2.2 1998/03/06 01:49:59 jkh Exp $ +.\" $Id: xtend.8,v 1.4.2.3 1998/07/19 06:53:05 jkh Exp $ .\" .Th XTEND 8 "30 Oct 1993" .Dd Oct 30, 1993 diff --git a/libexec/xtend/xtend.c b/libexec/xtend/xtend.c index fc6f0f32910fc..b4dfa13fe57d1 100644 --- a/libexec/xtend/xtend.c +++ b/libexec/xtend/xtend.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id: xtend.c,v 1.3.2.1 1997/12/18 07:37:47 charnier Exp $"; + "$Id: xtend.c,v 1.3.2.2 1998/03/06 01:50:00 jkh Exp $"; #endif /* not lint */ /* diff --git a/libexec/xtend/xtend.h b/libexec/xtend/xtend.h index 9d704449cf69f..e00f25b0db7f4 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. * - * $Id$ + * $Id: xtend.h,v 1.3 1996/09/22 21:56:36 wosch Exp $ */ /* diff --git a/libexec/ypxfr/Makefile b/libexec/ypxfr/Makefile index e7a9cad2dd308..9179c244b3a00 100644 --- a/libexec/ypxfr/Makefile +++ b/libexec/ypxfr/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/06/06 03:58:06 wpaul Exp $ +# $Id: Makefile,v 1.4 1996/09/05 17:14:42 bde Exp $ PROG= ypxfr SRCS= ypxfr_clnt.c yp_clnt.c ypxfr_getmap.c yp_dblookup.c \ diff --git a/libexec/ypxfr/yp_dbwrite.c b/libexec/ypxfr/yp_dbwrite.c index c429c27f77e32..c9f1ba06b152c 100644 --- a/libexec/ypxfr/yp_dbwrite.c +++ b/libexec/ypxfr/yp_dbwrite.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: yp_dbwrite.c,v 1.4.2.1 1997/12/19 07:35:31 charnier Exp $"; #endif /* not lint */ #include <db.h> diff --git a/libexec/ypxfr/ypxfr.8 b/libexec/ypxfr/ypxfr.8 index 94e1a528443c0..8a61aa7247a8b 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. .\" -.\" $Id: ypxfr.8,v 1.3.2.1 1997/12/19 07:35:33 charnier Exp $ +.\" $Id: ypxfr.8,v 1.3.2.2 1998/07/19 06:53:05 jkh Exp $ .\" .Dd February 5, 1995 .Dt YPXFR 8 diff --git a/libexec/ypxfr/ypxfr_extern.h b/libexec/ypxfr/ypxfr_extern.h index 1a4c2bd7ae5a8..9fbe93f8cd247 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. * - * $Id: ypxfr_extern.h,v 1.3 1996/10/25 16:13:04 wpaul Exp $ + * $Id: ypxfr_extern.h,v 1.3.2.1 1997/01/14 01:27:41 wpaul Exp $ */ #include <sys/types.h> #include <limits.h> diff --git a/libexec/ypxfr/ypxfr_getmap.c b/libexec/ypxfr/ypxfr_getmap.c index 505336e5b9462..27061c6849029 100644 --- a/libexec/ypxfr/ypxfr_getmap.c +++ b/libexec/ypxfr/ypxfr_getmap.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ypxfr_getmap.c,v 1.3.2.1 1997/12/19 07:35:33 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/ypxfr/ypxfr_main.c b/libexec/ypxfr/ypxfr_main.c index b40d5a0b8c02e..16150dab134f9 100644 --- a/libexec/ypxfr/ypxfr_main.c +++ b/libexec/ypxfr/ypxfr_main.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ypxfr_main.c,v 1.6.2.2 1997/12/19 07:35:34 charnier Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c index e135ae6bed9b4..d7fc7c031555b 100644 --- a/libexec/ypxfr/ypxfr_misc.c +++ b/libexec/ypxfr/ypxfr_misc.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ypxfr_misc.c,v 1.5.2.1 1997/12/19 07:35:34 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/ypxfr/ypxfrd_getmap.c b/libexec/ypxfr/ypxfrd_getmap.c index 1ac2df4bbf0c5..7139fb498ee24 100644 --- a/libexec/ypxfr/ypxfrd_getmap.c +++ b/libexec/ypxfr/ypxfrd_getmap.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ypxfrd_getmap.c,v 1.3.2.1 1997/12/19 07:35:35 charnier Exp $"; #endif /* not lint */ #include <errno.h> |