mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-23 10:39:16 +00:00
Fixed missing newline and continuation character (\n\)
This commit is contained in:
parent
1a9c000f54
commit
6f1437add9
@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: config.c,v 1.30 2002/07/29 06:58:45 marka Exp $ */
|
/* $Id: config.c,v 1.31 2002/08/01 03:23:36 mayer Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@ -140,7 +140,7 @@ options {\n\
|
|||||||
min-retry-time 500;\n\
|
min-retry-time 500;\n\
|
||||||
max-refresh-time 2419200; /* 4 weeks */\n\
|
max-refresh-time 2419200; /* 4 weeks */\n\
|
||||||
min-refresh-time 300;\n\
|
min-refresh-time 300;\n\
|
||||||
multi-master no;
|
multi-master no;\n\
|
||||||
sig-validity-interval 30; /* days */\n\
|
sig-validity-interval 30; /* days */\n\
|
||||||
zone-statistics false;\n\
|
zone-statistics false;\n\
|
||||||
max-journal-size unlimited;\n\
|
max-journal-size unlimited;\n\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user