[pkg-remote-commits] [xrdp] 02/10: Source /etc/profile in startwm.
Dominik George
natureshadow-guest at moszumanska.debian.org
Fri Dec 15 10:50:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository xrdp.
commit c7c18e4d60afb14ffba68b4565c7ef4295b4e7bb
Author: Dominik George <nik at naturalnet.de>
Date: Fri Dec 15 11:31:55 2017 +0100
Source /etc/profile in startwm.
---
debian/changelog | 4 +++-
debian/startwm.sh | 4 ++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 17a3e7c..44ea939 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
xrdp (0.9.4-3) unstable; urgency=high
* Fix (possibly exploitable) high CPU load in ssl_tls_accept.
+ * Source /etc/profile in startwm. (Closes: #882246)
+ + Thanks to Wolfgang Schweer!
- -- Dominik George <nik at naturalnet.de> Fri, 15 Dec 2017 11:24:55 +0100
+ -- Dominik George <nik at naturalnet.de> Fri, 15 Dec 2017 11:31:14 +0100
xrdp (0.9.4-2) unstable; urgency=high
diff --git a/debian/startwm.sh b/debian/startwm.sh
index 83476fc..9341fae 100755
--- a/debian/startwm.sh
+++ b/debian/startwm.sh
@@ -2,6 +2,10 @@
# xrdp X session start script (c) 2015 mirabilos
# published under The MirOS Licence
+if test -r /etc/profile; then
+ . /etc/profile
+fi
+
if test -r /etc/default/locale; then
. /etc/default/locale
test -z "${LANG+x}" || export LANG
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/xrdp.git
More information about the pkg-remote-commits
mailing list