aboutsummaryrefslogtreecommitdiff
path: root/dns/powerdns-recursor/files/patch-pdns_nameserver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dns/powerdns-recursor/files/patch-pdns_nameserver.cc')
-rw-r--r--dns/powerdns-recursor/files/patch-pdns_nameserver.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/dns/powerdns-recursor/files/patch-pdns_nameserver.cc b/dns/powerdns-recursor/files/patch-pdns_nameserver.cc
index 77c15dc68a95..4e300d6b0594 100644
--- a/dns/powerdns-recursor/files/patch-pdns_nameserver.cc
+++ b/dns/powerdns-recursor/files/patch-pdns_nameserver.cc
@@ -1,16 +1,5 @@
--- pdns_recursor.cc.orig Wed Jan 17 23:45:51 2007
+++ pdns_recursor.cc Thu Jan 18 00:01:47 2007
-@@ -1669,8 +1669,8 @@
- ::arg().set("daemon","Operate as a daemon")="yes";
- ::arg().set("log-common-errors","If we should log rather common errors")="yes";
- ::arg().set("chroot","switch to chroot jail")="";
-- ::arg().set("setgid","If set, change group id to this gid for more security")="";
-- ::arg().set("setuid","If set, change user id to this uid for more security")="";
-+ ::arg().set("setgid","If set, change group id to this gid for more security")="pdns";
-+ ::arg().set("setuid","If set, change user id to this uid for more security")="pdns_recursor";
- #ifdef WIN32
- ::arg().set("quiet","Suppress logging of questions and answers")="off";
- ::arg().setSwitch( "register-service", "Register the service" )= "no";
@@ -1691,7 +1691,7 @@
::arg().set("client-tcp-timeout","Timeout in seconds when talking to TCP clients")="2";
::arg().set("max-tcp-clients","Maximum number of simultaneous TCP clients")="128";