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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   29-Jun-2004 19:35:11
  Branch: HEAD                             Handle: -NONE-

  Modified files:
    openpkg-src/bind        bind.spec db.root.sh

  Log:
    certainly it also helps if we really use _our_ dig(1) because this way
    we now exactly what the output format is ;-)

  Summary:
    Revision    Changes     Path
    1.91        +1  -1      openpkg-src/bind/bind.spec
    1.6         +1  -1      openpkg-src/bind/db.root.sh
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/bind/bind.spec
  ============================================================================
  $ cvs diff -u -r1.90 -r1.91 bind.spec
  --- openpkg-src/bind/bind.spec        29 Jun 2004 16:26:26 -0000      1.90
  +++ openpkg-src/bind/bind.spec        29 Jun 2004 17:35:11 -0000      1.91
  @@ -239,7 +239,7 @@
           %{SOURCE rndc.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/bind/
       %{l_shtool} mkdir -f -p -m 755 \
           $RPM_BUILD_ROOT%{l_prefix}/etc/bind/named.db
  -    %{l_shtool} install -c -m 644 \
  +    %{l_shtool} install -c -m 644 %{l_value -s -a} \
           %{SOURCE db.localhost} \
           %{SOURCE db.localhost.ipv4} \
           %{SOURCE db.localhost.ipv6} \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/bind/db.root.sh
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 db.root.sh
  --- openpkg-src/bind/db.root.sh       29 Jun 2004 16:26:26 -0000      1.5
  +++ openpkg-src/bind/db.root.sh       29 Jun 2004 17:35:11 -0000      1.6
  @@ -11,7 +11,7 @@
   
   EOT
   for i in A B C D E F G H I J K L M; do
  -    dig @$i.ROOT-SERVERS.NET . NS >$ROOTFILE.raw && break
  +    @l_prefix@/bin/dig @$i.ROOT-SERVERS.NET . NS >$ROOTFILE.raw && break
   done
   [ -f $ROOTFILE.raw ] || exit 1
   awk <$ROOTFILE.raw '
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to