[Git][debian-proftpd-team/proftpd][stretch] Patch for #870624
Hilmar Preuße
gitlab at salsa.debian.org
Mon Feb 24 22:07:26 GMT 2020
Hilmar Preuße pushed to branch stretch at Debian ProFTPD Team / proftpd
Commits:
62d53bc1 by Hilmar Preuße at 2020-02-24T23:07:18+01:00
Patch for #870624
- - - - -
2 changed files:
- debian/changelog
- debian/proftpd-basic.postinst
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,9 @@
proftpd-dfsg (1.3.5b-4+deb9u4) UNRELEASED; urgency=medium
* Add patch from upstream to solve bug4385. (Closes: #949622).
+ * Disable call to /usr/share/debconf/confmodule. Causes hangs during
+ postinst and it is unsure why we have it at all.
+ (Closes: #870624)
-- Hilmar Preusse <hille42 at web.de> Thu, 13 Feb 2020 15:39:08 +0100
=====================================
debian/proftpd-basic.postinst
=====================================
@@ -117,7 +117,7 @@ EOF
DONTSTART=0
-. /usr/share/debconf/confmodule
+#. /usr/share/debconf/confmodule
# update-ined is used if found, else you are on your own
if [ -x /usr/sbin/update-inetd ]; then
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/62d53bc11d7b318bdc2c6ba989cdfe1ce6e11a2d
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/62d53bc11d7b318bdc2c6ba989cdfe1ce6e11a2d
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list