]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix config file name in rec_control auth-3.1-rc3
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Mon, 30 Apr 2012 09:29:31 +0000 (09:29 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Mon, 30 Apr 2012 09:29:31 +0000 (09:29 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2597 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/rec_control.cc

index 121bd0a0b09fdd0c003f62c24970d11145a815cb..80d0552c59442c40e376a8072f09a82eb9df3145 100644 (file)
@@ -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")="";