1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Change authdaemond_path from /dev/null to

/var/run/authdaemond/socket.  Though, authdaemond_path could
be set by the sasl2 config file, it should be good to have
its default value for ports/security/courier-authlib.

PR:		ports/95102, ports/122234
Submitted by:	Artis Caune <Artis.Caune__at__latnet.lv>
This commit is contained in:
Hajimu UMEMOTO 2008-10-23 17:34:26 +00:00
parent 092db60d23
commit a6defecf2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221939

View File

@ -7,7 +7,7 @@
PORTNAME= cyrus-sasl
PORTVERSION= 2.1.22
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \
@ -125,6 +125,8 @@ CONFIGURE_ARGS+=--enable-keep-db-open
.if defined(WITHOUT_AUTHDAEMOND)
CONFIGURE_ARGS+=--with-authdaemond=no
.else
CONFIGURE_ARGS+=--with-authdaemond=/var/run/authdaemond/socket
.endif
.if defined(WITHOUT_LOGIN)