- Fix permissions of directory for default configuration files.

PR:		ports/89454
Submitted by:	maintainer
This commit is contained in:
Florent Thoumie
2005-11-23 11:52:15 +00:00
parent 241f1cec6c
commit 0dc9c8ca7d
2 changed files with 2 additions and 1 deletions

View File

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

View File

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