Make sure that the owner of /var/run/saslauthd is `cyrus'.

This commit is contained in:
Hajimu UMEMOTO 2019-01-12 09:25:33 +00:00
parent 9ecd01d93e
commit b3e366323b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490037
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# $FreeBSD$
PKGNAMESUFFIX= -saslauthd
PORTREVISION= 1
COMMENT= SASL authentication server for cyrus-sasl2

View File

@ -18,5 +18,6 @@ POST-INSTALL)
if [ "${PKG_BATCH}" = "NO" ]; then
sendmail_conf
fi
/usr/sbin/chown cyrus:mail /var/run/saslauthd
;;
esac