fix: populate ldns submodule and add autotools to LDNS build stage
- Re-cloned zonemaster-ldns with --recurse-submodules so the bundled ldns C library source (including Changelog and configure.ac) is present - Added autoconf, automake, libtool to Dockerfile.backend ldns-build stage so libtoolize + autoreconf can generate ldns/configure during make Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
43
zonemaster-ldns/ldns/examples/ldns-zsplit.1
Normal file
43
zonemaster-ldns/ldns/examples/ldns-zsplit.1
Normal file
@@ -0,0 +1,43 @@
|
||||
.TH ldns-zsplit 1 "15 Dec 2005"
|
||||
.SH NAME
|
||||
ldns-zsplit \- split up a zone file
|
||||
.SH SYNOPSIS
|
||||
.B ldns-zsplit
|
||||
[
|
||||
.IR OPTIONS
|
||||
]
|
||||
.IR zonefile
|
||||
|
||||
.SH DESCRIPTION
|
||||
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B -n NUMBER
|
||||
Split after NUMBER RRs, \fBldns-zsplit\fR will not split in
|
||||
the middle of an RRs.
|
||||
.PP
|
||||
Each part is saved with a numerical suffix, starting with .000. The
|
||||
largest suffix is thus .999.
|
||||
|
||||
.TP
|
||||
.B -o ORIGIN
|
||||
use ORIGIN as origin when reading the zonefile.
|
||||
|
||||
.TP
|
||||
.B -z
|
||||
Sort the zone before splitting.
|
||||
|
||||
.TP
|
||||
.B -v
|
||||
Show version number and exit.
|
||||
|
||||
.SH AUTHOR
|
||||
Written by the ldns team as an example for ldns usage.
|
||||
|
||||
.SH REPORTING BUGS
|
||||
Report bugs to <dns-team@nlnetlabs.nl>.
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright (C) 2005, 2006 NLnet Labs. This is free software. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||
PURPOSE.
|
||||
Reference in New Issue
Block a user