diff options
author | dillon <dillon@FreeBSD.org> | 1998-12-23 06:06:13 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1998-12-23 06:06:13 +0000 |
commit | ef6bc7ee8cf2381dfbc5abd6096b684753ae037a (patch) | |
tree | ee17f52eba6d1723c2b1cad61f795394769fec6b /etc/namedb | |
parent | 52a9d9d6e6033be704a0cb0a97dfeafa64172c98 (diff) | |
download | FreeBSD-src-ef6bc7ee8cf2381dfbc5abd6096b684753ae037a.zip FreeBSD-src-ef6bc7ee8cf2381dfbc5abd6096b684753ae037a.tar.gz |
Add (commented out) directive and note regarding dumpfile location
when running in a sandbox.
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
Diffstat (limited to 'etc/namedb')
-rw-r--r-- | etc/namedb/named.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index 7759725..ee22c00 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. |