Package: bind9
Version: 1:9.3.2-P1.0-1
Severity: minor
First issue:
<<<<<<<<<<<<<<
[EMAIL PROTECTED]:/var$ man named |grep -E '(to ){2}'
Reformatting named(8), please wait...
changed its working directory due to to a possible directory
<<<<<<<<<<<<<<
Second issue:
<<<<<<<<<<<<<<
[EMAIL PROTECTED]:~$ sudo strace -e open named-checkconf 2>&1 |grep -w
'named\.conf'open("/etc/bind/named.conf", O_RDONLY) = 3
open("/etc/bind/named.conf.options", O_RDONLY) = 4
open("/etc/bind/named.conf.local", O_RDONLY) = 4
[EMAIL PROTECTED]:~$ man named-checkconf |grep -w 'named\.conf'
Reformatting named-checkconf(8), please wait...
-z Perform a check load the master zonefiles found in named.conf.
specified, it defaults to /etc/named.conf.
<<<<<<<<<<<<<<
Third issue:
<<<<<<<<<<<<<<
The command would print a string of the form:
In this example, dnssec-signzone creates the file db.example.com.signed.
This file should be referenced in a zone statement in a named.conf file.
<<<<<<<<<<<<<<
Fourth issue:
<<<<<<<<<<<<<<
[EMAIL PROTECTED]:/etc/bind$ man named.conf |grep '|;$'
Reformatting named.conf(5), please wait...
server-id ( quoted_string | none |;
<<<<<<<<<<<<<<
Fifth issue (actually applies to -h usage output only, since the manpage
doesn't even document it):
<<<<<<<<<<<<<<
[EMAIL PROTECTED]:~$ host -h 2>&1 |grep -- -t
Usage: host [-aCdlriTwv] [-c class] [-N ndots] [-t type] [-W time]
-a is equivalent to -v -t *
[EMAIL PROTECTED]:~$ host -t '*' foo
host: invalid type: *
<<<<<<<<<<<<<<
As far as I can tell from this piece of code, "any" is now intended.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]