Changeset 1392

Show
Ignore:
Timestamp:
07/31/09 21:44:06 (4 years ago)
Author:
ahu
Message:

update year, remove dead 'socket-owner' code from 3.1.7.1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tags/pdns-3.1.7.1/pdns/pdns_recursor.cc

    r1386 r1392  
    11/* 
    22    PowerDNS Versatile Database Driven Nameserver 
    3     Copyright (C) 2003 - 2008  PowerDNS.COM BV 
     3    Copyright (C) 2003 - 2009  PowerDNS.COM BV 
    44 
    55    This program is free software; you can redistribute it and/or modify 
     
    16711671  } 
    16721672 
    1673   L<<Logger::Warning<<"PowerDNS recursor "<<VERSION<<" (C) 2001-2008 PowerDNS.COM BV ("<<__DATE__", "__TIME__; 
     1673  L<<Logger::Warning<<"PowerDNS recursor "<<VERSION<<" (C) 2001-2009 PowerDNS.COM BV ("<<__DATE__", "__TIME__; 
    16741674#ifdef __GNUC__ 
    16751675  L<<", gcc "__VERSION__; 
     
    19861986#endif 
    19871987    ::arg().set("config-dir","Location of configuration directory (recursor.conf)")=SYSCONFDIR; 
    1988 #ifndef WIN32 
    1989     ::arg().set("socket-owner","Owner of socket")=""; 
    1990     ::arg().set("socket-group","Group of socket")=""; 
    1991     ::arg().set("socket-mode", "Permissions for socket")=""; 
    1992 #endif 
    19931988     
    19941989    ::arg().set("socket-dir","Where the controlsocket will live")=LOCALSTATEDIR;