mgorny      14/10/23 10:23:41

  Modified:             xrdp-initd
  Log:
  Fix install paths in init.d. Set proper --localstatedir. Both reported by Jan 
Psota.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key EFB4464E!)

Revision  Changes    Path
1.4                  net-misc/xrdp/files/xrdp-initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/xrdp/files/xrdp-initd?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/xrdp/files/xrdp-initd?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/xrdp/files/xrdp-initd?r1=1.3&r2=1.4

Index: xrdp-initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/xrdp/files/xrdp-initd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xrdp-initd  23 Oct 2014 08:19:10 -0000      1.3
+++ xrdp-initd  23 Oct 2014 10:23:41 -0000      1.4
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/xrdp/files/xrdp-initd,v 1.3 
2014/10/23 08:19:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/xrdp/files/xrdp-initd,v 1.4 
2014/10/23 10:23:41 mgorny Exp $
 
 depend() {
        use net logger
@@ -9,11 +9,11 @@
 
 start() {
        ebegin "Starting X remote desktop daemon"
-       start-stop-daemon --start --pidfile /var/run/xrdp.pid --exec 
/usr/bin/xrdp > /dev/null
+       start-stop-daemon --start --pidfile /var/run/xrdp.pid --exec 
/usr/sbin/xrdp > /dev/null
        eend $? || return $?
 
        ebegin "Starting remote desktop session manager"
-       start-stop-daemon --start --pidfile /var/run/xrdp-sesman.pid --exec 
/usr/bin/xrdp-sesman > /dev/null
+       start-stop-daemon --start --pidfile /var/run/xrdp-sesman.pid --exec 
/usr/sbin/xrdp-sesman > /dev/null
        eend $?
 }
 




Reply via email to