wok diff xrdp/receipt @ rev 19889

Up: gimp (2.8.20)
author Alexander Medvedev <devl547@gmail.com>
date Tue Apr 04 19:53:27 2017 +0000 (2017-04-04)
parents 6e45d904579b
children d3852d2a7903
line diff
     1.1 --- a/xrdp/receipt	Sun Feb 22 19:05:31 2015 +0100
     1.2 +++ b/xrdp/receipt	Tue Apr 04 19:53:27 2017 +0000
     1.3 @@ -36,7 +36,7 @@
     1.4  	mv $fs/etc/xrdp/xrdp.sh $fs/etc/init.d/xrdp
     1.5  	sed -i	-e 's|/usr/local|/usr|;s|xrdp\.sh|xrdp|' \
     1.6  		-e 's|--noheading -C||' \
     1.7 -		-e 's/grep -q -i/grep -v grep | &/' \
     1.8 +		-e 's,grep -q -i,grep /usr/sbin | &,' \
     1.9  		$fs/etc/init.d/xrdp
    1.10  	sed -i 's|gnome|lxde-session &|' $fs/etc/xrdp/startwm.sh
    1.11  }