Searched defs:namedconf (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzkt-signer.c117 static const char *namedconf = NULL; variable
196 namedconf = optarg;
290 if ( namedconf ) /* option -N ? */
297 if ( !parse_namedconf (namedconf, config->chroot_dir, dir, sizeof (dir), add2zonelist) )
298 fatal ("Can't read file %s as namedconf file\n", namedconf);
300 fatal ("No signed zone found in file %s\n", namedconf);

Completed in 34 milliseconds