]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
moved mx and chaos to tests and removed manpages
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 15 Sep 2005 08:50:24 +0000 (08:50 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 15 Sep 2005 08:50:24 +0000 (08:50 +0000)
doc/ldns-chaos.1 [deleted file]
doc/ldns-key2ds.1
doc/ldns-keygen.1
doc/ldns-mx.1 [deleted file]
tests/ldns-chaos.c [moved from ldns-chaos.c with 100% similarity]
tests/ldns-mx.c [moved from ldns-mx.c with 100% similarity]

diff --git a/doc/ldns-chaos.1 b/doc/ldns-chaos.1
deleted file mode 100644 (file)
index 2046c19..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-.TH chaos 1 "27 Apr 2005"
-.SH NAME
-chaos \- give some information about a nameserver
-.SH SYNOPSIS
-.B chaos
-.IR NAMESERVER
-
-.SH DESCRIPTION
-\fBchaos\fR retrieves all the addresses of the nameserver and then queries
-each address for its \fIversion.bind\fR and \fIhostname.bind\fR.
-.PP
-\fBchaos\fR is a bit more complex than \fBmx\fR.
-
-.SH OPTIONS
-\fBchaos\fR has no options.
-
-.SH AUTHOR
-Written by the ldns team as an example for ldns usage.
-
-.SH REPORTING BUGS
-Report bugs to <ldns-team@nlnetlabs.nl>. 
-
-.SH COPYRIGHT
-Copyright (C) 2005 NLnet Labs. This is free software. There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE.
index 4d00fac98b797145f794c60c71b4f675b462c4ea..f3db332601ab51acf5cb491d4c4048cba1b94760 100644 (file)
@@ -1,12 +1,12 @@
-.TH key2ds 1 "30 May 2005"
+.TH ldns-key2ds 1 "30 May 2005"
 .SH NAME
-key2ds \- transform a DNSKEY RR to a DS RR
+ldns-key2ds \- transform a DNSKEY RR to a DS RR
 .SH SYNOPSIS
-.B key2ds 
+.B ldns-key2ds 
 .IR file
 
 .SH DESCRIPTION
-\fBkey2ds\fR is used to transform a public DNSKEY RR to a DS RR.
+\fBldns-key2ds\fR is used to transform a public DNSKEY RR to a DS RR.
 When run it will read \fIfile\fR with a DNSKEY RR in it and
 it will create a .ds file with the DS RR in it.
 
index 5a95b52bd5b86d7c90d6513d644868720ca67641..343f5900799dfa5176682e6c8c3a0ec4b34c55d7 100644 (file)
@@ -1,15 +1,15 @@
-.TH keygen 1 "30 May 2005"
+.TH ldns-keygen 1 "30 May 2005"
 .SH NAME
-keygen \- generate a keypair and print out the public part as a DNSKEY RR
+ldns-keygen \- generate a keypair and print out the public part as a DNSKEY RR
 .SH SYNOPSIS
-.B keygen 
+.B ldns-keygen 
 [
 .IR OPTION
 ]
 .IR DOMAIN 
 
 .SH DESCRIPTION
-\fBkeygen\fR is used to generate a private/public keypair. When run it
+\fBldns-keygen\fR is used to generate a private/public keypair. When run it
 will create 3 files; a .key file with the public DNSKEY, a .private
 file with the private keydata and a .ds with the DS record of the
 DNSKEY record.
@@ -36,7 +36,7 @@ Use this many bits for the key length.
 
 .TP
 \fbr \fdevice\fR
-Make keygen use this file for its random data. This will default
+Make ldns-keygen use this file for its random data. This will default
 to /dev/random.
 
 .SH AUTHOR
diff --git a/doc/ldns-mx.1 b/doc/ldns-mx.1
deleted file mode 100644 (file)
index 8ef1a7a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-.TH mx 1 "27 Apr 2005"
-.SH NAME
-mx \- print out the mx record(s) for a domain
-.SH SYNOPSIS
-.B mx
-.IR DOMAIN 
-
-.SH DESCRIPTION
-\fBmx\fR is used to print out mx information of a domain.
-
-.SH OPTIONS
-\fBmx\fR has no options.
-
-.SH AUTHOR
-Written by the ldns team as an example for ldns usage.
-
-.SH REPORTING BUGS
-Report bugs to <ldns-team@nlnetlabs.nl>. 
-
-.SH COPYRIGHT
-Copyright (C) 2005 NLnet Labs. This is free software. There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE.
similarity index 100%
rename from ldns-chaos.c
rename to tests/ldns-chaos.c
similarity index 100%
rename from ldns-mx.c
rename to tests/ldns-mx.c