]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
deb: update keyfile-ro patch
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 27 Feb 2018 17:06:27 +0000 (18:06 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 27 Feb 2018 17:08:39 +0000 (18:08 +0100)
distro/deb/debian/patches/0002-Update-documentation-of-keyfile-ro.patch

index 0c2da1d8bb1b629aa6c2d14f533ead3ced150a41..3618840abfa78b1871b2c953c6d8851ee2712efa 100644 (file)
@@ -1,28 +1,20 @@
-From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-Date: Sat, 17 Feb 2018 15:52:20 -0500
-Subject: Update documentation of --keyfile-ro
+From fff3b5513a48e225fa8fa49899ba1f376552fa99 Mon Sep 17 00:00:00 2001
+From: Tomas Krizek <tomas.krizek@nic.cz>
+Date: Tue, 27 Feb 2018 18:05:08 +0100
+Subject: [PATCH] Update documentation of --keyfile-ro
 
 On Debian systems, we depend on the OS package management to update
 the dns root data.  Make the documentation for running with this
 option less scary-sounding, as it is the default.
 ---
- doc/kresd.8.in | 13 ++++++++-----
- 1 file changed, 8 insertions(+), 5 deletions(-)
+ doc/kresd.8.in | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
 
-Index: knot-resolver/doc/kresd.8.in
-===================================================================
---- knot-resolver.orig/doc/kresd.8.in
-+++ knot-resolver/doc/kresd.8.in
-@@ -24,7 +24,7 @@
- .IR config ]
- .RB [ \-k | \-\-keyfile
- .IR keyfile ]
--.RB [ \-K | \-\-keyfile-ro
-+.RB [ \-K | \-\-keyfile\-ro
- .IR keyfile ]
- .RB [ \-m | \-\-moduledir
- .IR path ]
-@@ -123,7 +123,7 @@ file at the default location (\fIconfig\
+diff --git a/doc/kresd.8.in b/doc/kresd.8.in
+index 266e9f05..05a9dd67 100644
+--- a/doc/kresd.8.in
++++ b/doc/kresd.8.in
+@@ -123,7 +123,7 @@ file at the default location (\fIconfig\fR). The syntax is
  described in \fIdaemon/README.md\fR.
  .TP
  .B \-k\fI keyfile\fR, \fB\-\-keyfile=\fI<keyfile>
@@ -31,13 +23,11 @@ Index: knot-resolver/doc/kresd.8.in
  Root trust anchors in this file are managed using standard RFC 5011 (Automated Updates of DNS Security Trust Anchors).
  Kresd needs write access to the directory containing the keyfile.
  
-@@ -133,10 +133,13 @@ and warning that you need to to check th
- The file contains DNSKEY/DS records in presentation format,
+@@ -134,9 +134,12 @@ The file contains DNSKEY/DS records in presentation format,
  and is compatible with Unbound and BIND 9 root key files.
  .TP
--.B \-K\fI keyfile\fR, \fB\-\-keyfile-ro=\fI<keyfile>
+ .B \-K\fI keyfile\fR, \fB\-\-keyfile\-ro=\fI<keyfile>
 -(Discouraged) Static root trust anchors file. The file is not updated by kresd. Use of this option is discouraged because it will break your installation when the trust anchor key changes!
-+.B \-K\fI keyfile\fR, \fB\-\-keyfile\-ro=\fI<keyfile>
 +Static root trust anchors file. The file is not updated by
 +kresd. Please ensure that any running kresd instances are restarted if
 +the trust anchors change. (On Debian, this should happen automatically
@@ -48,3 +38,6 @@ Index: knot-resolver/doc/kresd.8.in
  .TP
  .B \-m\fI path\fR, \fB\-\-moduledir=\fI<path>
  Override the directory that is searched for modules.  Default: @MODULEDIR@
+-- 
+2.14.3
+