OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Jul-2008 13:56:55
Branch: HEAD Handle: 2008071912565500
Modified files:
openpkg-src/ntp ntp.conf ntp.spec
Log:
'restrict default ignore' causes ntpd(8) do not even update its local
time, so use no restrictions by default for now
Summary:
Revision Changes Path
1.5 +2 -2 openpkg-src/ntp/ntp.conf
1.95 +1 -1 openpkg-src/ntp/ntp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ntp/ntp.conf
============================================================================
$ cvs diff -u -r1.4 -r1.5 ntp.conf
--- openpkg-src/ntp/ntp.conf 23 Jul 2007 09:48:00 -0000 1.4
+++ openpkg-src/ntp/ntp.conf 19 Jul 2008 11:56:55 -0000 1.5
@@ -15,6 +15,6 @@
server pool.ntp.org iburst
server pool.ntp.org iburst
-# local operation only
-restrict default ignore
+# restrictions
+restrict default
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ntp/ntp.spec
============================================================================
$ cvs diff -u -r1.94 -r1.95 ntp.spec
--- openpkg-src/ntp/ntp.spec 1 Jan 2008 15:00:25 -0000 1.94
+++ openpkg-src/ntp/ntp.spec 19 Jul 2008 11:56:55 -0000 1.95
@@ -37,7 +37,7 @@
Group: Network
License: BSD-style
Version: %{V_major}.%{V_minor}.%{V_micro}
-Release: 20080101
+Release: 20080719
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]