diff options
author | matthew <matthew@FreeBSD.org> | 2017-07-19 20:52:52 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2017-07-19 20:52:52 +0800 |
commit | ca4d11d6b4a5c9abb35eee6ecbe0bb41cdae1096 (patch) | |
tree | 6a702d1525635056f26ac04654ae4472064bd675 /dns | |
parent | 2747cb31ce17de5272f566bdb0d976a750d83e05 (diff) | |
download | freebsd-ports-gnome-ca4d11d6b4a5c9abb35eee6ecbe0bb41cdae1096.tar.gz freebsd-ports-gnome-ca4d11d6b4a5c9abb35eee6ecbe0bb41cdae1096.tar.zst freebsd-ports-gnome-ca4d11d6b4a5c9abb35eee6ecbe0bb41cdae1096.zip |
Fix the ownership of /var/db/knot and /var/run/knot
PR: 220851
Submitted by: sascha@root-login.org
Approved by: freebsd@dns-lab.com (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot2/Makefile | 1 | ||||
-rw-r--r-- | dns/knot2/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index 7ca3a59a4978..415e751d3b97 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -3,6 +3,7 @@ PORTNAME= knot PORTVERSION= 2.5.3 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ diff --git a/dns/knot2/pkg-plist b/dns/knot2/pkg-plist index 16d401af2030..93cae3f3e72b 100644 --- a/dns/knot2/pkg-plist +++ b/dns/knot2/pkg-plist @@ -102,5 +102,5 @@ sbin/keymgr sbin/knotc sbin/knotd sbin/pykeymgr -@dir /var/db/knot -@dir /var/run/knot +@dir(knot,knot,) /var/db/knot +@dir(knot,knot,) /var/run/knot |