[Git][debian-proftpd-team/proftpd][trixie] Fix for #1119295 on trixie.

Hilmar Preuße (@hilmar) gitlab at salsa.debian.org
Sun Nov 9 13:59:07 GMT 2025



Hilmar Preuße pushed to branch trixie at Debian ProFTPD Team / proftpd


Commits:
756dd757 by Hilmar Preuße at 2025-11-09T14:57:59+01:00
Fix for #1119295 on trixie.

- - - - -


2 changed files:

- debian/changelog
- debian/proftpd-core.postrm


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+proftpd-dfsg (1.3.8.c+dfsg-4+deb13u1) trixie; urgency=medium
+
+  [ Evgeni Golov <evgeni at debian.org> ]
+  * Do not remove non-empty /srv/ftp upon purge (Closes: #1119295).
+
+ -- Hilmar Preuße <hille42 at debian.org>  Sun, 09 Nov 2025 14:49:42 +0100
+
 proftpd-dfsg (1.3.8.c+dfsg-4) unstable; urgency=medium
 
   * Add code to proftp postinst to force mod_ls.c & mod_xfer.c into


=====================================
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/756dd7575ecc3c7765788af6a23e3803e45297c1

-- 
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/756dd7575ecc3c7765788af6a23e3803e45297c1
You're receiving this email because of your account on salsa.debian.org.




More information about the Pkg-proftpd-maintainers mailing list