wok-next diff xrdp/receipt @ rev 18477
easytag, xarchiver: fix warnings during update .desktop system database
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Oct 07 13:34:45 2015 +0300 (2015-10-07) |
parents | 6e45d904579b |
children | 7639f09792cf |
line diff
1.1 --- a/xrdp/receipt Sun Feb 22 19:05:31 2015 +0100 1.2 +++ b/xrdp/receipt Wed Oct 07 13:34:45 2015 +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 }