1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Change permissions on socket directory to 750.

This unbreaks sendmail.

Submitted by:	ume
Approved by:	maintainer
This commit is contained in:
Pav Lucistnik 2004-05-25 09:36:35 +00:00
parent bdfab3805c
commit 5bb21e9b59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109955
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= clamav
PORTVERSION= 20040524
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://clamav.sourceforge.net/snapshot/
PKGNAMESUFFIX= -devel

View File

@ -38,7 +38,7 @@ fi
echo "===> Setting permissions..."
mkdir -p "${CLAMRUN}"
chmod 770 "${CLAMRUN}"
chmod 750 "${CLAMRUN}"
chown "${CLAMAVUSER}:${CLAMAVGROUP}" "${CLAMRUN}"
mkdir -p "${CLAMLOG}"