diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-07 12:18:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-07 12:18:41 +0000 |
commit | e535406f12f09f0d48b6796494f64d6c75910811 (patch) | |
tree | adad36e8317fbe4af78680755609ea4b8abf88ef /usr.sbin | |
parent | e9b6db2513895d0a37dd81facfac323d9e8cefd9 (diff) |
-d is not always needed. the magic cookie stuff works
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ypserv/ypserv/ypserv.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv/ypserv.8 index 13962e1576f..559cb64ae6a 100644 --- a/usr.sbin/ypserv/ypserv/ypserv.8 +++ b/usr.sbin/ypserv/ypserv/ypserv.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypserv.8,v 1.6 1996/07/04 21:17:14 deraadt Exp $ +.\" $OpenBSD: ypserv.8,v 1.7 1996/12/07 12:18:40 deraadt Exp $ .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -97,6 +97,11 @@ Use Internet Domain Name System. If a query to map or .Ar hosts.byaddr fails, make a DNS query and return the result if successful. +Alternately, if these maps were built on the YP master using +.Nm makedbm +.Fl b +then DNS queries will be done without needing to specify +.Fl d . .It Fl x Terminate the server after processing .Ar aclfile |