diff options
-rw-r--r-- | etc/rc | 2 | ||||
-rw-r--r-- | share/man/man8/yp.8 | 2 | ||||
-rw-r--r-- | usr.sbin/ypbind/ypbind.8 | 6 |
3 files changed, 5 insertions, 5 deletions
@@ -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 diff --git a/share/man/man8/yp.8 b/share/man/man8/yp.8 index 06a9ac9c75e..23057840ba6 100644 --- a/share/man/man8/yp.8 +++ b/share/man/man8/yp.8 @@ -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 diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8 index ca63e8b804d..de5c35617dd 100644 --- a/usr.sbin/ypbind/ypbind.8 +++ b/usr.sbin/ypbind/ypbind.8 @@ -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 , |