mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
3206. [cleanup] Add ISC information to log at start time. [RT #25484]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
3206. [cleanup] Add ISC information to log at start time. [RT #25484]
|
||||||
|
|
||||||
3205. [func] Upgrade dig's defaults to better reflect modern
|
3205. [func] Upgrade dig's defaults to better reflect modern
|
||||||
nameserver behaviour. Enable "dig +adflag" and
|
nameserver behaviour. Enable "dig +adflag" and
|
||||||
"dig +edns=0" by default. Enable "+dnssec" when
|
"dig +edns=0" by default. Enable "+dnssec" when
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: main.c,v 1.183 2011/03/11 06:11:21 marka Exp $ */
|
/* $Id: main.c,v 1.184 2011/11/05 00:45:31 each Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -793,6 +793,25 @@ setup(void) {
|
|||||||
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
|
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
|
||||||
ISC_LOG_NOTICE, "built with %s", ns_g_configargs);
|
ISC_LOG_NOTICE, "built with %s", ns_g_configargs);
|
||||||
|
|
||||||
|
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
|
||||||
|
ISC_LOG_NOTICE,
|
||||||
|
"----------------------------------------------------");
|
||||||
|
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
|
||||||
|
ISC_LOG_NOTICE,
|
||||||
|
"BIND 9 is maintained by Internet Systems Consortium,");
|
||||||
|
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
|
||||||
|
ISC_LOG_NOTICE,
|
||||||
|
"Inc. (ISC), a non-profit 501(c)(3) public-benefit ");
|
||||||
|
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
|
||||||
|
ISC_LOG_NOTICE,
|
||||||
|
"corporation. Support and training for BIND 9 are ");
|
||||||
|
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
|
||||||
|
ISC_LOG_NOTICE,
|
||||||
|
"available at https://www.isc.org/support");
|
||||||
|
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
|
||||||
|
ISC_LOG_NOTICE,
|
||||||
|
"----------------------------------------------------");
|
||||||
|
|
||||||
dump_symboltable();
|
dump_symboltable();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user