diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-05 12:37:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-05 12:37:38 +0000 |
commit | 014b9f72bad51117feedcbf1e32d301557f29663 (patch) | |
tree | 10e7303d0f73054fa68f3fe84c1d15577644515f /share | |
parent | afd39cb1e2051218a60f6b8947f463000766403a (diff) |
ypbind will create /var/yp/binding automatically, prints a warning.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/yp.8 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man8/yp.8 b/share/man/man8/yp.8 index 23057840ba6..3139f6050be 100644 --- a/share/man/man8/yp.8 +++ b/share/man/man8/yp.8 @@ -121,6 +121,10 @@ client subsystem is started automatically in if the directory .Pa /var/yp/binding exists. +The client subsystem can be turned on and off by creating or +deleting that directory. +.Xr ypbind 8 +will create that directory if run by hand. .Pp The .Nm YP @@ -129,11 +133,11 @@ server subsystem is started automatically in if the directory .Pa /var/yp/DOMAINNAME exists. -This directory is created when +This directory is automatically created by .Xr ypinit 8 -is run to initialize the machine as a +(which initializes the machine as a .Nm YP -server. +server.) .Pp If .Nm ypbind |