.ypservers -> ypservers, to match Solaris 2.5

This commit is contained in:
thorpej 1996-10-01 01:37:58 +00:00
parent b2ba37c8b9
commit 2b63ba3bc9
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ypbind.8,v 1.3 1996/10/01 00:22:29 thorpej Exp $
.\" $NetBSD: ypbind.8,v 1.4 1996/10/01 01:37:58 thorpej Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -67,7 +67,7 @@ is started without the
option,
.Nm
steps through the list of YP servers specified in
.Pa /var/yp/domainname/.ypservers
.Pa /var/yp/domainname/ypservers
and contacts each in turn attempting to bind to that server.
It is strongly recommended that these hosts are in the local
hosts file, and that hosts are looked up in local files before
@ -78,7 +78,7 @@ If
is started with the
.Fl broadcast
option, or if
.Pa /var/yp/domainname/.ypservers
.Pa /var/yp/domainname/ypservers
does not exist,
.Nm
broadcasts to find a process willing to serve maps for the
@ -117,7 +117,7 @@ options are inherently insecure and should be avoided.
.Sh FILES
.Pa /var/yp/bindings/domainname.version
- binding file for domainname
.Pa /var/yp/domainname/.ypservers
.Pa /var/yp/domainname/ypservers
- explicit servers to bind to.
.Sh SEE ALSO
.Xr domainname 1 ,
@ -130,5 +130,5 @@ options are inherently insecure and should be avoided.
.Sh AUTHOR
This version of
.Nm ypbind
was originally implemented by Theo de Raadt. The .ypservers support was
was originally implemented by Theo de Raadt. The ypservers support was
implemented by Luke Mewburn.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ypbind.c,v 1.27 1996/10/01 00:22:30 thorpej Exp $ */
/* $NetBSD: ypbind.c,v 1.28 1996/10/01 01:38:00 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
@ -33,7 +33,7 @@
*/
#ifndef LINT
static char rcsid[] = "$NetBSD: ypbind.c,v 1.27 1996/10/01 00:22:30 thorpej Exp $";
static char rcsid[] = "$NetBSD: ypbind.c,v 1.28 1996/10/01 01:38:00 thorpej Exp $";
#endif
#include <sys/param.h>
@ -74,7 +74,7 @@ static char rcsid[] = "$NetBSD: ypbind.c,v 1.27 1996/10/01 00:22:30 thorpej Exp
#define BUFSIZE 1400
#define YPSERVERSFILE ".ypservers"
#define YPSERVERSFILE "ypservers"
#define BINDINGDIR __CONCAT(_PATH_VAR_YP, "binding")
struct _dom_binding {