~ubuntu-branches/ubuntu/vivid/zonecheck/vivid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: README,v 1.2 2002/10/16 10:07:40 sdalu Exp $

Documentation about 'ruby' can be found at: http://www.ruby-lang.org/


counter only if tty

When in module CheckExtra, it is assumed that all the DNS 
entries are coherents


batch mode input:

line    : domain
        | domain ns
domain  : 'DOM=' domainname
ns      : 'NS=' nsdescs
nsdescs : nsdesc
        | nsdesc ';' nsdescs
nsdesc  : nameserver
        | nameserver '=' ips
ips     | ip
        | ip ',' ips