diff options
author | gahr <gahr@FreeBSD.org> | 2016-04-19 14:29:05 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-04-19 14:29:05 +0800 |
commit | d0bdb13cf30d01e2ef1f3e75baa2aa78e7c3915d (patch) | |
tree | 966d9b139a400266de429cc8820cbdac7c636f34 /net-im | |
parent | 2ea0ac96c984f7642bd8b480465d097746228b51 (diff) | |
download | freebsd-ports-gnome-d0bdb13cf30d01e2ef1f3e75baa2aa78e7c3915d.tar.gz freebsd-ports-gnome-d0bdb13cf30d01e2ef1f3e75baa2aa78e7c3915d.tar.zst freebsd-ports-gnome-d0bdb13cf30d01e2ef1f3e75baa2aa78e7c3915d.zip |
net-im/openfire: the daemon needs to write to ${DATADIR} and ${DATADIR}/plugins
Reported by: Alexander J Sluiter <alex@xelacomp.com>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/openfire/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/openfire/pkg-plist b/net-im/openfire/pkg-plist index 013bd30f4e76..d249a0b8dcda 100644 --- a/net-im/openfire/pkg-plist +++ b/net-im/openfire/pkg-plist @@ -6,6 +6,8 @@ @sample %%ETCDIR%%/security.xml.sample @sample %%ETCDIR%%/truststore.sample @mode +@dir %%DATADIR%% +@dir %%DATADIR%%/plugins %%DATADIR%%/conf %%DATADIR%%/embedded-db %%DATADIR%%/lib/bcpg-jdk15on.jar |