add hesiod.conf(5)
This commit is contained in:
parent
0b7af13a74
commit
177a852ae8
|
@ -1,13 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.28 1999/01/23 13:02:19 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.29 1999/01/25 03:48:35 lukem Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||||
|
||||
# missing: dump.5 plot.5
|
||||
|
||||
MAN= a.out.5 acct.5 ar.5 core.5 daily.conf.5 dir.5 disktab.5 ethers.5 fs.5 \
|
||||
fstab.5 genassym.cf.5 group.5 hosts.5 hosts.equiv.5 ifaliases.5 \
|
||||
intro.5 ld.so.conf.5 link.5 lkm.conf.5 monthly.conf.5 motd.5 \
|
||||
netgroup.5 networks.5 nsswitch.conf.5 passwd.5 phones.5 printcap.5 \
|
||||
protocols.5 ranlib.5 rc.conf.5 remote.5 resolv.conf.5 rpc.5 \
|
||||
fstab.5 genassym.cf.5 group.5 hesiod.conf.5 hosts.5 hosts.equiv.5 \
|
||||
ifaliases.5 intro.5 ld.so.conf.5 link.5 lkm.conf.5 monthly.conf.5 \
|
||||
motd.5 netgroup.5 networks.5 nsswitch.conf.5 passwd.5 phones.5 \
|
||||
printcap.5 protocols.5 ranlib.5 rc.conf.5 remote.5 resolv.conf.5 rpc.5 \
|
||||
security.conf.5 services.5 shells.5 stab.5 ttyaction.5 types.5 utmp.5 \
|
||||
weekly.conf.5
|
||||
MLINKS= dir.5 dirent.5 fs.5 inode.5 hosts.equiv.5 rhosts.5
|
||||
|
|
|
@ -0,0 +1,52 @@
|
|||
.\" $NetBSD: hesiod.conf.5,v 1.1 1999/01/25 03:48:35 lukem Exp $
|
||||
.\"
|
||||
.\" from: #Id: hesiod.conf.5,v 1.1 1996/12/08 21:36:38 ghudson Exp #
|
||||
.\"
|
||||
.\" Copyright 1996 by the Massachusetts Institute of Technology.
|
||||
.\"
|
||||
.\" Permission to use, copy, modify, and distribute this
|
||||
.\" software and its documentation for any purpose and without
|
||||
.\" fee is hereby granted, provided that the above copyright
|
||||
.\" notice appear in all copies and that both that copyright
|
||||
.\" notice and this permission notice appear in supporting
|
||||
.\" documentation, and that the name of M.I.T. not be used in
|
||||
.\" advertising or publicity pertaining to distribution of the
|
||||
.\" software without specific, written prior permission.
|
||||
.\" M.I.T. makes no representations about the suitability of
|
||||
.\" this software for any purpose. It is provided "as is"
|
||||
.\" without express or implied warranty.
|
||||
.\"
|
||||
.TH HESIOD.CONF 5 "30 November 1996"
|
||||
.SH NAME
|
||||
hesiod.conf \- Configuration file for the Hesiod library
|
||||
.SH DESCRIPTION
|
||||
The file hesiod.conf determines the behavior of the Hesiod library.
|
||||
Blank lines and lines beginning with a `#' character are ignored. All
|
||||
other lines should be of the form
|
||||
.I variable
|
||||
=
|
||||
.IR value ,
|
||||
where the value should be a single word. Possible variables and
|
||||
values are:
|
||||
.IP lhs
|
||||
Specifies the domain prefix used for Hesiod queries. In almost all
|
||||
cases, you should specify ``lhs=.ns''. The default value if you do
|
||||
not specify an lhs value is no domain prefix, which is not compatible
|
||||
with most Hesiod domains.
|
||||
.IP rhs
|
||||
Specifies the default Hesiod domain; this value may be overridden by
|
||||
the
|
||||
.B HES_DOMAIN
|
||||
environment variable. You must specify an rhs line for the Hesiod
|
||||
library to work properly.
|
||||
.IP classes
|
||||
Specifies which DNS classes Hesiod should do lookups in. Possible
|
||||
values are IN (the preferred class) and HS (the deprecated class,
|
||||
still used by some sites). You may specify both classes separated by
|
||||
a comma to try one class first and then the other if no entry is
|
||||
available in the first class. The default value of the classes
|
||||
variable is ``HS''.
|
||||
.SH SEE ALSO
|
||||
hesiod(3)
|
||||
.SH BUGS
|
||||
There default value for ``lhs'' should probably be more reasonable.
|
Loading…
Reference in New Issue