wok diff xrdp/receipt @ rev 20058

Up slitaz-base-files (331), slitaz-boot-scripts (443).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 12 02:02:47 2017 +0300 (2017-09-12)
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 Sep 12 02:02:47 2017 +0300
     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  }