diff options
author | 1997-09-04 00:43:19 +0000 | |
---|---|---|
committer | 1997-09-04 00:43:19 +0000 | |
commit | 88f3d6bc2a75c42328371c158f6632e7b8db8d66 (patch) | |
tree | 691f3b3c5a453ed5f678859807ec735151ac8fb7 | |
parent | no more need for the fstab.* files (diff) | |
download | wireguard-openbsd-88f3d6bc2a75c42328371c158f6632e7b8db8d66.tar.xz wireguard-openbsd-88f3d6bc2a75c42328371c158f6632e7b8db8d66.zip |
explain how ypserv is started
-rw-r--r-- | usr.sbin/ypserv/ypserv/ypserv.8 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv/ypserv.8 index 5a2af84386f..9cb9a0dcaba 100644 --- a/usr.sbin/ypserv/ypserv/ypserv.8 +++ b/usr.sbin/ypserv/ypserv/ypserv.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypserv.8,v 1.8 1997/04/12 00:14:28 deraadt Exp $ +.\" $OpenBSD: ypserv.8,v 1.9 1997/09/04 00:43:19 deraadt Exp $ .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -80,10 +80,18 @@ can be found in the file If a host isn't secure all queries to the server will result in a YP_NODOM result. .Pp -IF the file +If the file .Nm /var/yp/ypserv.log exists then messages will be written to the file. .Pp +If a directory named the same as the system domainname exists in +.Nm /var/yp/ +(ie. the domainname is +.Nm foo +and directory +.Nm /var/yp/foo +exists), then ypserv will be automatically started at boot time. +.Pp The options are as follows: .Bl -tag -width indent .It Fl 1 |