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)
This commit is contained in:
Matthew Seaman 2017-07-19 12:52:52 +00:00
parent 5fb8017b6b
commit eed792d29a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446197
2 changed files with 3 additions and 2 deletions

View file

@ -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/

View file

@ -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