[Pkg-cyrus-sasl2-commits] r314 - in /cyrus-sasl-2.1/trunk/debian: changelog sasl2-bin.postinst

fabbe at users.alioth.debian.org fabbe at users.alioth.debian.org
Mon Feb 18 10:20:27 UTC 2008


Author: fabbe
Date: Mon Feb 18 10:20:27 2008
New Revision: 314

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=314
Log:
Call db_stop in sasl2-bin's postinst to avoid hanging when starting saslauthd.

Modified:
    cyrus-sasl-2.1/trunk/debian/changelog
    cyrus-sasl-2.1/trunk/debian/sasl2-bin.postinst

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=314&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Mon Feb 18 10:20:27 2008
@@ -11,11 +11,13 @@
     LDAP functions to avoid implicit pointer conversion. (Closes: #463330)
   * debian/sasl2-bin.saslauthd.init: Eliminate bashism and use consistent
     comparison operators throughout. (Closes: #465355)
+  * debian/sasl2-bin.postinst: Call db_stop to avoid hangs when starting
+    saslauthd. (Closes: #459762)
 
   [ Roberto C. Sanchez ]
   * Add Swedish translation (Closes: #460496)
 
- -- Fabian Fagerholm <fabbe at debian.org>  Fri, 15 Feb 2008 14:59:24 +0200
+ -- Fabian Fagerholm <fabbe at debian.org>  Mon, 18 Feb 2008 12:10:39 +0200
 
 cyrus-sasl2 (2.1.22.dfsg1-17) unstable; urgency=low
 

Modified: cyrus-sasl-2.1/trunk/debian/sasl2-bin.postinst
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/sasl2-bin.postinst?rev=314&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/sasl2-bin.postinst (original)
+++ cyrus-sasl-2.1/trunk/debian/sasl2-bin.postinst Mon Feb 18 10:20:27 2008
@@ -65,6 +65,8 @@
 			dpkg-statoverride --update --add root sasl 660 $SASLDB_FILE
 		fi
 
+		db_stop
+
 		;;
 
 	abort-upgrade|abort-remove|abort-deconfigure)




More information about the Pkg-cyrus-sasl2-commits mailing list