[debian-edu-commits] debian-edu/pkg-team/ 44/159: logfiles

Dominik George natureshadow-guest at moszumanska.debian.org
Tue Feb 23 10:04:23 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 859f9b8fc2ea1f97b591610b8e6a7b739e5cf480
Author: mirabilos <tg at mirbsd.org>
Date:   Thu Aug 6 20:26:50 2015 +0200

    logfiles
---
 changelog   | 3 ++-
 xrdp.postrm | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/changelog b/changelog
index 27b9860..36d2ea2 100644
--- a/changelog
+++ b/changelog
@@ -2,8 +2,9 @@ xrdp (0.9.0~git20150803-1~alpha2) teckids; urgency=medium
 
   * Merge some patches from the Debian package
   * Use an xrdp user; tear it down on purge like old Debian package does
+  * Tear down logfiles on postrm, like Debian
 
- -- Thorsten Glaser <thorsten.glaser at teckids.org>  Thu, 06 Aug 2015 20:25:20 +0200
+ -- Thorsten Glaser <thorsten.glaser at teckids.org>  Thu, 06 Aug 2015 20:26:37 +0200
 
 xrdp (0.9.0~git20150803-1~alpha1) teckids; urgency=medium
 
diff --git a/xrdp.postrm b/xrdp.postrm
index 179fe27..dd28c17 100644
--- a/xrdp.postrm
+++ b/xrdp.postrm
@@ -26,8 +26,8 @@ remove)
 	;;
 
 purge)
-	rm -f /etc/xrdp/rsakeys.ini
-	rmdir --ignore-fail-on-non-empty /etc/xrdp
+	rm -rf /etc/xrdp /var/run/xrdp
+	rm -f /var/log/sesman.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