Show
Ignore:
Timestamp:
04/06/12 10:16:25 (14 months ago)
Author:
peter
Message:

Remove ancient vestiges of binary-only powerdns releases

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/receiver.cc

    r2410 r2556  
    334334static void UNIX_declareArguments() 
    335335{ 
    336   static char pietje[128]="!@@SYSCONFDIR@@:"; 
    337   ::arg().set("config-dir","Location of configuration directory (pdns.conf)")= 
    338     strcmp(pietje+1,"@@SYSCONFDIR@@:") ? pietje+strlen("@@SYSCONFDIR@@:")+1 : SYSCONFDIR; 
    339    
     336  ::arg().set("config-dir","Location of configuration directory (pdns.conf)")=SYSCONFDIR; 
    340337  ::arg().set("config-name","Name of this virtual configuration - will rename the binary image")=""; 
    341338  ::arg().set("socket-dir","Where the controlsocket will live")=LOCALSTATEDIR;