Changeset 2556 for trunk/pdns/pdns/receiver.cc
- Timestamp:
- 04/06/12 10:16:25 (14 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/receiver.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/receiver.cc
r2410 r2556 334 334 static void UNIX_declareArguments() 335 335 { 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; 340 337 ::arg().set("config-name","Name of this virtual configuration - will rename the binary image")=""; 341 338 ::arg().set("socket-dir","Where the controlsocket will live")=LOCALSTATEDIR;