From 0dc9c8ca7db7ee9e4911220c655aec33ea2d178c Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Wed, 23 Nov 2005 11:52:15 +0000 Subject: - Fix permissions of directory for default configuration files. PR: ports/89454 Submitted by: maintainer --- security/drweb/Makefile | 2 +- security/drweb/pkg-install | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3