From: Peter van Dijk Date: Mon, 30 Apr 2012 09:29:31 +0000 (+0000) Subject: fix config file name in rec_control X-Git-Tag: auth-3.1-rc3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08b7c2e280dbee082aa34f98ddc0f50b949907d8;p=thirdparty%2Fpdns.git fix config file name in rec_control git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2597 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/rec_control.cc b/pdns/rec_control.cc index 121bd0a0b0..80d0552c59 100644 --- a/pdns/rec_control.cc +++ b/pdns/rec_control.cc @@ -36,7 +36,7 @@ ArgvMap &arg() static void initArguments(int argc, char** argv) { - arg().set("config-dir","Location of configuration directory (pdns.conf)")=SYSCONFDIR; + arg().set("config-dir","Location of configuration directory (recursor.conf)")=SYSCONFDIR; arg().set("socket-dir","Where the controlsocket will live")=LOCALSTATEDIR; arg().set("process","When controlling multiple recursors, the target process number")="";