diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-03-17 12:44:20 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-03-17 12:44:20 +0000 |
commit | 518b7ede95425d12ccb3c6a0c020cdac9830fc15 (patch) | |
tree | b3fc7b7ad5b27491bac3de604da9b298356839c5 /dns/knot/pkg-plist | |
parent | 20354a2ec089d17d169d4cf8c749a5950ab1c7bc (diff) |
Notes
Diffstat (limited to 'dns/knot/pkg-plist')
-rw-r--r-- | dns/knot/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/knot/pkg-plist b/dns/knot/pkg-plist index 9c61f22454a2..84ec9bd1232b 100644 --- a/dns/knot/pkg-plist +++ b/dns/knot/pkg-plist @@ -2,9 +2,11 @@ @stopdaemon knotd %%ETCDIR%%/example.com.zone @unexec if cmp -s %B/knot.min.conf %B/knot.conf; then rm -f %B/knot.conf; fi +%%ETCDIR%%/knot.full.conf %%ETCDIR%%/knot.min.conf @exec [ -f %B/knot.conf ] || cp %B/%f %B/knot.conf %%ETCDIR%%/knot.sample.conf +@dirrmtry %%ETCDIR%% libexec/knot-zcompile libexec/unittests libexec/unittests-libknot @@ -13,4 +15,3 @@ libexec/unittests-xfr libexec/unittests-zcompile sbin/knotc sbin/knotd -@dirrmtry %%ETCDIR%% |