aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-11-23 19:52:15 +0800
committerflz <flz@FreeBSD.org>2005-11-23 19:52:15 +0800
commit1800d834f7a0efa5865be12dbd46486d46a08813 (patch)
treefb65c81b5a5be929a359c1d08c457454617076ba /security
parent270d24415764f51f885c27108f0e3341bd25b417 (diff)
downloadfreebsd-ports-gnome-1800d834f7a0efa5865be12dbd46486d46a08813.tar.gz
freebsd-ports-gnome-1800d834f7a0efa5865be12dbd46486d46a08813.tar.zst
freebsd-ports-gnome-1800d834f7a0efa5865be12dbd46486d46a08813.zip
- Fix permissions of directory for default configuration files.
PR: ports/89454 Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r--security/drweb/Makefile2
-rw-r--r--security/drweb/pkg-install1
2 files changed, 2 insertions, 1 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile
index a1b33b658b97..1de5e964fe25 100644
--- a/security/drweb/Makefile
+++ b/security/drweb/Makefile
@@ -7,7 +7,7 @@
PORTNAME= drweb
PORTVERSION= 4.33
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ftp://ftp.drweb.ru/pub/drweb/unix/FreeBSD/411/:f411 \
ftp://ftp.drweb.ru/pub/drweb/unix/FreeBSD/54/:f54 \
diff --git a/security/drweb/pkg-install b/security/drweb/pkg-install
index cfb303a3d172..b45df46a6891 100644
--- a/security/drweb/pkg-install
+++ b/security/drweb/pkg-install
@@ -52,4 +52,5 @@ echo ""
chown -R ${USER}:${GROUP} ${DRWEB_PREFIX}
chown -R ${USER}:${GROUP} ${DRWEB_VARPREFIX}
chmod 0750 ${DRWEB_VARPREFIX}
+chown -R ${USER}:${GROUP} ${PREFIX}/etc/drweb
exit 0