diff options
author | jlam <jlam> | 2004-02-23 23:24:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-23 23:24:32 +0000 |
commit | 2f82009ef53b2b4c25825428a25618fb5beaeb7f (patch) | |
tree | d1344bd93031369e20e2c49395270bae77f772b2 /mail/courier-auth | |
parent | e07cc9a3912406170a1a72f5fb23cad1f79b8360 (diff) | |
download | pkgsrc-2f82009ef53b2b4c25825428a25618fb5beaeb7f.tar.gz |
Have all of the courier programs find the authdaemon socket in the same
location.
Diffstat (limited to 'mail/courier-auth')
-rw-r--r-- | mail/courier-auth/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/courier-auth/Makefile.common b/mail/courier-auth/Makefile.common index e16bf52737c..7312467fd8b 100644 --- a/mail/courier-auth/Makefile.common +++ b/mail/courier-auth/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2004/02/22 16:03:29 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2004/02/23 23:24:32 jlam Exp $ DISTNAME?= courier-${DIST_VERS} CATEGORIES+= mail @@ -54,6 +54,7 @@ CONFIGURE_ARGS+= --with-waitfunc=wait3 # a template authentication method. # CONFIGURE_ARGS+= --with-authdaemon +CONFIGURE_ARGS+= --with-authdaemonvar=/var/authdaemon CONFIGURE_ARGS+= --without-authcustom CONFIGURE_ARGS+= --without-authldap CONFIGURE_ARGS+= --without-authmysql |