[Git][debian-proftpd-team/proftpd][master] 2 commits: Fixed postrm to remove the right script on purge
Francesco Paolo Lovergine
frankie at debian.org
Sun Jan 3 19:11:34 GMT 2021
Francesco Paolo Lovergine pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
c24542b1 by Francesco Paolo Lovergine at 2021-01-03T20:11:00+01:00
Fixed postrm to remove the right script on purge
- - - - -
a5656f39 by Francesco Paolo Lovergine at 2021-01-03T20:11:13+01:00
Merge branch 'master' of ssh://salsa.debian.org/debian-proftpd-team/proftpd
- - - - -
1 changed file:
- debian/proftpd-core.postrm
Changes:
=====================================
debian/proftpd-core.postrm
=====================================
@@ -15,7 +15,7 @@ then
rm -rf /etc/proftpd
rm -rf /var/log/proftpd
rm -rf /srv/ftp
- rm -f /etc/logrotate.d/proftpd-basic
+ rm -f /etc/logrotate.d/proftpd-core
userdel --remove --force proftpd || true
userdel ftp || true
fi
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/d1db2e87543f878e2a2672f910b61a28ad6abd90...a5656f399d517085d66be3bb3faaa9ed10a70577
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/d1db2e87543f878e2a2672f910b61a28ad6abd90...a5656f399d517085d66be3bb3faaa9ed10a70577
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list