[proftpd-dfsg] 01/01: fixing /srv/ftp missing remove on purge
Francesco Lovergine
frankie at moszumanska.debian.org
Wed Dec 14 15:20:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
frankie pushed a commit to branch master
in repository proftpd-dfsg.
commit 9dbf3b40750465e3680601ee55df9e49624de072
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date: Wed Dec 14 16:20:17 2016 +0100
fixing /srv/ftp missing remove on purge
---
debian/changelog | 4 ++++
debian/proftpd-basic.postrm | 1 +
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index be6c2b0..4657bd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
proftpd-dfsg (1.3.5b-2) UNRELEASED; urgency=medium
+ [ Hilmar Preuße ]
* Init script (rarely) fails in detecting pid file (Closes: #756637)
* Fix dep of proftpd-dev (libssl-dev -> libssl1.0-dev)
(Closes: #848124)
+ [ Francesco Paolo Lovergine ]
+ * Makes piuparts happy by removing /srv/ftp on purge
+
-- Hilmar Preuße <hille42 at web.de> Tue, 13 Dec 2016 22:43:58 +0100
proftpd-dfsg (1.3.5b-1) unstable; urgency=medium
diff --git a/debian/proftpd-basic.postrm b/debian/proftpd-basic.postrm
index bc54bed..7c55f71 100644
--- a/debian/proftpd-basic.postrm
+++ b/debian/proftpd-basic.postrm
@@ -14,6 +14,7 @@ if [ "$1" = "purge" ]
then
rm -rf /etc/proftpd
rm -rf /var/log/proftpd
+ rm -rf /srv/ftp
rm -f /etc/logrotate.d/proftpd-basic
userdel --remove --force proftpd || true
userdel ftp || true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-proftpd/proftpd-dfsg.git
More information about the Pkg-proftpd-maintainers
mailing list