Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/ypserv YP -> NIS
details: https://anonhg.NetBSD.org/src/rev/7093760dacbb
branches: trunk
changeset: 574308:7093760dacbb
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Feb 26 16:33:46 2005 +0000
description:
YP -> NIS
diffstat:
usr.sbin/ypserv/ypinit/ypinit.8 | 28 ++++++++++++++--------------
usr.sbin/ypserv/yppush/yppush.8 | 14 +++++++-------
usr.sbin/ypserv/yptest/yptest.8 | 10 +++++-----
usr.sbin/ypserv/ypxfr/ypxfr.8 | 12 ++++++------
4 files changed, 32 insertions(+), 32 deletions(-)
diffs (242 lines):
diff -r 274ff4ccd0c6 -r 7093760dacbb usr.sbin/ypserv/ypinit/ypinit.8
--- a/usr.sbin/ypserv/ypinit/ypinit.8 Sat Feb 26 16:32:21 2005 +0000
+++ b/usr.sbin/ypserv/ypinit/ypinit.8 Sat Feb 26 16:33:46 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ypinit.8,v 1.14 2003/11/12 13:31:08 grant Exp $
+.\" $NetBSD: ypinit.8,v 1.15 2005/02/26 16:33:46 thorpej Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -34,12 +34,12 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd July 31, 2001
+.Dd February 26, 2005
.Dt YPINIT 8
.Os
.Sh NAME
.Nm ypinit
-.Nd initialise YP system
+.Nd initialize NIS subsystem
.Sh SYNOPSIS
.Nm
.Fl c
@@ -56,8 +56,8 @@
.Op Fl l Ar server1,...,serverN
.Sh DESCRIPTION
.Nm
-initialises the files and directories that are required for a
-.Tn YP
+initializes the files and directories that are required for a
+.Tn NIS
client or server.
.Pp
If
@@ -70,9 +70,9 @@
.Bl -tag -width indent
.It Fl c
Create a
-.Tn YP
+.Tn NIS
client.
-Initialises
+Initializes
.Pa /var/yp/binding/\*[Lt]domain\*[Gt].ypservers
to contain a list of ypservers for
.Xr ypbind 8
@@ -83,7 +83,7 @@
of server names with no spaces.
.It Fl m
Create a master
-.Tn YP
+.Tn NIS
server.
Generates map data from local files
.Pa ( /etc/master.passwd ,
@@ -94,12 +94,12 @@
Downloads the maps from
.Ar master_server ,
which should be the active master
-.Tn YP
+.Tn NIS
server.
.El
.Pp
To rebuild or refresh the maps for the
-.Tn YP
+.Tn NIS
domain \*[Lt]domain\*[Gt], change to the
.Pa /var/yp/\*[Lt]domain\*[Gt]
directory and run
@@ -108,15 +108,15 @@
.Bl -tag -width /var/yp/ypserv.log -compact
.It Pa /var/yp
master
-.Tn YP
+.Tn NIS
directory; contains the template makefiles.
.It Pa /var/yp/\*[Lt]domain\*[Gt]
directory to store
-.Tn YP
+.Tn NIS
maps for \*[Lt]domain\*[Gt].
.It Pa /var/yp/binding/\*[Lt]domain\*[Gt].ypservers
list of
-.Tn YP
+.Tn NIS
servers to bind to.
.El
.Sh SEE ALSO
@@ -124,9 +124,9 @@
.Xr make 1 ,
.Xr makedbm 8 ,
.Xr mknetid 8 ,
+.Xr nis 8 ,
.Xr stdethers 8 ,
.Xr stdhosts 8 ,
-.Xr yp 8 ,
.Xr ypbind 8 ,
.Xr yppush 8 ,
.Xr ypserv 8
diff -r 274ff4ccd0c6 -r 7093760dacbb usr.sbin/ypserv/yppush/yppush.8
--- a/usr.sbin/ypserv/yppush/yppush.8 Sat Feb 26 16:32:21 2005 +0000
+++ b/usr.sbin/ypserv/yppush/yppush.8 Sat Feb 26 16:33:46 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: yppush.8,v 1.10 2003/02/25 10:36:26 wiz Exp $
+.\" $NetBSD: yppush.8,v 1.11 2005/02/26 16:34:20 thorpej Exp $
.\"
.\" Copyright (c) 1995 Mats O Jansson <moj%stacken.kth.se@localhost>
.\" All rights reserved.
@@ -29,12 +29,12 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd November 10, 1997
+.Dd February 26, 2005
.Dt YPPUSH 8
.Os
.Sh NAME
.Nm yppush
-.Nd force distribution of YP map
+.Nd force distribution of NIS map
.Sh SYNOPSIS
.Nm
.Op Fl v
@@ -48,19 +48,19 @@
.Sh DESCRIPTION
.Nm
is used to distribute a
-.Tn YP
+.Tn NIS
map from a master server to any
slave server in the domain. The list of servers of
.Pa domainname
are fetched from the
-.Tn YP
+.Tn NIS
map
.Pa ypservers .
.Pp
The options are as follows:
.Bl -tag -width "-d domainname"
.It Fl d Ar domainname
-.Tn YP
+.Tn NIS
domain to use instead of the default domain.
.It Fl h Ar hostname
Distribute map only to one host and not to the hosts in the ypserver map.
@@ -69,7 +69,7 @@
.El
.Sh SEE ALSO
.Xr domainname 1 ,
-.Xr yp 8 ,
+.Xr nis 8 ,
.Xr ypserv 8
.Sh AUTHORS
.An Charles D. Cranor
diff -r 274ff4ccd0c6 -r 7093760dacbb usr.sbin/ypserv/yptest/yptest.8
--- a/usr.sbin/ypserv/yptest/yptest.8 Sat Feb 26 16:32:21 2005 +0000
+++ b/usr.sbin/ypserv/yptest/yptest.8 Sat Feb 26 16:33:46 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: yptest.8,v 1.6 2002/02/02 02:30:32 wiz Exp $
+.\" $NetBSD: yptest.8,v 1.7 2005/02/26 16:35:29 thorpej Exp $
.\"
.\" Copyright (c) 1994 Mats O Jansson <moj%stacken.kth.se@localhost>
.\" All rights reserved.
@@ -29,21 +29,21 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd August 26, 1994
+.Dd February 26, 2005
.Dt YPTEST 8
.Os
.Sh NAME
.Nm yptest
-.Nd calls different YP routines
+.Nd calls different NIS routines
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
is a utility written to check if the
-.Tn YP
+.Tn NIS
server works as expected.
.Sh SEE ALSO
-.Xr yp 8 ,
+.Xr nis 8 ,
.Xr ypserv 8
.Sh AUTHORS
.An Mats O Jansson Aq moj%stacken.kth.se@localhost
diff -r 274ff4ccd0c6 -r 7093760dacbb usr.sbin/ypserv/ypxfr/ypxfr.8
--- a/usr.sbin/ypserv/ypxfr/ypxfr.8 Sat Feb 26 16:32:21 2005 +0000
+++ b/usr.sbin/ypserv/ypxfr/ypxfr.8 Sat Feb 26 16:33:46 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ypxfr.8,v 1.10 2003/02/25 10:36:27 wiz Exp $
+.\" $NetBSD: ypxfr.8,v 1.11 2005/02/26 16:36:25 thorpej Exp $
.\"
.\" Copyright (c) 1994 Mats O Jansson <moj%stacken.kth.se@localhost>
.\" All rights reserved.
@@ -29,12 +29,12 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd August 18, 1994
+.Dd February 26, 2005
.Dt YPXFR 8
.Os
.Sh NAME
.Nm ypxfr
-.Nd get a YP map from YP server
+.Nd get a NIS map from NIS server
.Sh SYNOPSIS
.Nm
.Op Fl bcf
@@ -54,14 +54,14 @@
.Sh DESCRIPTION
.Nm
is the utility in
-.Tn YP
+.Tn NIS
that transfers maps to the local host.
.Pp
The options are as follows:
.Bl -tag -width indent
.It Fl b
Preserve the entry in the database informing a
-.Tn YP
+.Tn NIS
server to use
DNS to get information about unknown hosts. This option will only have
effect on the maps
@@ -90,7 +90,7 @@
Specify a source domain other than the target domain.
.El
.Sh SEE ALSO
-.Xr yp 8 ,
+.Xr nis 8 ,
.Xr yppush 8 ,
.Xr ypserv 8
.Sh AUTHORS
Home |
Main Index |
Thread Index |
Old Index