wok diff x11vnc/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 4f1b00a89af1
children 07b9976e5b71
line diff
     1.1 --- a/x11vnc/receipt	Mon Mar 30 12:09:11 2015 +0200
     1.2 +++ b/x11vnc/receipt	Thu Aug 09 12:16:16 2018 +0200
     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