Your message dated Wed, 07 Mar 2007 11:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#376143: fixed in dovecot 1.0.rc26-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: dovecot
Version: 1.0.rc1-1
Severity: minor
Tags: patch

Hi!

It becomes increasingly popular to store /tmp, /var/run, and /var/lock
on a tmpfs. Unfortunately this breaks packages which expect a
persistent subdirectory there (this is a bit unclear in the LSB
specification).

Would you consider applying the attached patch, so that the directory
is guaranteed to be present? Thank you!

Martin
-- 
Martin Pitt        http://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?
--- dovecot-1.0.rc1/debian/dovecot-common.init
+++ dovecot-1.0.rc1/debian/dovecot-common.init
@@ -15,6 +15,12 @@
 
 set -e
 
+if [ ! -d /var/run/dovecot/login ]; then
+       mkdir -p /var/run/dovecot/login
+       chmod 0750 /var/run/dovecot/login
+       chmod 0700 /var/run/dovecot
+fi
+
 # The init script should do nothing if dovecot is being run from inetd
 for p in `sed -r "s/^ *(([^:]+|\[[^]]+]|\*):)?(pop3s?|imaps?)[ \t].*/\3/;t;d" \
   /etc/inetd.conf`

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: dovecot
Source-Version: 1.0.rc26-1

We believe that the bug you reported is fixed in the latest version of
dovecot, which is due to be installed in the Debian FTP archive:

dovecot-common_1.0.rc26-1_amd64.deb
  to pool/main/d/dovecot/dovecot-common_1.0.rc26-1_amd64.deb
dovecot-imapd_1.0.rc26-1_amd64.deb
  to pool/main/d/dovecot/dovecot-imapd_1.0.rc26-1_amd64.deb
dovecot-pop3d_1.0.rc26-1_amd64.deb
  to pool/main/d/dovecot/dovecot-pop3d_1.0.rc26-1_amd64.deb
dovecot_1.0.rc26-1.diff.gz
  to pool/main/d/dovecot/dovecot_1.0.rc26-1.diff.gz
dovecot_1.0.rc26-1.dsc
  to pool/main/d/dovecot/dovecot_1.0.rc26-1.dsc
dovecot_1.0.rc26.orig.tar.gz
  to pool/main/d/dovecot/dovecot_1.0.rc26.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fabio Tranchitella <[EMAIL PROTECTED]> (supplier of updated dovecot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed,  7 Mar 2007 11:26:56 +0100
Source: dovecot
Binary: dovecot-common dovecot-pop3d dovecot-imapd
Architecture: source amd64
Version: 1.0.rc26-1
Distribution: unstable
Urgency: low
Maintainer: Dovecot Maintainers <[EMAIL PROTECTED]>
Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]>
Description: 
 dovecot-common - secure mail server that supports mbox and maildir mailboxes
 dovecot-imapd - secure IMAP server that supports mbox and maildir mailboxes
 dovecot-pop3d - secure POP3 server that supports mbox and maildir mailboxes
Closes: 376143 413081
Changes: 
 dovecot (1.0.rc26-1) unstable; urgency=low
 .
   * New upstream release.
   * Add support for ucf, thanks to Vincent Danjean for providing a full patch.
     (Closes: #413081)
   * debian/dovecot-common.init: create /var/run directories at start-up time.
     (Closes: #376143)
Files: 
 cd5fc7836048c9282fdfb66c2a351946 997 mail optional dovecot_1.0.rc26-1.dsc
 2f6fb150c60a8f9c0bad12c5fb2b1d15 1515108 mail optional 
dovecot_1.0.rc26.orig.tar.gz
 6bfc311f84698548224b2e625284dd64 96190 mail optional dovecot_1.0.rc26-1.diff.gz
 b8ff681c8f3ff0f7b19ba81f47790c9f 1259210 mail optional 
dovecot-common_1.0.rc26-1_amd64.deb
 f788ba518d0049be7f9e5f5680118652 588988 mail optional 
dovecot-imapd_1.0.rc26-1_amd64.deb
 0ff24424fc250da35103094bf52adb7a 555390 mail optional 
dovecot-pop3d_1.0.rc26-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF7pk/K/juK3+WFWQRAh+BAKCGoontagvOx+j94j7OOEUD0JVFJACfQsRh
82GZQAD+nb6VdVrG6E5WdnY=
=oCBG
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to