Report information
The Basics
Id:
36470
Status:
resolved
Priority:
Medium/Medium
Queue:

People
Owner:
Nobody in particular
Requestors:
Cc:
AdminCc:

BugTracker
Version Fixed:
9.11.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
(no value)
Severity:
S3 Low
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
feature

Dates
Created:Mon, 07 Jul 2014 14:13:25 -0400
Updated:Mon, 26 Jun 2017 16:59:14 -0400
Closed:Wed, 02 Dec 2015 21:55:20 -0500



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: rndc status show config file name
Okay if rndc status shows the path name of the configuration file? diff --git a/bin/named/server.c b/bin/named/server.c index a0e774f..80d217e 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -8262,6 +8262,7 @@ ns_server_status(ns_server_t *server, isc_buffer_t *text) { "version: %s%s%s%s <id:%s>\n" "boot time: %s\n" "last configured: %s\n" + "configuration file: %s\n" #ifdef ISC_PLATFORM_USETHREADS "CPUs found: %u\n" "worker threads: %u\n" @@ -8278,6 +8279,7 @@ ns_server_status(ns_server_t *server, isc_buffer_t *text) { "server is up and running", ns_g_version, ob, alt, cb, ns_g_srcid, boottime, configtime, + ns_g_conffile, #ifdef ISC_PLATFORM_USETHREADS ns_g_cpus_detected, ns_g_cpus, ns_g_udpdisp, #endif