From 35fb56f97e2a2708a898d1f0defe4524f171fe40 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 23 Dec 1998 06:06:13 +0000 Subject: [PATCH] Add (commented out) directive and note regarding dumpfile location when running in a sandbox. Submitted by: Ben Smithurst --- etc/namedb/named.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index 7759725c33c7..ee22c00eca40 100644 --- a/etc/namedb/named.conf +++ b/etc/namedb/named.conf @@ -1,4 +1,4 @@ -// $Id: named.conf,v 1.3 1998/12/01 21:36:33 dillon Exp $ +// $Id: named.conf,v 1.4 1998/12/02 19:59:24 dillon Exp $ // // Refer to the named(8) man page for details. If you are ever going // to setup a primary server, make sure you've understood the hairy @@ -31,6 +31,12 @@ options { * port by default. */ // query-source address * port 53; + + /* + * If running in a sandbox, you may have to specify a different + * location for the dumpfile. + */ + // dump-file "s/named_dump.db"; }; // Note: the following will be supported in a future release.