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:
parent
bdfab3805c
commit
5bb21e9b59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109955
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= clamav
|
||||
PORTVERSION= 20040524
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://clamav.sourceforge.net/snapshot/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -38,7 +38,7 @@ fi
|
||||
|
||||
echo "===> Setting permissions..."
|
||||
mkdir -p "${CLAMRUN}"
|
||||
chmod 770 "${CLAMRUN}"
|
||||
chmod 750 "${CLAMRUN}"
|
||||
chown "${CLAMAVUSER}:${CLAMAVGROUP}" "${CLAMRUN}"
|
||||
|
||||
mkdir -p "${CLAMLOG}"
|
||||
|
Loading…
Reference in New Issue
Block a user