1LIBVAL_CHECK_CONF(1) User Contributed Perl Documentation LIBVAL_CHECK_CONF(1)
2
3
4
6 libval_check_conf - command-line program for checking validity of the
7 validator configuration file.
8
10 libval_check_conf [options] <dnsval.conf>
11
13 This program checks the validity of a given validator configuration
14 file, typically named dnsval.conf, for any syntax errors. The input to
15 this program is a validator configuration file, but the program also
16 requires valid resolv.conf and root.hints to be specified. The loca‐
17 tion for these auxiliary files may be specified using the -r and -i
18 options respectively. If these options are not provided, the default
19 resolv.conf and root.hints files recognized by the validator library
20 are used instead. The program displays an error if the default
21 resolv.conf and root.hints files, and the -i and -r are both unspeci‐
22 fied.
23
25 The program returns 0 on success and -1 on failure.
26
28 -r, --resolv-conf
29 Specifies the location for the resolv.conf file. If this option is
30 not specified the default resolv.conf file recognized by the val‐
31 idator library is used instead.
32
33 -i, --root-hints
34 Specifies the location for the root.hints file. If this option is
35 not specified the default root.hints file recognized by the valida‐
36 tor library is used instead.
37
38 -v, --verbose
39 Displays detailed messages and warnings associated with the valida‐
40 tor configuration file check process.
41
42 -h, --help
43 Displays a usage help message and exits the program.
44
46 Copyright 2005-2007 SPARTA, Inc. All rights reserved. See the COPYING
47 file included with the DNSSEC-Tools package for details.
48
50 Suresh Krishnaswamy (hserus@users.sourceforge.net)
51
53 dnsval.conf(3)
54
55
56
57perl v5.8.6 2007-09-11 LIBVAL_CHECK_CONF(1)