FreeBSD Bugzilla – Attachment 133919 Details for
Bug 178476
dns/knot: Fix rc script for 1.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
knotd.in.diff
knotd.in.diff (text/plain), 1.07 KB, created by
Erwin Lansing
on 2013-05-10 09:50:01 UTC
(
hide
)
Description:
knotd.in.diff
Filename:
MIME Type:
Creator:
Erwin Lansing
Created:
2013-05-10 09:50:01 UTC
Size:
1.07 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 317775) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= knot > DISTVERSION= 1.2.0 >+PORTREVISION= 1 > CATEGORIES= dns ipv6 > MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ > http://www.dns-lab.com/downloads/knot-dns/ >Index: files/knotd.in >=================================================================== >--- files/knotd.in (revision 317775) >+++ files/knotd.in (working copy) >@@ -23,6 +23,7 @@ > reload_cmd="${name}_reload" > start_precmd="${name}_compile" > status_cmd="${name}_status" >+start_cmd="${name}_start" > stop_cmd="${name}_stop" > > load_rc_config ${name} >@@ -43,11 +44,15 @@ > } > knot_reload() { > echo "Reloading ${name}." >- ${command} -c ${knot_config} -a reload >+ ${command} -c ${knot_config} reload > } > knot_status() { >- ${command} -c ${knot_config} running >+ ${command} -c ${knot_config} status > } >+knot_start() { >+ echo "Starting ${name}." >+ ${procname} -c ${knot_config} -d >+ } > knot_stop() { > echo "Stopping ${name}." > ${command} -c ${knot_config} stop
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 178476
: 133919