76074cd59a
Reworked custom redhat version. Complete version is now part of library names. Libraries are not recommended for any third party application. They are still required for bind-dyndb-ldap only. Version of named changed, only suffix -RH is appended to upstream version. Therefore dig would not contain version 9.6.11-RedHat-9.6.11-1.fc34, but only 9.6.13-RH. Version of fedora build have to be obtained from rpm -q bind. Version is now part of library names, bind-libs-lite was merged to bind-libs. bind-dyndb-ldap needs whole bind, no point to offer smaller library set just for its dependencies. Updated also named(8) manual page to match current state of SELinux.
44 lines
804 B
Diff
44 lines
804 B
Diff
From d3c58d860737f0f70eff05edad77e0b2a90d4cb9 Mon Sep 17 00:00:00 2001
|
|
From: Petr Mensik <pemensik@redhat.com>
|
|
Date: Fri, 19 Jun 2020 18:48:23 +0200
|
|
Subject: [PATCH] .rh640538
|
|
|
|
---
|
|
bin/dig/dig.rst | 20 ++++++++++++++++++++
|
|
1 file changed, 20 insertions(+)
|
|
|
|
diff --git a/bin/dig/dig.rst b/bin/dig/dig.rst
|
|
index bef52ba..9f16607 100644
|
|
--- a/bin/dig/dig.rst
|
|
+++ b/bin/dig/dig.rst
|
|
@@ -615,6 +615,26 @@ To turn off IDN support, use the parameters
|
|
``+noidnin`` and ``+noidnout``, or define the ``IDN_DISABLE`` environment
|
|
variable.
|
|
|
|
+Return Codes
|
|
+~~~~~~~~~~~~
|
|
+
|
|
+``dig`` return codes are:
|
|
+
|
|
+``0``
|
|
+ Response received, including NXDOMAIN status
|
|
+
|
|
+``1``
|
|
+ Usage error
|
|
+
|
|
+``8``
|
|
+ Couldn't open batch file
|
|
+
|
|
+``9``
|
|
+ No reply from server
|
|
+
|
|
+``10``
|
|
+ Internal error
|
|
+
|
|
Files
|
|
~~~~~
|
|
|
|
--
|
|
2.26.2
|
|
|