mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Make sure that the owner of /var/run/saslauthd is `cyrus'.
This commit is contained in:
parent
9ecd01d93e
commit
b3e366323b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490037
@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -saslauthd
|
||||
PORTREVISION= 1
|
||||
|
||||
COMMENT= SASL authentication server for cyrus-sasl2
|
||||
|
||||
|
@ -18,5 +18,6 @@ POST-INSTALL)
|
||||
if [ "${PKG_BATCH}" = "NO" ]; then
|
||||
sendmail_conf
|
||||
fi
|
||||
/usr/sbin/chown cyrus:mail /var/run/saslauthd
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user