2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

renamed RNDC_SYSCONFPATH to RNDC_CONFFILE; there's

nothing specifically SYS about it
This commit is contained in:
Andreas Gustafsson
2001-07-26 20:06:22 +00:00
parent 922a15c7c0
commit dcfaeabc63
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rndc.c,v 1.71 2001/07/26 03:15:11 mayer Exp $ */
/* $Id: rndc.c,v 1.72 2001/07/26 20:06:20 gson Exp $ */
/*
* Principal Author: DCL
@@ -369,7 +369,7 @@ main(int argc, char **argv) {
int ch;
int i;
admin_conffile = RNDC_SYSCONFPATH;
admin_conffile = RNDC_CONFFILE;
isc_app_start();

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: ntpaths.h,v 1.4 2001/07/26 03:15:14 mayer Exp $ */
/* $Id: ntpaths.h,v 1.5 2001/07/26 20:06:22 gson Exp $ */
/*
* Windows-specific path definitions
@@ -43,7 +43,7 @@ enum NtPaths {
/*
* Define a macro to get the path of the RNDC config file
*/
#define RNDC_SYSCONFPATH isc_ntpaths_get(RNDC_CONF_PATH)
#define RNDC_CONFFILE isc_ntpaths_get(RNDC_CONF_PATH)
/*
* Information about where these are on disk