wok diff x11vnc/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents a1b05b1a9d1d
children 4f1b00a89af1
line diff
     1.1 --- a/x11vnc/receipt	Mon Apr 07 00:13:51 2014 +0200
     1.2 +++ b/x11vnc/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -38,7 +38,7 @@
     1.4  {
     1.5  	grep -q "^X11VNC" $1/etc/daemons.conf || cat >>$1/etc/daemons.conf <<EOT
     1.6  # VNC server options.
     1.7 -X11VNC_OPTIONS="-rfbauth /etc/vnc.secret -loop -tightfilexfer -permitfiletransfer -display :0"
     1.8 +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.9  
    1.10  EOT
    1.11  	[ -f $1/etc/vnc.secret ] ||