diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 | 
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 | 
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /libexec | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Diffstat (limited to 'libexec')
32 files changed, 32 insertions, 32 deletions
| diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 27b8ea3f922e..b0203560b451 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -#	$Id: Makefile,v 1.2 1993/12/05 12:26:10 cgd Exp $ +#	Makefile,v 1.1 1994/01/05 01:02:56 nate Exp  PROG=	atrun  MAN8=	atrun.8 diff --git a/libexec/atrun/atrun.8 b/libexec/atrun/atrun.8 index ed6e359bfa2a..ef42aa0cb341 100644 --- a/libexec/atrun/atrun.8 +++ b/libexec/atrun/atrun.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: atrun.8,v 1.1 1994/01/05 01:02:58 nate Exp $ +.\"	atrun.8,v 1.2 1994/01/05 01:03:58 nate Exp  .\"  .Dd December 5, 1993  .Dt ATRUN 8 diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index 3b84ec9290c3..4daa601db5d1 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -54,7 +54,7 @@  /* File scope variables */  static char *namep; -static char rcsid[] = "$Id: atrun.c,v 1.1 1993/12/05 11:36:38 cgd Exp $"; +static char rcsid[] = "atrun.c,v 1.1 1994/01/05 01:03:00 nate Exp";  /* Local functions */  static void diff --git a/libexec/atrun/atrun.h b/libexec/atrun/atrun.h index be0588a78e45..f45b9fa8f769 100644 --- a/libexec/atrun/atrun.h +++ b/libexec/atrun/atrun.h @@ -27,7 +27,7 @@   * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * - *	$Id: atrun.h,v 1.1 1993/12/05 11:36:45 cgd Exp $ + *	atrun.h,v 1.1 1994/01/05 01:03:02 nate Exp   */  #define ATRUN_MAXLOAD	1.5 diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index de4dfdbd44fc..c06433dd0227 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,5 +1,5 @@  # bootpd/Makefile -# $Id: Makefile,v 1.2 1994/09/10 14:59:55 csgr Exp $ +# Makefile,v 1.1.1.1 1994/09/30 05:45:04 pst Exp  PROG=	bootpd  #CFLAGS+= -DETC_ETHERS  diff --git a/libexec/bootpd/bootp.h b/libexec/bootpd/bootp.h index 0651aa5dbfb0..3dc0a3055a00 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,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp $ + * bootp.h,v 1.1.1.1 1994/09/30 05:45:04 pst Exp   *   *   * This file specifies the "implementation-independent" BOOTP protocol diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8 index 250559393f52..14fc505feddb 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/usr.sbin/bootpd/bootpd.8,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp $ +.\"	/home/ncvs/src/libexec/bootpd/bootpd.8,v 1.1.1.1 1994/09/30 05:45:04 pst 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 323132a80a06..78904dc785de 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.c @@ -21,7 +21,7 @@ SOFTWARE.  ************************************************************************/  #ifndef lint -static char rcsid[] = "$Id: bootpd.c,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp $"; +static char rcsid[] = "bootpd.c,v 1.1.1.1 1994/09/30 05:45:04 pst Exp";  #endif  /* diff --git a/libexec/bootpd/bootptab.5 b/libexec/bootpd/bootptab.5 index 74953837f6e9..45096575377c 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/usr.sbin/bootpd/bootptab.5,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp $ +.\"	/home/ncvs/src/libexec/bootpd/bootptab.5,v 1.1.1.1 1994/09/30 05:45:04 pst Exp  .\"  .TH BOOTPTAB 5 "October 31, 1991" "Carnegie Mellon University"  .UC 6 diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c index 2ecda6305a25..4fa0bcf19d78 100644 --- a/libexec/bootpd/hash.c +++ b/libexec/bootpd/hash.c @@ -21,7 +21,7 @@ SOFTWARE.  ************************************************************************/  #ifndef lint -static char rcsid[] = "$Id: hash.c,v 1.1.1.1 1994/09/10 14:44:55 csgr Exp $"; +static char rcsid[] = "hash.c,v 1.1.1.1 1994/09/30 05:45:05 pst Exp";  #endif diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c index 4a9d9937dd5c..9966c9fc4f13 100644 --- a/libexec/bootpd/readfile.c +++ b/libexec/bootpd/readfile.c @@ -21,7 +21,7 @@ SOFTWARE.  ************************************************************************/  #ifndef lint -static char rcsid[] = "$Id: readfile.c,v 1.1.1.1 1994/09/10 14:44:55 csgr Exp $"; +static char rcsid[] = "readfile.c,v 1.1.1.1 1994/09/30 05:45:06 pst Exp";  #endif diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index fb59afe1c6b0..5b1ed29ac0aa 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.2 1994/09/10 15:13:28 csgr Exp $ + * rtmsg.c,v 1.1.1.1 1994/09/30 05:45:06 pst Exp   */  #include <sys/param.h> diff --git a/libexec/bootpd/tools/Makefile b/libexec/bootpd/tools/Makefile index b1f38e76ecbd..2eb0917cee62 100644 --- a/libexec/bootpd/tools/Makefile +++ b/libexec/bootpd/tools/Makefile @@ -1,5 +1,5 @@  # Makefile -# $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 0a2ab66f28f4..f6cfbcc5f8f9 100644 --- a/libexec/bootpd/tools/Makefile.inc +++ b/libexec/bootpd/tools/Makefile.inc @@ -1,4 +1,4 @@  # Makefile.inc -# $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 7d176069a8d6..979b5907624c 100644 --- a/libexec/bootpd/tools/bootpef/Makefile +++ b/libexec/bootpd/tools/bootpef/Makefile @@ -1,5 +1,5 @@  # Makefile -# $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 eb1893501242..3358f2681c6f 100644 --- a/libexec/bootpd/tools/bootpef/bootpef.c +++ b/libexec/bootpd/tools/bootpef/bootpef.c @@ -21,7 +21,7 @@ SOFTWARE.  ************************************************************************/  #ifndef lint -static char rcsid[] = "$Id: bootpef.c,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp $"; +static char rcsid[] = "bootpef.c,v 1.1.1.1 1994/09/30 05:45:07 pst Exp";  #endif diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index c154d9798381..3fc192901a69 100644 --- a/libexec/bootpd/tools/bootptest/Makefile +++ b/libexec/bootpd/tools/bootptest/Makefile @@ -1,5 +1,5 @@  # Makefile -# $Id$ +# Makefile,v 1.1.1.1 1994/09/30 05:45:07 pst Exp  PROG=	bootptest  MAN8=	bootptest.8 diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c index f4169986920a..8161e670db5a 100644 --- a/libexec/bootpd/tools/bootptest/print-bootp.c +++ b/libexec/bootpd/tools/bootptest/print-bootp.c @@ -24,7 +24,7 @@   * There is an e-mail list for tcpdump: <tcpdump@ee.lbl.gov>   */  #ifndef lint -static char rcsid[] = "$Id: print-bootp.c,v 1.1.1.1 1994/09/10 14:44:55 csgr Exp $"; +static char rcsid[] = "print-bootp.c,v 1.1.1.1 1994/09/30 05:45:07 pst Exp";  /* 93/10/10 <gwr@mc.com> New data-driven option print routine. */  #endif diff --git a/libexec/bootpgw/Makefile b/libexec/bootpgw/Makefile index a155e0e4f7c3..4375edee862e 100644 --- a/libexec/bootpgw/Makefile +++ b/libexec/bootpgw/Makefile @@ -1,5 +1,5 @@  # Makefile -# $Id$ +# Makefile,v 1.1.1.1 1994/09/30 05:43:13 pst Exp  PROG=	bootpgw  NOMAN=  true diff --git a/libexec/bootpgw/bootpgw.c b/libexec/bootpgw/bootpgw.c index 4e7538bb4def..6701b97113cb 100644 --- a/libexec/bootpgw/bootpgw.c +++ b/libexec/bootpgw/bootpgw.c @@ -26,7 +26,7 @@ SOFTWARE.  ************************************************************************/  #ifndef lint -static char rcsid[] = "$Id: bootpgw.c,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp $"; +static char rcsid[] = "bootpgw.c,v 1.1.1.1 1994/09/30 05:43:13 pst Exp";  #endif  /* diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile index 312f7cf7c3fe..d65dfd245101 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 $ +#	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 0644bbbf7f0d..7ce7b928178e 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 1993/09/16 00:27:45 jtc Exp $ +.\"	rpc.rstatd.8,v 1.1.1.1 1994/08/28 14:49:04 csgr 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 ade88ffeb031..10b7ef774ea7 100644 --- a/libexec/rpc.rstatd/rstat_proc.c +++ b/libexec/rpc.rstatd/rstat_proc.c @@ -29,7 +29,7 @@  #ifndef lint  /*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";*/ -static char rcsid[] = "$Id: rstat_proc.c,v 1.1.1.1 1994/08/28 14:49:04 csgr Exp $"; +static char rcsid[] = "rstat_proc.c,v 1.2 1994/10/15 13:39:54 davidg Exp";  #endif  /* diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c index 2cbdac7881c7..61b5aeda15ea 100644 --- a/libexec/rpc.rstatd/rstatd.c +++ b/libexec/rpc.rstatd/rstatd.c @@ -32,7 +32,7 @@   */  #ifndef lint -static char rcsid[] = "$Id: rstatd.c,v 1.1.1.1 1994/08/28 14:49:04 csgr Exp $"; +static char rcsid[] = "rstatd.c,v 1.2 1994/11/18 22:31:05 ats Exp";  #endif /* not lint */  #include <stdio.h> diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile index 1c689397232d..a593bc0075c8 100644 --- a/libexec/rpc.rusersd/Makefile +++ b/libexec/rpc.rusersd/Makefile @@ -1,4 +1,4 @@ -#	$Id: Makefile,v 1.2 1993/11/10 03:46:04 smace Exp $ +#	Makefile,v 1.1.1.1 1994/08/28 14:53:44 csgr 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 15947ac8bfbb..441cc28ba3ab 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 1993/09/16 00:34:43 jtc Exp $ +.\"	rpc.rusersd.8,v 1.1.1.1 1994/08/28 14:53:44 csgr 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 3a603c2d19ed..4fde19b5f9e9 100644 --- a/libexec/rpc.rusersd/rusers_proc.c +++ b/libexec/rpc.rusersd/rusers_proc.c @@ -32,7 +32,7 @@   */  #ifndef lint -static char rcsid[] = "$Id: rusers_proc.c,v 1.2 1994/11/04 02:12:49 jkh Exp $"; +static char rcsid[] = "rusers_proc.c,v 1.3 1994/11/18 23:36:18 ats Exp";  #endif /* not lint */  #include <signal.h> diff --git a/libexec/rpc.rusersd/rusersd.c b/libexec/rpc.rusersd/rusersd.c index d2a0d840ac4a..027317a86253 100644 --- a/libexec/rpc.rusersd/rusersd.c +++ b/libexec/rpc.rusersd/rusersd.c @@ -32,7 +32,7 @@   */  #ifndef lint -static char rcsid[] = "$Id: rusersd.c,v 1.1.1.1 1994/08/28 14:53:45 csgr Exp $"; +static char rcsid[] = "rusersd.c,v 1.2 1994/11/18 22:40:11 ats Exp";  #endif /* not lint */  #include <stdio.h> diff --git a/libexec/rpc.rwalld/Makefile b/libexec/rpc.rwalld/Makefile index 5d7b492a8a40..3064f883a77c 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 $ +#	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 eadadf4212b7..13835d885844 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 1993/09/16 00:36:43 jtc Exp $ +.\"	rpc.rwalld.8,v 1.1.1.1 1994/08/28 14:58:36 csgr Exp  .\"  .Dd June 7, 1993  .Dt RPC.RWALLD 8 diff --git a/libexec/rpc.rwalld/rwalld.c b/libexec/rpc.rwalld/rwalld.c index 7e99b62468f1..0d24f0989b71 100644 --- a/libexec/rpc.rwalld/rwalld.c +++ b/libexec/rpc.rwalld/rwalld.c @@ -28,7 +28,7 @@   */  #ifndef lint -static char rcsid[] = "$Id: rwalld.c,v 1.1.1.1 1994/08/28 14:58:36 csgr Exp $"; +static char rcsid[] = "rwalld.c,v 1.2 1994/11/18 22:50:22 ats Exp";  #endif /* not lint */  #include <unistd.h> diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index ddf08e176483..2adfbfe07901 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -1,5 +1,5 @@  # From:	@(#)Makefile	8.1 (Berkeley) 6/4/93 -# $Id$ +# Makefile,v 1.3 1994/09/29 13:06:37 csgr Exp  PROG=	rshd  SRCS=	rshd.c | 
