wok-next diff ntp/receipt @ rev 16012
syslinux/iso2exe: access both local and isofs namespaces
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 04 21:00:29 2014 +0000 (2014-03-04) |
parents | 23c3aed67cd9 |
children | 7d672a2330b8 |
line diff
1.1 --- a/ntp/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/ntp/receipt Tue Mar 04 21:00:29 2014 +0000 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