wok-next diff x11vnc/receipt @ rev 18874
Up node (0.10.41)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 04 16:21:24 2016 +0100 (2016-02-04) |
parents | 4f1b00a89af1 |
children | d919176411a4 |
line diff
1.1 --- a/x11vnc/receipt Mon Mar 30 12:09:11 2015 +0200 1.2 +++ b/x11vnc/receipt Thu Feb 04 16:21:24 2016 +0100 1.3 @@ -36,12 +36,12 @@ 1.4 # Post install/remove commands for Tazpkg. 1.5 post_install() 1.6 { 1.7 - grep -q "^X11VNC" $1/etc/daemons.conf || cat >>$1/etc/daemons.conf <<EOT 1.8 + grep -q "^X11VNC" "$1/etc/daemons.conf" || cat >> "$1/etc/daemons.conf" <<EOT 1.9 # VNC server options. 1.10 X11VNC_OPTIONS="-rfbauth /etc/vnc.secret -auth /var/run/slim.auth -allow 10.,192.168.,127.0.0.1 -forever -loop -tightfilexfer -permitfiletransfer -display :0" 1.11 1.12 EOT 1.13 - [ -f $1/etc/vnc.secret ] || 1.14 - chroot $1/ x11vnc -storepasswd root /etc/vnc.secret 1.15 + [ -f "$1/etc/vnc.secret" ] || 1.16 + chroot "$1/" x11vnc -storepasswd root /etc/vnc.secret 1.17 } 1.18