FreeBSD Bugzilla – Attachment 168256 Details for
Bug 208043
[patch] dns/nsd update to 4.1.9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
suggestion for next update to 4.1.10
file_208043.txt (text/plain), 735 bytes, created by
Olli Hauer
on 2016-03-15 20:49:21 UTC
(
hide
)
Description:
suggestion for next update to 4.1.10
Filename:
MIME Type:
Creator:
Olli Hauer
Created:
2016-03-15 20:49:21 UTC
Size:
735 bytes
patch
obsolete
>Index: files/nsd.in >=================================================================== >--- files/nsd.in (revision 411203) >+++ files/nsd.in (working copy) >@@ -27,7 +27,18 @@ > command="%%PREFIX%%/sbin/${name}" > command_args="-c ${required_files}" > extra_commands="reload" >+stop_precmd=nsd_prestop > >+nsd_prestop(){ >+ eval DATABASE=`%%PREFIX%%/sbin/nsd-checkconf -f -o database ${config}` >+ if [ $? -eq 0 -a "$DATABASE"x = "x" ]; then >+ if [ -s %%ETCDIR%%/nsd_control.key ]; then >+ echo "writing zone files to disk" >+ %%PREFIX%%/sbin/nsd-control write >+ fi >+ fi >+} >+ > load_rc_config $name > > 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 Raw
Actions:
View
Attachments on
bug 208043
:
168253
| 168256