yp depends on /var/yp/bindings, not only /var/yp
authorderaadt <deraadt@openbsd.org>
Mon, 29 Apr 1996 08:05:34 +0000 (08:05 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 29 Apr 1996 08:05:34 +0000 (08:05 +0000)
etc/rc
share/man/man8/yp.8
usr.sbin/ypbind/ypbind.8

diff --git a/etc/rc b/etc/rc
index 57c9580..5d03c21 100644 (file)
--- a/etc/rc
+++ b/etc/rc
@@ -93,7 +93,7 @@ rm -f /var/spool/uucp/STST/*
 echo -n 'starting rpc daemons:'
 echo -n ' portmap';            portmap
 
-if [ -d /var/yp ]; then
+if [ -d /var/yp/binding ]; then
        echo -n ' ypbind';              ypbind
 
        if [ -d /var/yp/`domainname` ]; then
index 06a9ac9..2305784 100644 (file)
@@ -119,7 +119,7 @@ The
 client subsystem is started automatically in
 .Pa /etc/rc
 if the directory
-.Pa /var/yp
+.Pa /var/yp/binding
 exists.
 .Pp
 The
index ca63e8b..de5c356 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ypbind.8,v 1.4 1996/04/24 21:44:43 deraadt Exp $
+.\"    $OpenBSD: ypbind.8,v 1.5 1996/04/29 08:05:39 deraadt Exp $
 .\"    $NetBSD: ypbind.8,v 1.2 1996/02/28 01:21:00 thorpej Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -90,11 +90,11 @@ and
 options are dangerous and should be avoided.
 .Pp
 If the directory
-.Pa /var/yp
+.Pa /var/yp/binding
 exists, YP is started automatically at boot time by
 .Pa /etc/rc .
 .Sh FILES
-.Pa /var/yp/bindings/domainname.version
+.Pa /var/yp/binding/domainname.version
 - binding file for domainname
 .Sh SEE ALSO
 .Xr domainname 1 ,