FreeBSD Bugzilla – Attachment 211203 Details for
Bug 243737
dns/coredns: coredns won't start with "-cpu" as startup parameter in coredns.in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
coredns.in without -cpu parameter
coredns.diff (text/plain), 670 bytes, created by
freebsd
on 2020-01-30 18:00:23 UTC
(
hide
)
Description:
coredns.in without -cpu parameter
Filename:
MIME Type:
Creator:
freebsd
Created:
2020-01-30 18:00:23 UTC
Size:
670 bytes
patch
obsolete
>--- files/coredns.in.orig 2020-01-30 18:58:26.496100000 +0100 >+++ files/coredns.in 2020-01-30 18:58:49.536075000 +0100 >@@ -27,13 +27,12 @@ > > : ${coredns_enable:="NO"} > : ${coredns_config:="%%PREFIX%%/etc/coredns/Corefile"} >-: ${coredns_cpu_cap:="100"} > : ${coredns_listen_port:="53"} > > pidfile="/var/run/${name}.pid" > command="/usr/sbin/daemon" > procname="%%PREFIX%%/bin/${name}" >-coredns_args="-conf ${coredns_config} -cpu ${coredns_cpu_cap} -dns.port ${coredns_listen_port}" >+coredns_args="-conf ${coredns_config} -dns.port ${coredns_listen_port}" > command_args="-S -m 3 -s "info" -l "daemon" -p ${pidfile} /usr/bin/env ${procname} ${coredns_args}" > > coredns_precmd()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243737
: 211203