From 395f328d4adf37143ceb8ef47717af012c2d2cfc Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 24 Apr 2008 13:29:34 +0000 Subject: [PATCH] nicer text. git-svn-id: file:///svn/unbound/trunk@1071 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 1 + doc/example.conf | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index af2251213..24d939c37 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/doc/example.conf b/doc/example.conf index 694a53ee5..975ff73ae 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -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. -- 2.47.2