Changeset 1392
- Timestamp:
- 07/31/09 21:44:06 (4 years ago)
- Files:
-
- 1 modified
-
tags/pdns-3.1.7.1/pdns/pdns_recursor.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/pdns-3.1.7.1/pdns/pdns_recursor.cc
r1386 r1392 1 1 /* 2 2 PowerDNS Versatile Database Driven Nameserver 3 Copyright (C) 2003 - 200 8PowerDNS.COM BV3 Copyright (C) 2003 - 2009 PowerDNS.COM BV 4 4 5 5 This program is free software; you can redistribute it and/or modify … … 1671 1671 } 1672 1672 1673 L<<Logger::Warning<<"PowerDNS recursor "<<VERSION<<" (C) 2001-200 8PowerDNS.COM BV ("<<__DATE__", "__TIME__;1673 L<<Logger::Warning<<"PowerDNS recursor "<<VERSION<<" (C) 2001-2009 PowerDNS.COM BV ("<<__DATE__", "__TIME__; 1674 1674 #ifdef __GNUC__ 1675 1675 L<<", gcc "__VERSION__; … … 1986 1986 #endif 1987 1987 ::arg().set("config-dir","Location of configuration directory (recursor.conf)")=SYSCONFDIR; 1988 #ifndef WIN321989 ::arg().set("socket-owner","Owner of socket")="";1990 ::arg().set("socket-group","Group of socket")="";1991 ::arg().set("socket-mode", "Permissions for socket")="";1992 #endif1993 1988 1994 1989 ::arg().set("socket-dir","Where the controlsocket will live")=LOCALSTATEDIR;