diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-30 09:53:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-30 09:53:36 +0000 |
commit | e8098bbf458987a911595aeb26743be5872aa9bd (patch) | |
tree | d69e4ec9588a8941442b70557296ac8e69fbf348 /usr.sbin/ypserv | |
parent | 186322730aa9b7b1dd126071d0b5afdcf70a1297 (diff) |
$OpenBSD$ tag and few spelling errors
Diffstat (limited to 'usr.sbin/ypserv')
50 files changed, 99 insertions, 90 deletions
diff --git a/usr.sbin/ypserv/Makefile b/usr.sbin/ypserv/Makefile index a9de8ab1931..3fb15fe2afe 100644 --- a/usr.sbin/ypserv/Makefile +++ b/usr.sbin/ypserv/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91 -# $Id: Makefile,v 1.3 1996/03/02 03:01:29 dm Exp $ +# $OpenBSD: Makefile,v 1.4 1996/05/30 09:52:58 deraadt Exp $ SUBDIR= makedbm mknetid stdethers stdhosts ypinit ypserv yptest yppush ypxfr diff --git a/usr.sbin/ypserv/Makefile.inc b/usr.sbin/ypserv/Makefile.inc index 8ac3c3cf2ef..5184edffbba 100644 --- a/usr.sbin/ypserv/Makefile.inc +++ b/usr.sbin/ypserv/Makefile.inc @@ -1,4 +1,3 @@ -# from: @(#)Makefile.inc 5.1 (Berkeley) 5/11/90 -# $Id: Makefile.inc,v 1.1 1995/11/01 16:56:04 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/05/30 09:52:59 deraadt Exp $ BINDIR?= /usr/sbin diff --git a/usr.sbin/ypserv/common/ypdb.c b/usr.sbin/ypserv/common/ypdb.c index 32cfdd03690..924b9617064 100644 --- a/usr.sbin/ypserv/common/ypdb.c +++ b/usr.sbin/ypserv/common/ypdb.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ypdb.c,v 1.3 1996/05/30 09:53:01 deraadt Exp $ */ + /* * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,8 +39,6 @@ * LIABILITY, OR TORT (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: ypdb.c,v 1.2 1996/01/20 00:28:57 chuck Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ypserv/common/ypdb.h b/usr.sbin/ypserv/common/ypdb.h index 4208ed6002c..368cc66f884 100644 --- a/usr.sbin/ypserv/common/ypdb.h +++ b/usr.sbin/ypserv/common/ypdb.h @@ -1,3 +1,5 @@ +/* $OpenBSD: ypdb.h,v 1.3 1996/05/30 09:53:01 deraadt Exp $ */ + /* * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,8 +39,6 @@ * LIABILITY, OR TORT (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: ypdb.h,v 1.2 1995/12/24 00:41:08 deraadt Exp $ */ #ifndef _YPDB_H_ diff --git a/usr.sbin/ypserv/common/ypdef.h b/usr.sbin/ypserv/common/ypdef.h index 2305c5e1c9d..d7a16c6d8e9 100644 --- a/usr.sbin/ypserv/common/ypdef.h +++ b/usr.sbin/ypserv/common/ypdef.h @@ -1,3 +1,5 @@ +/* $OpenBSD: ypdef.h,v 1.3 1996/05/30 09:53:02 deraadt Exp $ */ + /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -29,8 +31,6 @@ * LIABILITY, OR TORT (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: ypdef.h,v 1.2 1996/01/20 00:29:39 chuck Exp $ */ #ifndef _YPDEF_H_ diff --git a/usr.sbin/ypserv/common/yplib_host.c b/usr.sbin/ypserv/common/yplib_host.c index 88d52b3cbbd..de4d0c551f1 100644 --- a/usr.sbin/ypserv/common/yplib_host.c +++ b/usr.sbin/ypserv/common/yplib_host.c @@ -1,5 +1,7 @@ +/* $OpenBSD: yplib_host.c,v 1.5 1996/05/30 09:53:02 deraadt Exp $ */ + /* - * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca> + * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -30,7 +32,7 @@ */ #ifndef LINT -static char *rcsid = "$Id: yplib_host.c,v 1.4 1996/05/30 01:34:10 deraadt Exp $"; +static char *rcsid = "$OpenBSD: yplib_host.c,v 1.5 1996/05/30 09:53:02 deraadt Exp $"; #endif #include <sys/param.h> diff --git a/usr.sbin/ypserv/common/yplib_host.h b/usr.sbin/ypserv/common/yplib_host.h index c8d74e71862..521380101b0 100644 --- a/usr.sbin/ypserv/common/yplib_host.h +++ b/usr.sbin/ypserv/common/yplib_host.h @@ -1,7 +1,7 @@ -/* $NetBSD: yplib_host.h,v 1.6 1994/10/26 00:57:11 cgd Exp $ */ +/* $OpenBSD: yplib_host.h,v 1.3 1996/05/30 09:53:03 deraadt Exp $ */ /* - * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca> + * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.sbin/ypserv/common/yplog.c b/usr.sbin/ypserv/common/yplog.c index 60951f6ae66..3072492099f 100644 --- a/usr.sbin/ypserv/common/yplog.c +++ b/usr.sbin/ypserv/common/yplog.c @@ -1,7 +1,6 @@ -/* $Id: yplog.c,v 1.2 1996/01/20 00:30:42 chuck Exp $ */ +/* $OpenBSD: yplog.c,v 1.3 1996/05/30 09:53:03 deraadt Exp $ */ /* - * * Copyright (c) 1996 Charles D. Cranor * All rights reserved. * diff --git a/usr.sbin/ypserv/common/yplog.h b/usr.sbin/ypserv/common/yplog.h index dc2cdb05ac3..2f48494a272 100644 --- a/usr.sbin/ypserv/common/yplog.h +++ b/usr.sbin/ypserv/common/yplog.h @@ -1,3 +1,5 @@ +/* $OpenBSD: yplog.h,v 1.3 1996/05/30 09:53:04 deraadt Exp $ */ + /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -25,8 +27,6 @@ * LIABILITY, OR TORT (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: yplog.h,v 1.2 1996/01/20 00:30:35 chuck Exp $ */ #ifndef _YPLOG_H_ diff --git a/usr.sbin/ypserv/makedbm/Makefile b/usr.sbin/ypserv/makedbm/Makefile index 1cfecd42606..f883c0fc8cf 100644 --- a/usr.sbin/ypserv/makedbm/Makefile +++ b/usr.sbin/ypserv/makedbm/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.1 1995/11/01 16:56:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1996/05/30 09:53:05 deraadt Exp $ PROG= makedbm SRCS= makedbm.c ypdb.c diff --git a/usr.sbin/ypserv/makedbm/makedbm.8 b/usr.sbin/ypserv/makedbm/makedbm.8 index aa2bcf96fb8..3b089256675 100644 --- a/usr.sbin/ypserv/makedbm/makedbm.8 +++ b/usr.sbin/ypserv/makedbm/makedbm.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: makedbm.8,v 1.3 1996/05/30 09:53:05 deraadt Exp $ .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -25,8 +26,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: makedbm.8,v 1.2 1996/04/24 12:37:39 deraadt Exp $ -.\" .Dd July 19, 1994 .Dt MAKEDBM 8 .Os diff --git a/usr.sbin/ypserv/makedbm/makedbm.c b/usr.sbin/ypserv/makedbm/makedbm.c index c887a17997c..0d9c50ed9b8 100644 --- a/usr.sbin/ypserv/makedbm/makedbm.c +++ b/usr.sbin/ypserv/makedbm/makedbm.c @@ -1,3 +1,5 @@ +/* $OpenBSD: makedbm.c,v 1.3 1996/05/30 09:53:06 deraadt Exp $ */ + /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -28,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: makedbm.c,v 1.2 1996/01/20 00:33:34 chuck Exp $"; +static char rcsid[] = "$OpenBSD: makedbm.c,v 1.3 1996/05/30 09:53:06 deraadt Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/ypserv/mknetid/Makefile b/usr.sbin/ypserv/mknetid/Makefile index 3aa1e179cfe..60aa0c2f36e 100644 --- a/usr.sbin/ypserv/mknetid/Makefile +++ b/usr.sbin/ypserv/mknetid/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.1 1996/03/02 03:01:32 dm Exp $ +# $OpenBSD: Makefile,v 1.2 1996/05/30 09:53:07 deraadt Exp $ PROG= mknetid MAN= mknetid.8 netid.5 diff --git a/usr.sbin/ypserv/mknetid/mknetid.8 b/usr.sbin/ypserv/mknetid/mknetid.8 index 7de0e8413f4..5e636d00f80 100644 --- a/usr.sbin/ypserv/mknetid/mknetid.8 +++ b/usr.sbin/ypserv/mknetid/mknetid.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mknetid.8,v 1.3 1996/05/30 09:53:07 deraadt Exp $ .\" Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -27,9 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: mknetid.8,v 1.2 1996/04/24 12:37:41 deraadt Exp $ -.\" -.Dd Januari 13, 1996 +.Dd January 13, 1996 .Dt MKNETID 8 .Os .Sh NAME diff --git a/usr.sbin/ypserv/mknetid/mknetid.c b/usr.sbin/ypserv/mknetid/mknetid.c index a9542510e1b..e905ca6b972 100644 --- a/usr.sbin/ypserv/mknetid/mknetid.c +++ b/usr.sbin/ypserv/mknetid/mknetid.c @@ -1,3 +1,5 @@ +/* $OpenBSD: mknetid.c,v 1.2 1996/05/30 09:53:09 deraadt Exp $ */ + /* * Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -30,7 +32,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: mknetid.c,v 1.1 1996/03/02 03:01:34 dm Exp $"; +static char rcsid[] = "$OpenBSD: mknetid.c,v 1.2 1996/05/30 09:53:09 deraadt Exp $"; #endif #include <sys/param.h> diff --git a/usr.sbin/ypserv/mknetid/netid.5 b/usr.sbin/ypserv/mknetid/netid.5 index 0dd981a2d0d..ad07aeb6deb 100644 --- a/usr.sbin/ypserv/mknetid/netid.5 +++ b/usr.sbin/ypserv/mknetid/netid.5 @@ -1,3 +1,4 @@ +.\" $OpenBSD: netid.5,v 1.3 1996/05/30 09:53:10 deraadt Exp $ .\" Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -27,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: netid.5,v 1.2 1996/04/24 12:37:42 deraadt Exp $ -.\" .Dd January 13, 1996 .Dt NETID 5 .Os diff --git a/usr.sbin/ypserv/stdethers/Makefile b/usr.sbin/ypserv/stdethers/Makefile index bb999c34956..923dfa8444b 100644 --- a/usr.sbin/ypserv/stdethers/Makefile +++ b/usr.sbin/ypserv/stdethers/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.1 1996/03/02 03:01:36 dm Exp $ +# $OpenBSD: Makefile,v 1.2 1996/05/30 09:53:11 deraadt Exp $ PROG= stdethers MAN= stdethers.8 diff --git a/usr.sbin/ypserv/stdethers/stdethers.8 b/usr.sbin/ypserv/stdethers/stdethers.8 index 98836451e7d..3740af7a655 100644 --- a/usr.sbin/ypserv/stdethers/stdethers.8 +++ b/usr.sbin/ypserv/stdethers/stdethers.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: stdethers.8,v 1.3 1996/05/30 09:53:11 deraadt Exp $ .\" Copyright (c) 1995 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -27,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: stdethers.8,v 1.2 1996/04/24 12:37:43 deraadt Exp $ -.\" .Dd December 2, 1995 .Dt STDETHERS 8 .Os diff --git a/usr.sbin/ypserv/stdethers/stdethers.c b/usr.sbin/ypserv/stdethers/stdethers.c index a1bd2e8812a..f0fc5ec7541 100644 --- a/usr.sbin/ypserv/stdethers/stdethers.c +++ b/usr.sbin/ypserv/stdethers/stdethers.c @@ -1,3 +1,5 @@ +/* $OpenBSD: stdethers.c,v 1.2 1996/05/30 09:53:12 deraadt Exp $ */ + /* * Copyright (c) 1995 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -30,7 +32,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: stdethers.c,v 1.1 1996/03/02 03:01:37 dm Exp $"; +static char rcsid[] = "$OpenBSD: stdethers.c,v 1.2 1996/05/30 09:53:12 deraadt Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/ypserv/stdhosts/Makefile b/usr.sbin/ypserv/stdhosts/Makefile index e4712050962..e2c6a36345b 100644 --- a/usr.sbin/ypserv/stdhosts/Makefile +++ b/usr.sbin/ypserv/stdhosts/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.1 1995/11/01 16:56:25 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1996/05/30 09:53:13 deraadt Exp $ PROG= stdhosts MAN= stdhosts.8 diff --git a/usr.sbin/ypserv/stdhosts/stdhosts.8 b/usr.sbin/ypserv/stdhosts/stdhosts.8 index f8da3cc9129..10844bd3862 100644 --- a/usr.sbin/ypserv/stdhosts/stdhosts.8 +++ b/usr.sbin/ypserv/stdhosts/stdhosts.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: stdhosts.8,v 1.3 1996/05/30 09:53:14 deraadt Exp $ .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -25,8 +26,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: stdhosts.8,v 1.2 1996/04/24 12:37:45 deraadt Exp $ -.\" .Dd August 25, 1994 .Dt STDHOSTS 8 .Os diff --git a/usr.sbin/ypserv/stdhosts/stdhosts.c b/usr.sbin/ypserv/stdhosts/stdhosts.c index 7adf1f74695..3335487218e 100644 --- a/usr.sbin/ypserv/stdhosts/stdhosts.c +++ b/usr.sbin/ypserv/stdhosts/stdhosts.c @@ -1,3 +1,5 @@ +/* $OpenBSD: stdhosts.c,v 1.2 1996/05/30 09:53:14 deraadt Exp $ */ + /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -28,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: stdhosts.c,v 1.1 1995/11/01 16:56:26 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: stdhosts.c,v 1.2 1996/05/30 09:53:14 deraadt Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/ypserv/ypinit/Makefile b/usr.sbin/ypserv/ypinit/Makefile index c4807e9f185..8efaf862642 100644 --- a/usr.sbin/ypserv/ypinit/Makefile +++ b/usr.sbin/ypserv/ypinit/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.3 (Berkeley) 6/22/90 -# $Id: Makefile,v 1.7 1996/05/01 02:04:06 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 1996/05/30 09:53:15 deraadt Exp $ NOOBJ= noobj diff --git a/usr.sbin/ypserv/ypinit/Makefile.main b/usr.sbin/ypserv/ypinit/Makefile.main index 2d06332646e..ce3f7e44047 100644 --- a/usr.sbin/ypserv/ypinit/Makefile.main +++ b/usr.sbin/ypserv/ypinit/Makefile.main @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91 -# $Id: Makefile.main,v 1.4 1996/03/02 03:01:39 dm Exp $ +# $OpenBSD: Makefile.main,v 1.5 1996/05/30 09:53:16 deraadt Exp $ SUBDIR= diff --git a/usr.sbin/ypserv/ypinit/Makefile.yp b/usr.sbin/ypserv/ypinit/Makefile.yp index 7870a2f69c3..60e58bd3e7a 100644 --- a/usr.sbin/ypserv/ypinit/Makefile.yp +++ b/usr.sbin/ypserv/ypinit/Makefile.yp @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91 -# $Id: Makefile.yp,v 1.4 1996/03/02 03:01:40 dm Exp $ +# $OpenBSD: Makefile.yp,v 1.5 1996/05/30 09:53:17 deraadt Exp $ YPDBDIR=/var/yp DIR=/etc diff --git a/usr.sbin/ypserv/yppush/Makefile b/usr.sbin/ypserv/yppush/Makefile index fe55c5065a1..0d45550dd32 100644 --- a/usr.sbin/ypserv/yppush/Makefile +++ b/usr.sbin/ypserv/yppush/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.1 1996/03/02 03:01:42 dm Exp $ +# $OpenBSD: Makefile,v 1.2 1996/05/30 09:53:18 deraadt Exp $ PROG= yppush SRCS= yppush.c yplib_host.c yppush_svc.c yppush_xdr.c yppush_proc.c ypdb.c yppush_err.c diff --git a/usr.sbin/ypserv/yppush/yppush.8 b/usr.sbin/ypserv/yppush/yppush.8 index c94c3ae5cab..0ff26c6760c 100644 --- a/usr.sbin/ypserv/yppush/yppush.8 +++ b/usr.sbin/ypserv/yppush/yppush.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: yppush.8,v 1.3 1996/05/30 09:53:18 deraadt Exp $ .\" Copyright (c) 1995 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -27,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: yppush.8,v 1.2 1996/04/24 12:37:46 deraadt Exp $ -.\" .Dd January 29, 1995 .Dt YPPUSH 8 .Os diff --git a/usr.sbin/ypserv/yppush/yppush.c b/usr.sbin/ypserv/yppush/yppush.c index 214d2497b27..1433ba4d9d0 100644 --- a/usr.sbin/ypserv/yppush/yppush.c +++ b/usr.sbin/ypserv/yppush/yppush.c @@ -1,3 +1,5 @@ +/* $OpenBSD: yppush.c,v 1.3 1996/05/30 09:53:19 deraadt Exp $ */ + /* * Copyright (c) 1995 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -30,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: yppush.c,v 1.2 1996/03/02 04:55:00 dm Exp $"; +static char rcsid[] = "$OpenBSD: yppush.c,v 1.3 1996/05/30 09:53:19 deraadt Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/ypserv/yppush/yppush.h b/usr.sbin/ypserv/yppush/yppush.h index 0585ec15afd..3f146f57b4f 100644 --- a/usr.sbin/ypserv/yppush/yppush.h +++ b/usr.sbin/ypserv/yppush/yppush.h @@ -1,3 +1,5 @@ +/* $OpenBSD: yppush.h,v 1.2 1996/05/30 09:53:20 deraadt Exp $ */ + /* * Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -27,9 +29,6 @@ * LIABILITY, OR TORT (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: yppush.h,v 1.1 1996/03/02 03:01:44 dm Exp $ - * */ #ifndef _YPPUSH_H_RPCGEN diff --git a/usr.sbin/ypserv/yppush/yppush_err.c b/usr.sbin/ypserv/yppush/yppush_err.c index d54d0d1e125..4f32648b134 100644 --- a/usr.sbin/ypserv/yppush/yppush_err.c +++ b/usr.sbin/ypserv/yppush/yppush_err.c @@ -1,3 +1,5 @@ +/* $OpenBSD: yppush_err.c,v 1.2 1996/05/30 09:53:20 deraadt Exp $ */ + /* * Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -30,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: yppush_err.c,v 1.1 1996/03/02 03:01:46 dm Exp $"; +static char rcsid[] = "$OpenBSD: yppush_err.c,v 1.2 1996/05/30 09:53:20 deraadt Exp $"; #endif /* not lint */ #include <rpcsvc/yp.h> diff --git a/usr.sbin/ypserv/yppush/yppush_proc.c b/usr.sbin/ypserv/yppush/yppush_proc.c index 15fc0a3b302..b1ce673c770 100644 --- a/usr.sbin/ypserv/yppush/yppush_proc.c +++ b/usr.sbin/ypserv/yppush/yppush_proc.c @@ -1,3 +1,5 @@ +/* $OpenBSD: yppush_proc.c,v 1.2 1996/05/30 09:53:21 deraadt Exp $ */ + /* * Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -30,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: yppush_proc.c,v 1.1 1996/03/02 03:01:46 dm Exp $"; +static char rcsid[] = "$OpenBSD: yppush_proc.c,v 1.2 1996/05/30 09:53:21 deraadt Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/ypserv/yppush/yppush_svc.c b/usr.sbin/ypserv/yppush/yppush_svc.c index 636bbc91f55..16d5c318d9e 100644 --- a/usr.sbin/ypserv/yppush/yppush_svc.c +++ b/usr.sbin/ypserv/yppush/yppush_svc.c @@ -1,3 +1,5 @@ +/* $OpenBSD: yppush_svc.c,v 1.2 1996/05/30 09:53:22 deraadt Exp $ */ + /* * Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -30,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: yppush_svc.c,v 1.1 1996/03/02 03:01:47 dm Exp $"; +static char rcsid[] = "$OpenBSD: yppush_svc.c,v 1.2 1996/05/30 09:53:22 deraadt Exp $"; #endif /* not lint */ #include "yppush.h" diff --git a/usr.sbin/ypserv/yppush/yppush_xdr.c b/usr.sbin/ypserv/yppush/yppush_xdr.c index 861c1406b0b..155283e53f1 100644 --- a/usr.sbin/ypserv/yppush/yppush_xdr.c +++ b/usr.sbin/ypserv/yppush/yppush_xdr.c @@ -1,3 +1,5 @@ +/* $OpenBSD: yppush_xdr.c,v 1.2 1996/05/30 09:53:22 deraadt Exp $ */ + /* * Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -30,7 +32,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: yppush_xdr.c,v 1.1 1996/03/02 03:01:48 dm Exp $"; +static char rcsid[] = "$OpenBSD: yppush_xdr.c,v 1.2 1996/05/30 09:53:22 deraadt Exp $"; #endif #include <rpc/rpc.h> diff --git a/usr.sbin/ypserv/ypserv/Makefile b/usr.sbin/ypserv/ypserv/Makefile index 9110c4638e2..37280f6cd04 100644 --- a/usr.sbin/ypserv/ypserv/Makefile +++ b/usr.sbin/ypserv/ypserv/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.2 1996/01/20 00:40:15 chuck Exp $ +# $OpenBSD: Makefile,v 1.3 1996/05/30 09:53:23 deraadt Exp $ PROG= ypserv SRCS= ypserv.c ypserv_proc.c ypserv_db.c acl.c yplog.c ypdb.c ypserv_xdr.c diff --git a/usr.sbin/ypserv/ypserv/acl.c b/usr.sbin/ypserv/ypserv/acl.c index cfa8810ae78..cec1b6f0738 100644 --- a/usr.sbin/ypserv/ypserv/acl.c +++ b/usr.sbin/ypserv/ypserv/acl.c @@ -1,3 +1,5 @@ +/* $OpenBSD: acl.c,v 1.2 1996/05/30 09:53:24 deraadt Exp $ */ + /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -28,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: acl.c,v 1.1 1995/11/01 16:56:31 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: acl.c,v 1.2 1996/05/30 09:53:24 deraadt Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/ypserv/ypserv/acl.h b/usr.sbin/ypserv/ypserv/acl.h index d865728ec37..052327856a3 100644 --- a/usr.sbin/ypserv/ypserv/acl.h +++ b/usr.sbin/ypserv/ypserv/acl.h @@ -1,3 +1,5 @@ +/* $OpenBSD: acl.h,v 1.2 1996/05/30 09:53:25 deraadt Exp $ */ + /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -25,8 +27,6 @@ * LIABILITY, OR TORT (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: acl.h,v 1.1 1995/11/01 16:56:32 deraadt Exp $ */ #ifndef _ACL_H_ diff --git a/usr.sbin/ypserv/ypserv/securenet.5 b/usr.sbin/ypserv/ypserv/securenet.5 index 664847c9e5f..2bb26d330c4 100644 --- a/usr.sbin/ypserv/ypserv/securenet.5 +++ b/usr.sbin/ypserv/ypserv/securenet.5 @@ -1,3 +1,4 @@ +.\" $OpenBSD: securenet.5,v 1.3 1996/05/30 09:53:26 deraadt Exp $ .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -25,8 +26,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: securenet.5,v 1.2 1996/04/24 12:37:47 deraadt Exp $ -.\" .Dd June 27, 1994 .Dt SECURENET 5 .Os diff --git a/usr.sbin/ypserv/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv/ypserv.8 index f7b4b8ede7f..9d234adf1bf 100644 --- a/usr.sbin/ypserv/ypserv/ypserv.8 +++ b/usr.sbin/ypserv/ypserv/ypserv.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ypserv.8,v 1.3 1996/05/30 09:53:27 deraadt Exp $ .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -25,8 +26,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ypserv.8,v 1.2 1996/04/24 12:37:48 deraadt Exp $ -.\" .Dd June 27, 1994 .Dt YPSERV 8 .Os diff --git a/usr.sbin/ypserv/ypserv/ypserv.acl.5 b/usr.sbin/ypserv/ypserv/ypserv.acl.5 index 5cee2dc56a5..59044a6aa71 100644 --- a/usr.sbin/ypserv/ypserv/ypserv.acl.5 +++ b/usr.sbin/ypserv/ypserv/ypserv.acl.5 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ypserv.acl.5,v 1.3 1996/05/30 09:53:28 deraadt Exp $ .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -25,8 +26,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ypserv.acl.5,v 1.2 1996/04/24 12:37:49 deraadt Exp $ -.\" .Dd July 2, 1994 .Dt YPSERV.ACL 5 .Os diff --git a/usr.sbin/ypserv/ypserv/ypserv.c b/usr.sbin/ypserv/ypserv/ypserv.c index 0ad19d79e30..90fa69814c1 100644 --- a/usr.sbin/ypserv/ypserv/ypserv.c +++ b/usr.sbin/ypserv/ypserv/ypserv.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ypserv.c,v 1.3 1996/05/30 09:53:29 deraadt Exp $ */ + /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -28,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: ypserv.c,v 1.2 1996/01/20 00:43:43 chuck Exp $"; +static char rcsid[] = "$OpenBSD: ypserv.c,v 1.3 1996/05/30 09:53:29 deraadt Exp $"; #endif #include "yp.h" diff --git a/usr.sbin/ypserv/ypserv/ypserv_db.c b/usr.sbin/ypserv/ypserv/ypserv_db.c index fff382f8680..3378ba18f35 100644 --- a/usr.sbin/ypserv/ypserv/ypserv_db.c +++ b/usr.sbin/ypserv/ypserv/ypserv_db.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ypserv_db.c,v 1.4 1996/05/30 09:53:29 deraadt Exp $ */ + /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * Copyright (c) 1996 Charles D. Cranor @@ -29,7 +31,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: ypserv_db.c,v 1.3 1996/05/30 01:36:07 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ypserv_db.c,v 1.4 1996/05/30 09:53:29 deraadt Exp $"; #endif /* diff --git a/usr.sbin/ypserv/ypserv/ypserv_proc.c b/usr.sbin/ypserv/ypserv/ypserv_proc.c index 39102c2eff4..f3f23c6153c 100644 --- a/usr.sbin/ypserv/ypserv/ypserv_proc.c +++ b/usr.sbin/ypserv/ypserv/ypserv_proc.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ypserv_proc.c,v 1.3 1996/05/30 09:53:30 deraadt Exp $ */ + /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -28,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: ypserv_proc.c,v 1.2 1996/01/20 02:42:19 chuck Exp $"; +static char rcsid[] = "$OpenBSD: ypserv_proc.c,v 1.3 1996/05/30 09:53:30 deraadt Exp $"; #endif #include <rpc/rpc.h> @@ -389,11 +391,11 @@ ypproc_master_2_svc(argp, rqstp) /* This code was added because a yppoll <unknown-domain> */ /* from a sun crashed the server in xdr_string, trying */ /* to access the peer through a NULL-pointer. yppoll in */ - /* NetBSD start asking for order. If order is ok then it */ - /* will ask for master. SunOS 4 asks for both always. */ - /* I'm not sure this is the best place for the fix, but */ - /* for now it will do. xdr_peername or xdr_string in */ - /* ypserv_xdr.c may be a better place? */ + /* this server start asking for order. If order is ok */ + /* then it will ask for master. SunOS 4 asks for both */ + /* always. I'm not sure this is the best place for the */ + /* fix, but for now it will do. xdr_peername or */ + /* xdr_string in ypserv_xdr.c may be a better place? */ if (res.peer == NULL) { res.peer = nopeer; diff --git a/usr.sbin/ypserv/ypserv/ypserv_xdr.c b/usr.sbin/ypserv/ypserv/ypserv_xdr.c index 94f1d5b33ca..1cd424d2510 100644 --- a/usr.sbin/ypserv/ypserv/ypserv_xdr.c +++ b/usr.sbin/ypserv/ypserv/ypserv_xdr.c @@ -5,8 +5,7 @@ #include "yp.h" #ifndef lint -/*static char sccsid[] = "from: @(#)yp.x 2.1 88/08/01 4.0 RPCSRC";*/ -static char rcsid[] = "$Id: ypserv_xdr.c,v 1.2 1996/01/20 02:53:22 chuck Exp $"; +static char rcsid[] = "$OpenBSD: ypserv_xdr.c,v 1.3 1996/05/30 09:53:31 deraadt Exp $"; #endif /* not lint */ bool_t diff --git a/usr.sbin/ypserv/yptest/Makefile b/usr.sbin/ypserv/yptest/Makefile index d5cce8c1190..f0d197a2b7f 100644 --- a/usr.sbin/ypserv/yptest/Makefile +++ b/usr.sbin/ypserv/yptest/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.1 1995/11/01 16:56:39 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1996/05/30 09:53:31 deraadt Exp $ PROG= yptest MAN= yptest.8 diff --git a/usr.sbin/ypserv/yptest/yptest.8 b/usr.sbin/ypserv/yptest/yptest.8 index fba568aa8fc..52fe6dcb111 100644 --- a/usr.sbin/ypserv/yptest/yptest.8 +++ b/usr.sbin/ypserv/yptest/yptest.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: yptest.8,v 1.3 1996/05/30 09:53:32 deraadt Exp $ .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -25,8 +26,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: yptest.8,v 1.2 1996/04/24 12:37:51 deraadt Exp $ -.\" .Dd August 26, 1994 .Dt YPTEST 8 .Os diff --git a/usr.sbin/ypserv/yptest/yptest.c b/usr.sbin/ypserv/yptest/yptest.c index 4e16ca78885..acc32390a6e 100644 --- a/usr.sbin/ypserv/yptest/yptest.c +++ b/usr.sbin/ypserv/yptest/yptest.c @@ -1,3 +1,5 @@ +/* $OpenBSD: yptest.c,v 1.4 1996/05/30 09:53:33 deraadt Exp $ */ + /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -28,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: yptest.c,v 1.3 1996/04/24 22:00:41 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: yptest.c,v 1.4 1996/05/30 09:53:33 deraadt Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/ypserv/ypxfr/Makefile b/usr.sbin/ypserv/ypxfr/Makefile index 46640a89201..82a6f633857 100644 --- a/usr.sbin/ypserv/ypxfr/Makefile +++ b/usr.sbin/ypserv/ypxfr/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.1 1995/11/01 16:56:42 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1996/05/30 09:53:34 deraadt Exp $ PROG= ypxfr SRCS= ypxfr.c ypdb.c yplog.c yplib_host.c ypxfr_xdr.c diff --git a/usr.sbin/ypserv/ypxfr/ypxfr.8 b/usr.sbin/ypserv/ypxfr/ypxfr.8 index 8c03577bd4f..a05cc6de1fa 100644 --- a/usr.sbin/ypserv/ypxfr/ypxfr.8 +++ b/usr.sbin/ypserv/ypxfr/ypxfr.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ypxfr.8,v 1.3 1996/05/30 09:53:34 deraadt Exp $ .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -25,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ypxfr.8,v 1.2 1996/04/24 12:37:55 deraadt Exp $ +.\" $OpenBSD: ypxfr.8,v 1.3 1996/05/30 09:53:34 deraadt Exp $ .\" .Dd August 18, 1994 .Dt YPXFR 8 diff --git a/usr.sbin/ypserv/ypxfr/ypxfr.c b/usr.sbin/ypserv/ypxfr/ypxfr.c index 693fdc16073..b539372a07f 100644 --- a/usr.sbin/ypserv/ypxfr/ypxfr.c +++ b/usr.sbin/ypserv/ypxfr/ypxfr.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ypxfr.c,v 1.6 1996/05/30 09:53:35 deraadt Exp $ */ + /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -30,7 +32,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: ypxfr.c,v 1.5 1996/03/02 04:55:02 dm Exp $"; +static char rcsid[] = "$OpenBSD: ypxfr.c,v 1.6 1996/05/30 09:53:35 deraadt Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/ypserv/ypxfr/ypxfr_xdr.c b/usr.sbin/ypserv/ypxfr/ypxfr_xdr.c index 848bbc0b1ad..e5701e8e546 100644 --- a/usr.sbin/ypserv/ypxfr/ypxfr_xdr.c +++ b/usr.sbin/ypserv/ypxfr/ypxfr_xdr.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ypxfr_xdr.c,v 1.2 1996/05/30 09:53:35 deraadt Exp $ */ + /* * Copyright (c) 1995 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. @@ -28,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: ypxfr_xdr.c,v 1.1 1995/11/01 16:56:43 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ypxfr_xdr.c,v 1.2 1996/05/30 09:53:35 deraadt Exp $"; #endif |