[SVN] r319 - in /branches/sarge/cyrus-imapd-2.2.12/debian:
TODO.Debian changelog cyrus-common-2.2.postinst
debian at incase.de
debian at incase.de
Fri Mar 24 19:06:00 UTC 2006
Author: sven
Date: Fri Mar 24 20:06:00 2006
New Revision: 319
URL: https://mail.incase.de/viewcvs?rev=319&root=cyrus22&view=rev
Log:
Bring sarge branch up to revision 318 of /trunk
Modified:
branches/sarge/cyrus-imapd-2.2.12/debian/TODO.Debian
branches/sarge/cyrus-imapd-2.2.12/debian/changelog
branches/sarge/cyrus-imapd-2.2.12/debian/cyrus-common-2.2.postinst
Modified: branches/sarge/cyrus-imapd-2.2.12/debian/TODO.Debian
URL: https://mail.incase.de/viewcvs/branches/sarge/cyrus-imapd-2.2.12/debian/TODO.Debian?rev=319&root=cyrus22&r1=318&r2=319&view=diff
==============================================================================
--- branches/sarge/cyrus-imapd-2.2.12/debian/TODO.Debian (original)
+++ branches/sarge/cyrus-imapd-2.2.12/debian/TODO.Debian Fri Mar 24 20:06:00 2006
@@ -2,6 +2,13 @@
---------
$Id$
+
+CONFIRMED TODO FOR 2.2:
+o Cyrus 2.1 has alarm() lock breaking on lib/lock_fcntl(). This has
+ not been ported to 2.2 yet. And it should not be ported until
+ #358742 is fixed. Note that if the user has to *kill* imapd to
+ unstick the lock, the issue is not in the alarm() code.
+
EXTRA HIGH
o master leaks memory when a service path is not null
Modified: branches/sarge/cyrus-imapd-2.2.12/debian/changelog
URL: https://mail.incase.de/viewcvs/branches/sarge/cyrus-imapd-2.2.12/debian/changelog?rev=319&root=cyrus22&r1=318&r2=319&view=diff
==============================================================================
--- branches/sarge/cyrus-imapd-2.2.12/debian/changelog (original)
+++ branches/sarge/cyrus-imapd-2.2.12/debian/changelog Fri Mar 24 20:06:00 2006
@@ -9,9 +9,10 @@
[ Sven Mueller ]
* Add example entries for squatter to cyrus.conf (closes: #355303)
- * Fix URLs in README.sendmail (closes: #355771)
-
- -- Sven Mueller <debian at incase.de> Tue, 7 Mar 2006 21:01:12 +0100
+ * Fix URLs in README.sendmail (closes: #355771)
+ * Remove STDERR redirection from cyrus-common-2.2 postinst call to adduser
+
+ -- Sven Mueller <debian at incase.de> Fri, 24 Mar 2006 20:01:58 +0100
cyrus-imapd-2.2 (2.2.12-4) unstable; urgency=low
Modified: branches/sarge/cyrus-imapd-2.2.12/debian/cyrus-common-2.2.postinst
URL: https://mail.incase.de/viewcvs/branches/sarge/cyrus-imapd-2.2.12/debian/cyrus-common-2.2.postinst?rev=319&root=cyrus22&r1=318&r2=319&view=diff
==============================================================================
--- branches/sarge/cyrus-imapd-2.2.12/debian/cyrus-common-2.2.postinst (original)
+++ branches/sarge/cyrus-imapd-2.2.12/debian/cyrus-common-2.2.postinst Fri Mar 24 20:06:00 2006
@@ -52,9 +52,9 @@
configure)
# Add the cyrus user (requires adduser >= 3.34)
echo "Creating/updating cyrus user account..."
- adduser --system --ingroup mail --home /var/spool/cyrus \
+ adduser --quiet --system --ingroup mail --home /var/spool/cyrus \
--shell /bin/sh --disabled-password \
- --gecos "Cyrus Mailsystem User" cyrus >/dev/null 2>&1 || {
+ --gecos "Cyrus Mailsystem User" cyrus >/dev/null || {
if getent passwd | grep -s -q -E '^cyrus:'; then
echo "Non-system user cyrus found. I will not overwrite a non-system" >&2
echo "user. Remove the user and reinstall cyrus-common-2.2." >&2
More information about the Pkg-Cyrus-imapd-Debian-devel
mailing list