diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-06 13:19:12 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-06 13:19:12 +0000 |
commit | ef03bc0111f68db82b140041b82cb0adb1ff63c9 (patch) | |
tree | 893917cc0526790bec7f010da4aff2c12e18d7cd /dns/knot/pkg-plist | |
parent | aaf43e7466239f7c2efb29d721b24425cc711b84 (diff) | |
download | ports-ef03bc0111f68db82b140041b82cb0adb1ff63c9.tar.gz ports-ef03bc0111f68db82b140041b82cb0adb1ff63c9.zip |
Notes
Diffstat (limited to 'dns/knot/pkg-plist')
-rw-r--r-- | dns/knot/pkg-plist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/knot/pkg-plist b/dns/knot/pkg-plist index dc660dde307e..17febfb0d289 100644 --- a/dns/knot/pkg-plist +++ b/dns/knot/pkg-plist @@ -1,8 +1,7 @@ -@stopdaemon knotd @unexec if cmp -s %B/knot.sample.conf %B/knot.conf; then rm -f %B/knot.conf; fi +%%ETCDIR%%/knot.sample.conf @exec [ -f %B/knot.conf ] || cp %B/%f %B/knot.conf %%ETCDIR%%/example.com.zone -%%ETCDIR%%/knot.sample.conf man/man1/kdig.1.gz man/man1/khost.1.gz man/man1/knsupdate.1.gz @@ -11,8 +10,10 @@ man/man8/knotc.8.gz man/man8/knotd.8.gz @dirrmtry %%ETCDIR%% @dirrmtry var/run/knot +@dirrmtry var/run @dirrmtry var/lib/knot @dirrmtry var/lib +@dirrmtry var bin/kdig bin/khost bin/knsupdate |