From: ccsmart Date: Wed, 6 Jul 2005 18:01:33 +0000 (+0000) Subject: Adding local HW clock and default security. X-Git-Tag: Release-2010-05/1~9453^2~4183^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c8ed5e61498f7c5537c345d92e5b2da9fd6af3d;p=openembedded.git Adding local HW clock and default security. --- diff --git a/packages/ntp/files/ntp.conf b/packages/ntp/files/ntp.conf index 4cb3ae176e..02a44b0d01 100644 --- a/packages/ntp/files/ntp.conf +++ b/packages/ntp/files/ntp.conf @@ -6,3 +6,8 @@ driftfile /etc/ntp.drift # (in IP terms) to the machine. Add other servers # as required, or change this. server pool.ntp.org +# Using local hardware clock as fallback +server 127.127.1.0 +fudge 127.127.1.0 stratum 14 +# Defining a default security setting +restrict default nomodify nopeer