OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   23-Jul-2007 11:48:01
  Branch: HEAD                             Handle: 2007072310480001

  Modified files:
    openpkg-src/ntp         ntp.conf ntp.spec rc.ntp

  Log:
    ntpdate(8) is deprecated and is going to be retired from the
    distribution

  Summary:
    Revision    Changes     Path
    1.4         +4  -4      openpkg-src/ntp/ntp.conf
    1.90        +1  -1      openpkg-src/ntp/ntp.spec
    1.35        +1  -3      openpkg-src/ntp/rc.ntp
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ntp/ntp.conf
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 ntp.conf
  --- openpkg-src/ntp/ntp.conf  13 Jul 2005 18:12:12 -0000      1.3
  +++ openpkg-src/ntp/ntp.conf  23 Jul 2007 09:48:00 -0000      1.4
  @@ -10,10 +10,10 @@
   
   #   list of NTP peers
   #   (see http://www.pool.ntp.org/)
  -server     pool.ntp.org
  -server     pool.ntp.org
  -server     pool.ntp.org
  -server     pool.ntp.org
  +server     pool.ntp.org iburst
  +server     pool.ntp.org iburst
  +server     pool.ntp.org iburst
  +server     pool.ntp.org iburst
   
   #   local operation only
   restrict default ignore
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ntp/ntp.spec
  ============================================================================
  $ cvs diff -u -r1.89 -r1.90 ntp.spec
  --- openpkg-src/ntp/ntp.spec  20 Jul 2007 20:17:37 -0000      1.89
  +++ openpkg-src/ntp/ntp.spec  23 Jul 2007 09:48:00 -0000      1.90
  @@ -38,7 +38,7 @@
   Group:        Network
   License:      BSD-style
   Version:      %{V_major}.%{V_minor}.%{V_micro}
  -Release:      20070720
  +Release:      20070723
   
   #   package options
   %option       with_fsl     yes
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ntp/rc.ntp
  ============================================================================
  $ cvs diff -u -r1.34 -r1.35 rc.ntp
  --- openpkg-src/ntp/rc.ntp    25 Aug 2006 19:17:48 -0000      1.34
  +++ openpkg-src/ntp/rc.ntp    23 Jul 2007 09:48:01 -0000      1.35
  @@ -19,9 +19,7 @@
       }
       ntp_once () {
           [ ".$1" != . ] && sleep $1
  -        @l_prefix@/bin/ntpdate -u -b \
  -            `grep "^server" @l_prefix@/etc/ntp/ntp.conf |\
  -             awk '{ printf(" %s", $2); }'` || true
  +        @l_prefix@/bin/ntpd -q -g
       }
   
   %status -u @l_susr@ -o
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to