mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Do not express intent to implement the check-names option.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: confview.c,v 1.60 2000/12/01 09:03:42 marka Exp $ */
|
||||
/* $Id: confview.c,v 1.61 2000/12/01 19:50:52 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -423,7 +423,7 @@ dns_c_viewtable_checkviews(dns_c_viewtable_t *viewtable) {
|
||||
!= ISC_R_NOTFOUND)
|
||||
isc_log_write(dns_lctx,DNS_LOGCATEGORY_CONFIG,
|
||||
DNS_LOGMODULE_CONFIG, ISC_LOG_WARNING,
|
||||
"view 'check-names' is not yet "
|
||||
"view 'check-names' is not "
|
||||
"implemented");
|
||||
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: confzone.c,v 1.69 2000/11/28 22:42:35 gson Exp $ */
|
||||
/* $Id: confzone.c,v 1.70 2000/12/01 19:50:51 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -630,7 +630,7 @@ dns_c_zone_validate(dns_c_zone_t *zone)
|
||||
const char *nomasterserr = "zone '%s': missing 'masters' entry";
|
||||
const char *emptymasterserr = "zone '%s': 'masters' value is empty";
|
||||
const char *disabledzone = "zone '%s': is disabled";
|
||||
const char *checknameserror = "zone '%s': 'check-names' is not yet "
|
||||
const char *checknameserror = "zone '%s': 'check-names' is not "
|
||||
"implemented";
|
||||
const char *pubkeyerror = "zone '%s': 'pubkey' is deprecated";
|
||||
const char *maintixfrbase = "zone '%s': 'maintain-ixfr-base' is "
|
||||
|
Reference in New Issue
Block a user