[Pkg-cyrus-sasl2-commits] r315 - in /cyrus-sasl-2.1/trunk/debian: changelog sasl2-bin.config
fabbe at users.alioth.debian.org
fabbe at users.alioth.debian.org
Mon Feb 18 11:02:05 UTC 2008
Author: fabbe
Date: Mon Feb 18 11:02:05 2008
New Revision: 315
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=315
Log:
Don't call db_reset in sasl2-bin.config.
Modified:
cyrus-sasl-2.1/trunk/debian/changelog
cyrus-sasl-2.1/trunk/debian/sasl2-bin.config
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=315&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Mon Feb 18 11:02:05 2008
@@ -13,11 +13,13 @@
comparison operators throughout. (Closes: #465355)
* debian/sasl2-bin.postinst: Call db_stop to avoid hangs when starting
saslauthd. (Closes: #459762)
+ * debian/sasl2-bin.config: Don't call db_reset -- if the user has already
+ seen the backup question, we don't ask again. (Closes: #464103)
[ Roberto C. Sanchez ]
* Add Swedish translation (Closes: #460496)
- -- Fabian Fagerholm <fabbe at debian.org> Mon, 18 Feb 2008 12:10:39 +0200
+ -- Fabian Fagerholm <fabbe at debian.org> Mon, 18 Feb 2008 13:00:41 +0200
cyrus-sasl2 (2.1.22.dfsg1-17) unstable; urgency=low
Modified: cyrus-sasl-2.1/trunk/debian/sasl2-bin.config
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/sasl2-bin.config?rev=315&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/sasl2-bin.config (original)
+++ cyrus-sasl-2.1/trunk/debian/sasl2-bin.config Mon Feb 18 11:02:05 2008
@@ -16,7 +16,6 @@
case "$1" in
configure)
- db_reset cyrus-sasl2/backup-sasldb2
ok=''
while [ ! "$ok" ]; do
db_input medium cyrus-sasl2/backup-sasldb2 || true
More information about the Pkg-cyrus-sasl2-commits
mailing list