[debian-edu-commits] debian-edu/pkg-team/ 61/159: Fix log file name in postrm

Dominik George natureshadow-guest at moszumanska.debian.org
Tue Feb 23 10:04:25 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 aeda078dfe499f6bfbc6e8ea686546e51dff344f
Author: Dominik George <nik at naturalnet.de>
Date:   Fri Aug 7 12:05:45 2015 +0200

    Fix log file name in postrm
---
 xrdp.postrm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xrdp.postrm b/xrdp.postrm
index 59d1780..6833a84 100644
--- a/xrdp.postrm
+++ b/xrdp.postrm
@@ -27,7 +27,7 @@ remove)
 
 purge)
 	rm -rf /etc/xrdp /var/run/xrdp
-	rm -f /var/log/sesman.log /var/log/xrdp-sesman.log
+	rm -f /var/log/xrdp.log /var/log/xrdp-sesman.log
 	;;
 
 upgrade|disappear|failed-upgrade|abort-install|abort-upgrade)

-- 
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