OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 07-Jun-2009 18:51:49 Branch: HEAD Handle: 2009060717514800 Modified files: openpkg-src/ntp ntp.conf ntp.spec Log: follow the use case at pool.ntp.org and the new FreeBSD /etc/ntp.conf Summary: Revision Changes Path 1.7 +3 -4 openpkg-src/ntp/ntp.conf 1.101 +1 -1 openpkg-src/ntp/ntp.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/ntp/ntp.conf ============================================================================ $ cvs diff -u -r1.6 -r1.7 ntp.conf --- openpkg-src/ntp/ntp.conf 19 Jul 2008 12:20:45 -0000 1.6 +++ openpkg-src/ntp/ntp.conf 7 Jun 2009 16:51:48 -0000 1.7 @@ -10,10 +10,9 @@ # list of NTP peers # (see http://www.pool.ntp.org/) -server pool.ntp.org iburst -server pool.ntp.org iburst -server pool.ntp.org iburst -server pool.ntp.org iburst +server 0.pool.ntp.org iburst +server 1.pool.ntp.org iburst +server 2.pool.ntp.org iburst # restrictions restrict default limited noquery nomodify notrap nopeer @@ . patch -p0 <<'@@ .' Index: openpkg-src/ntp/ntp.spec ============================================================================ $ cvs diff -u -r1.100 -r1.101 ntp.spec --- openpkg-src/ntp/ntp.spec 19 May 2009 17:22:37 -0000 1.100 +++ openpkg-src/ntp/ntp.spec 7 Jun 2009 16:51:48 -0000 1.101 @@ -37,7 +37,7 @@ Group: Network License: BSD-style Version: %{V_major}.%{V_minor}.%{V_micro} -Release: 20090519 +Release: 20090607 # package options %option with_fsl yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org