[debian-edu-commits] debian-edu/pkg-team/ 69/159: do continue to purge old xrdp versions’ sesman.log file

Dominik George natureshadow-guest at moszumanska.debian.org
Tue Feb 23 10:04:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository xrdp.

commit 9bfc4a72e40b75eebc9a2a486c1ec2899647270e
Author: mirabilos <tg at mirbsd.org>
Date:   Wed Aug 26 18:42:30 2015 +0200

    do continue to purge old xrdp versions’ sesman.log file
    
    accidentally(?) lost in commit 7523d8c239046a58ae1c6ab2ddcce4ed6138218b
---
 xrdp.postrm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xrdp.postrm b/xrdp.postrm
index 77ffb77..43965ee 100644
--- a/xrdp.postrm
+++ b/xrdp.postrm
@@ -27,7 +27,7 @@ remove)
 
 purge)
 	rm -rf /etc/xrdp /var/run/xrdp
-	rm -f /var/log/xrdp.log /var/log/xrdp-sesman.log
+	rm -f /var/log/sesman.log /var/log/xrdp.log /var/log/xrdp-sesman.log
 
 	(deluser --system --quiet xrdp || :)
 	(delgroup --system --quiet xrdp || :)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/xrdp.git



More information about the debian-edu-commits mailing list