wok diff ntp/receipt @ rev 16027

Add to ARM: libnl, wpa_supplicant, wput
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 08 07:29:53 2014 +0100 (2014-03-08)
parents 23c3aed67cd9
children 7d672a2330b8
line diff
     1.1 --- a/ntp/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/ntp/receipt	Sat Mar 08 07:29:53 2014 +0100
     1.3 @@ -30,7 +30,11 @@
     1.4  	cp -a $install/usr/bin $fs/usr
     1.5  	cp stuff/ntp $fs/etc/init.d
     1.6  	cat > $fs/etc/ntp.conf <<EOT
     1.7 +restrict default noquery
     1.8 +restrict 192.168.0.0 mask 255.255.0.0
     1.9 +restrict 127.0.0.1
    1.10  server fr.pool.ntp.org
    1.11 +server de.pool.ntp.org
    1.12  EOT
    1.13  }
    1.14