From 08b7c2e280dbee082aa34f98ddc0f50b949907d8 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 30 Apr 2012 09:29:31 +0000 Subject: [PATCH] fix config file name in rec_control git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2597 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/rec_control.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/rec_control.cc b/pdns/rec_control.cc index 121bd0a0b..80d0552c5 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")=""; -- 2.40.0