Hi,
I uploaded an NMU of your package.
Please see this as help to get the package into a releaseable condition again.
Please find the used diff below.
Cheers,
Andi
diff -u amavisd-new-2.4.2/debian/changelog amavisd-new-2.4.2/debian/changelog
--- amavisd-new-2.4.2/debian/changelog
+++ amavisd-new-2.4.2/debian/changelog
@@ -1,3 +1,10 @@
+amavisd-new (1:2.4.2-6.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix location of amavisd-socket. Closes: #422227
+
+ -- Andreas Barth <[EMAIL PROTECTED]> Tue, 3 Jul 2007 19:36:35 +0000
+
amavisd-new (1:2.4.2-6.1) unstable; urgency=low
* Non-maintainer upload to fix pending l10n issues.
diff -u amavisd-new-2.4.2/helper-progs/amavis-milter.c
amavisd-new-2.4.2/helper-progs/amavis-milter.c
--- amavisd-new-2.4.2/helper-progs/amavis-milter.c
+++ amavisd-new-2.4.2/helper-progs/amavis-milter.c
@@ -705,7 +705,7 @@
sendmail_queueid, strerror(errno));
}
if (r >= 0) {
- amavis_syslog(DBG_DEBUG, "%s: (mlfi_eom) connect", sendmail_queueid);
+ amavis_syslog(DBG_DEBUG, "%s: (mlfi_eom) connect to socket: %s",
sendmail_queueid, saddr.sun_path);
r = connect(sock, (struct sockaddr *) (&saddr), sizeof(saddr));
if (r < 0)
amavis_syslog(DBG_FATAL, "%s: (mlfi_eom) failed to connect(): %s",
diff -u amavisd-new-2.4.2/debian/rules amavisd-new-2.4.2/debian/rules
--- amavisd-new-2.4.2/debian/rules
+++ amavisd-new-2.4.2/debian/rules
@@ -35,7 +35,7 @@
cd helper-progs && ./configure \
--prefix=/usr \
--with-runtime-dir=/var/lib/amavis \
- --with-sockname=/var/lib/amavis/amavisd.sock \
+ --with-sockname=/var/run/amavis/amavisd.sock \
--with-user=amavis
touch configure-stamp
--
http://home.arcor.de/andreas-barth/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]