nicer text.

git-svn-id: file:///svn/unbound/trunk@1071 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-04-24 13:29:34 +00:00
parent 4ba9161e75
commit 395f328d4a
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,7 @@
24 April 2008: Wouter 24 April 2008: Wouter
- chroot checks improved. working directory relative to chroot. - chroot checks improved. working directory relative to chroot.
checks if config file path is inside chroot. Documentation on it. checks if config file path is inside chroot. Documentation on it.
- nicer example.conf text.
23 April 2008: Wouter 23 April 2008: Wouter
- parseunbound.pl contrib update from Kai Storbeck for threads. - parseunbound.pl contrib update from Kai Storbeck for threads.

View file

@ -159,6 +159,7 @@ server:
# #
# Additionally, unbound may need to access /dev/random (for entropy) # Additionally, unbound may need to access /dev/random (for entropy)
# and to /dev/log (if you use syslog) from inside the chroot. # 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 /. # If you give "" no chroot is performed. The path must not end in a /.
# chroot: "/usr/local/etc/unbound" # chroot: "/usr/local/etc/unbound"
@ -168,7 +169,9 @@ server:
# If you give "" no privileges are dropped. # If you give "" no privileges are dropped.
# username: "unbound" # 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" # directory: "/usr/local/etc/unbound"
# the log file, "" means log to stderr. # the log file, "" means log to stderr.