220d9dcd4f
- Update to 1.3.0r1 [1] - Drop port.pre.mk in favor of port.options.mk - Unmute install commands Changes: https://gitweb.labs.nic.cz/?p=knot.git;a=blob_plain;f=NEWS;hb=b83f1e9f PR: ports/179428 [1] Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Approved by: culot / jpaetzel (mentors, implicit)
11 lines
284 B
Text
11 lines
284 B
Text
@stopdaemon knotd
|
|
@unexec if cmp -s %B/knot.sample.conf %B/knot.conf; then rm -f %B/knot.conf; fi
|
|
@exec [ -f %B/knot.conf ] || cp %B/%f %B/knot.conf
|
|
%%ETCDIR%%/example.com.zone
|
|
%%ETCDIR%%/knot.sample.conf
|
|
@dirrmtry %%ETCDIR%%
|
|
sbin/kdig
|
|
sbin/khost
|
|
sbin/knotc
|
|
sbin/knotd
|
|
sbin/knsupdate
|