[debian-edu-commits] debian-edu/pkg-team/ 141/159: fix typo
Dominik George
natureshadow-guest at moszumanska.debian.org
Tue Feb 23 10:04:34 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 db94a7c8248999919e2d77c1c4f471301c68e9e4
Author: mirabilos <t.glaser at tarent.de>
Date: Wed Sep 2 15:13:20 2015 +0200
fix typo
---
changelog | 3 ++-
xrdp.init | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/changelog b/changelog
index 0c454b2..4ecc057 100644
--- a/changelog
+++ b/changelog
@@ -1,8 +1,9 @@
xrdp (0.9.0~git20150902-1~beta1) teckids; urgency=medium
* New upstream snapshot, DFSG-free AFAICT TTBOMK
+ * Correct missing $ in sysvinit script
- -- Thorsten Glaser <thorsten.glaser at teckids.org> Wed, 02 Sep 2015 15:11:51 +0200
+ -- Thorsten Glaser <thorsten.glaser at teckids.org> Wed, 02 Sep 2015 15:12:39 +0200
xrdp (0.9.0~git20150901+dfsg-1~beta1) teckids; urgency=medium
diff --git a/xrdp.init b/xrdp.init
index 6c57c2d..60c7fe2 100644
--- a/xrdp.init
+++ b/xrdp.init
@@ -47,7 +47,7 @@ rv=0
case $1 in
(start)
test x"$VERBOSE" = x"no" || log_daemon_msg "Starting $DESC"
- test x"SESMAN_START" = x"yes" && \
+ test x"$SESMAN_START" = x"yes" && \
if start-stop-daemon --start --quiet \
--pidfile /var/run/xrdp/xrdp-sesman.pid \
--startas /usr/sbin/xrdp-sesman --name xrdp-sesman \
@@ -114,7 +114,7 @@ case $1 in
test x"$VERBOSE" = x"no" || log_end_msg $rv
;;
(status)
- if test x"SESMAN_START" = x"yes"; then
+ if test x"$SESMAN_START" = x"yes"; then
status_of_proc -p /var/run/xrdp/xrdp-sesman.pid \
/usr/sbin/xrdp-sesman xrdp-sesman
rc=$?
@@ -127,7 +127,7 @@ case $1 in
;;
(force-reload|restart)
test x"$VERBOSE" = x"no" || log_daemon_msg "Restarting $DESC"
- if test x"SESMAN_START" = x"yes"; then
+ if test x"$SESMAN_START" = x"yes"; then
test x"$VERBOSE" = x"no" || log_progress_msg "xrdp-sesman"
start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 \
--pidfile /var/run/xrdp/xrdp-sesman.pid \
--
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