mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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:
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
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue