diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-23 23:24:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-23 23:24:32 +0000 |
commit | d8df2293a93af5143d1115ad6928d2e58335acc8 (patch) | |
tree | d1344bd93031369e20e2c49395270bae77f772b2 /mail/courier-auth | |
parent | 031b2e3ca0009abef6d97715592e83ecc7b870ed (diff) | |
download | pkgsrc-d8df2293a93af5143d1115ad6928d2e58335acc8.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 |