wok diff xrdp/receipt @ rev 18714
Up openssl (1.0.1q) and depending pkgs (thanks Erkan)
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Wed Dec 16 21:14:36 2015 +0100 (2015-12-16) |
parents | 6e45d904579b |
children | d3852d2a7903 |
line diff
1.1 --- a/xrdp/receipt Sun Feb 22 19:05:31 2015 +0100 1.2 +++ b/xrdp/receipt Wed Dec 16 21:14:36 2015 +0100 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 }