]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
nicer text.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Apr 2008 13:29:34 +0000 (13:29 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Apr 2008 13:29:34 +0000 (13:29 +0000)
git-svn-id: file:///svn/unbound/trunk@1071 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/example.conf

index af2251213d813a4e1c5f12caeba190472cc50508..24d939c37eee7017e0454aaa0a9f4e852c07d477 100644 (file)
@@ -1,6 +1,7 @@
 24 April 2008: Wouter
        - chroot checks improved. working directory relative to chroot.
          checks if config file path is inside chroot. Documentation on it.
+       - nicer example.conf text.
 
 23 April 2008: Wouter
        - parseunbound.pl contrib update from Kai Storbeck for threads.
index 694a53ee509347ad6bf8fc2595eebadf8cf168a3..975ff73ae6113ba5d38229f94dae65be77a6aa81 100644 (file)
@@ -159,6 +159,7 @@ server:
        #
        # Additionally, unbound may need to access /dev/random (for entropy)
        # and to /dev/log (if you use syslog) from inside the chroot.
+       # How to do this is specific to your OS.
        #
        # If you give "" no chroot is performed. The path must not end in a /.
        # chroot: "/usr/local/etc/unbound"
@@ -168,7 +169,9 @@ server:
        # If you give "" no privileges are dropped.
        # username: "unbound"
 
-       # the working directory. "" disables.
+       # the working directory. The relative files in this config are 
+       # relative to this directory. If you give "" the working directory
+       # is not changed.
        # directory: "/usr/local/etc/unbound"
 
        # the log file, "" means log to stderr.