Allow users specify saslauthd socket location with SASLAUTHD_SOCKET

variable in case of non-default layouts.  Point default location to
/var/run/saslauthd

PR:		ports/90987
Submitted by:	Alexander Wittig <alexander AT wittig DOT name>
This commit is contained in:
Kirill Ponomarev 2005-12-27 22:40:25 +00:00
parent bdd298a2e3
commit 887922562e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152237

View File

@ -366,7 +366,8 @@ SEDLIST+= -e 's,XX_MYSQL_[^ ]*_XX,,'
.if defined(WITH_SASLAUTHD)
RUN_DEPENDS+= ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd
SEDLIST+= -e 's,^\# (CYRUS_SASLAUTHD_SOCKET=),\1,'
SASLAUTHD_SOCKET?= /var/run/saslauthd/mux
SEDLIST+= -e 's,^\# (CYRUS_SASLAUTHD_SOCKET=).*,\1${SASLAUTHD_SOCKET},'
.endif
.if defined(WITH_PWCHECK)