summaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind/ypbind.8
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-12 09:15:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-12 09:15:20 +0000
commite78c4d4462f62cb9d000732d49ff5e4b61bd020b (patch)
treee3b6b4b639d7ff8cb67df9ad02d18cb0d087f31d /usr.sbin/ypbind/ypbind.8
parentc303b3d5a83ebd80bba2e07f533aff20f2d00f2f (diff)
document how to enable YP for each database
Diffstat (limited to 'usr.sbin/ypbind/ypbind.8')
-rw-r--r--usr.sbin/ypbind/ypbind.813
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8
index 97942932671..c50f8197910 100644
--- a/usr.sbin/ypbind/ypbind.8
+++ b/usr.sbin/ypbind/ypbind.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypbind.8,v 1.8 1997/06/18 23:50:12 deraadt Exp $
+.\" $OpenBSD: ypbind.8,v 1.9 1998/05/12 09:15:15 deraadt Exp $
.\" $NetBSD: ypbind.8,v 1.2 1996/02/28 01:21:00 thorpej Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -130,5 +130,16 @@ exists, YP is started automatically at boot time by
.Xr ypwhich 1 ,
.Xr ypserv 8 ,
.Xr yp 8
+.Pp
+Once
+.Nm ypbind
+is running you should look at the following pages to see how to enable YP
+support for each of the following maps:
+.Xr passwd 5 ,
+.Xr group 5 ,
+.Xr hosts 5 ,
+.Xr resolv.conf 5 ,
+.Xr ethers 3 ,
+.Xr networks 5
.Sh AUTHOR
Theo de Raadt