[Git][debian-proftpd-team/proftpd][master] Add fix for #1119295.
Hilmar Preuße (@hilmar)
gitlab at salsa.debian.org
Thu Nov 6 22:43:00 GMT 2025
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
3bfbd157 by Hilmar Preuße at 2025-11-06T23:42:50+01:00
Add fix for #1119295.
- - - - -
2 changed files:
- debian/changelog
- debian/proftpd-core.postrm
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+proftpd-dfsg (1.3.9~dfsg-4) UNRELEASED; urgency=medium
+
+ * Do not remove non-empty /srv/ftp (Closes: #1119295).
+
+ -- Hilmar Preuße <hille42 at debian.org> Thu, 06 Nov 2025 23:39:48 +0100
+
proftpd-dfsg (1.3.9~dfsg-3) unstable; urgency=medium
* Set SHELL & CONFIG_SHELL in d/rules to make build reproducible.
=====================================
debian/proftpd-core.postrm
=====================================
@@ -27,8 +27,9 @@ then
fi
rm -rf /etc/proftpd
rm -rf /var/log/proftpd
- rm -rf /srv/ftp
rm -f /etc/logrotate.d/proftpd-core
+ rm -f /srv/ftp/welcome.msg
+ rmdir --ignore-fail-on-non-empty /srv/ftp
userdel --remove --force proftpd || true
userdel ftp || true
fi
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/3bfbd15765f0798ad77cf2f921dfdec5994421bb
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/3bfbd15765f0798ad77cf2f921dfdec5994421bb
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list