mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Patch from Pierre David.
git-svn-id: file:///svn/unbound/trunk@1196 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
ee874fab01
commit
38396319c7
2 changed files with 5 additions and 2 deletions
|
|
@ -15,9 +15,11 @@
|
||||||
name="unbound"
|
name="unbound"
|
||||||
rcvar=`set_rcvar`
|
rcvar=`set_rcvar`
|
||||||
|
|
||||||
|
load_rc_config $name
|
||||||
|
|
||||||
command="/usr/local/sbin/unbound"
|
command="/usr/local/sbin/unbound"
|
||||||
pidfile="/usr/local/etc/unbound/unbound.pid"
|
pidfile=${unbound_pidfile:-"/usr/local/etc/unbound/unbound.pid"}
|
||||||
|
command_args=${unbound_flags:-"-c /usr/local/etc/unbound/unbound.conf"}
|
||||||
extra_commands="reload"
|
extra_commands="reload"
|
||||||
|
|
||||||
load_rc_config $name
|
|
||||||
run_rc_command "$1"
|
run_rc_command "$1"
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
- changes info: in logfile to notice: info: or debug: depending on
|
- changes info: in logfile to notice: info: or debug: depending on
|
||||||
the verbosity of the statements. Better logfile message
|
the verbosity of the statements. Better logfile message
|
||||||
classification.
|
classification.
|
||||||
|
- bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
|
||||||
|
|
||||||
15 August 2008: Wouter
|
15 August 2008: Wouter
|
||||||
- DLV nsec code fixed for better detection of closest existing
|
- DLV nsec code fixed for better detection of closest existing
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue