[Pkg-cyrus-sasl2-commits] r38 - in /cyrus-sasl-2.1/trunk/debian:
changelog rules
el_cubano-guest at users.alioth.debian.org
el_cubano-guest at users.alioth.debian.org
Fri Oct 20 06:56:51 UTC 2006
Author: el_cubano-guest
Date: Sun Oct 15 11:12:54 2006
New Revision: 38
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=38
Log:
Fix for bug #211156, /etc/sasl in config search path
Modified:
cyrus-sasl-2.1/trunk/debian/changelog
cyrus-sasl-2.1/trunk/debian/rules
Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=38&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Sun Oct 15 11:12:54 2006
@@ -19,6 +19,7 @@
(Closes: #254298, #300710, #287313)
- Made libsasl2-2 Depend on libsasl2-2-modules (Closes: #302280)
- Changed -modules-sql to depend on -modules (Closes: #392571)
+ - Put /etc/sasl at start of the config search path (Closes: #211156)
- -- Roberto C. Sanchez <roberto at connexer.com> Sat, 14 Oct 2006 22:18:28 -0400
+ -- Roberto C. Sanchez <roberto at connexer.com> Sun, 15 Oct 2006 06:52:23 -0400
Modified: cyrus-sasl-2.1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/rules?rev=38&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Sun Oct 15 11:12:54 2006
@@ -118,7 +118,8 @@
--with-pam \
--with-saslauthd=/var/run/saslauth \
--without-ldap \
- --with-pgsql=/usr/include/postgresql
+ --with-pgsql=/usr/include/postgresql \
+ --with-configdir=/etc/sasl:/usr/lib/sasl2
echo 'To build this package, configure was called as follows:' \
> debian/README.configure-options
More information about the Pkg-cyrus-sasl2-commits
mailing list