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

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   18-Jul-2003 07:30:10
  Branch: HEAD                             Handle: 2003071806300801

  Modified files:
    openpkg-src/bind        bind.spec rc.bind
    openpkg-web             news.txt

  Log:
    %status, fix up rc priorities

  Summary:
    Revision    Changes     Path
    1.63        +1  -1      openpkg-src/bind/bind.spec
    1.14        +12 -3      openpkg-src/bind/rc.bind
    1.5626      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/bind/bind.spec
  ============================================================================
  $ cvs diff -u -r1.62 -r1.63 bind.spec
  --- openpkg-src/bind/bind.spec        17 Jul 2003 21:56:32 -0000      1.62
  +++ openpkg-src/bind/bind.spec        18 Jul 2003 05:30:09 -0000      1.63
  @@ -37,7 +37,7 @@
   Group:        DNS
   License:      ISC
   Version:      %{V_bind}
  -Release:      20030717
  +Release:      20030718
   
   #   package options
   %option       with_dlz_mysql      no
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/bind/rc.bind
  ============================================================================
  $ cvs diff -u -r1.13 -r1.14 rc.bind
  --- openpkg-src/bind/rc.bind  17 Jul 2003 21:34:32 -0000      1.13
  +++ openpkg-src/bind/rc.bind  18 Jul 2003 05:30:09 -0000      1.14
  @@ -10,21 +10,30 @@
       bind_log_minsize="512K"
       bind_log_complevel="9"
   
  +%status -p 100 -u @l_susr@ -o
  +    bind_usable="no"
  +    bind_active="no"
  +    @l_prefix@/sbin/named-checkconf >/dev/null && bind_usable="yes"
  +    @l_prefix@/sbin/rndc status >/dev/null 2>&1 && bind_active="yes"
  +    echo "bind_enable=\"$bind_enable\""
  +    echo "bind_usable=\"$bind_usable\""
  +    echo "bind_active=\"$bind_active\""
  +
   %start -p 100 -u @l_susr@
       opService bind enable yes || exit 0
       @l_prefix@/sbin/named ${bind_flags}
   
  -%stop -p 200 -u @l_susr@
  +%stop -p 100 -u @l_susr@
       opService bind enable yes || exit 0
       @l_prefix@/sbin/rndc stop
   
  -%restart -u @l_susr@
  +%restart -p 100 -u @l_susr@
       opService bind enable yes || exit 0
       @l_prefix@/sbin/rndc stop
       sleep 1
       @l_prefix@/sbin/named ${bind_flags}
   
  -%reload -u @l_susr@
  +%reload -p 100 -u @l_susr@
       opService bind enable yes || exit 0
       @l_prefix@/sbin/rndc reload
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5625 -r1.5626 news.txt
  --- openpkg-web/news.txt      17 Jul 2003 22:25:07 -0000      1.5625
  +++ openpkg-web/news.txt      18 Jul 2003 05:30:08 -0000      1.5626
  @@ -1,3 +1,4 @@
  +18-Jul-2003: Upgraded package: P<bind-9.2.2-20030718>
   18-Jul-2003: Upgraded package: P<wine-20030709-20030718>
   18-Jul-2003: Upgraded package: P<cvs-1.12.1-20030718>
   18-Jul-2003: Upgraded package: P<postfix-2.0.13-20030718>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to