From 4bcc953e617fc88e5472de4a57cf7e25f6ed019a Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 29 Aug 2016 15:09:53 +0200 Subject: [PATCH] Document config-dir in the manpage better Closes #4372 --- docs/manpages/pdns_recursor.1.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manpages/pdns_recursor.1.md b/docs/manpages/pdns_recursor.1.md index 66f1818124..ca69f40dc0 100644 --- a/docs/manpages/pdns_recursor.1.md +++ b/docs/manpages/pdns_recursor.1.md @@ -51,8 +51,9 @@ http://doc.powerdns.com/md/recursor/settings/ : Timeout in seconds when talking to TCP clients. --config-dir=*DIRECTORY* -: Location of configuration directory (recursor.conf), /etc/powerdns by - default. +: Location of configuration directory (recursor.conf), the default depends on + the SYSCONFDIR option at build-time, which is usually /etc/powerdns. The + default can be found with `pdns_recursor --config | grep ' config-dir='`. --daemon : Operate as a daemon. -- 2.47.2