FreeBSD Bugzilla – Attachment 142753 Details for
Bug 189818
[patch] dns/unbound: Do not make unbound's startup conditional on unbound-anchors return code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 874 bytes, created by
Ryan Steinmetz
on 2014-05-14 21:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ryan Steinmetz
Created:
2014-05-14 21:10:00 UTC
Size:
874 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 354086) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= unbound > PORTVERSION= 1.4.22 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= dns > MASTER_SITES= http://unbound.net/downloads/ > >Index: files/unbound.in >=================================================================== >--- files/unbound.in (revision 354086) >+++ files/unbound.in (working copy) >@@ -23,7 +23,7 @@ > command="%%PREFIX%%/sbin/unbound" > extra_commands="reload" > start_precmd="start_precmd" >-reload_precmd="%%PREFIX%%/sbin/unbound-checkconf >/dev/null" >+reload_precmd="%%PREFIX%%/sbin/unbound-checkconf >/dev/null" > > load_rc_config $name > >@@ -41,6 +41,7 @@ > su -m unbound -c "%%PREFIX%%/sbin/unbound-anchor ${unbound_anchorflags}"; \ > fi && > echo . >+ return 0 > } > > run_rc_command "$1"
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 189818
: 142753