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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   23-Mar-2004 14:14:41
  Branch: HEAD                             Handle: 2004032313144100

  Added files:
    openpkg-src/ripe-dbase  whois_filt.config
  Modified files:
    openpkg-src/ripe-dbase  rc.ripe-dbase.extobjs ripe-dbase.spec
  Removed files:
    openpkg-src/ripe-dbase  whois_filt.conf

  Log:
    rename whois_filt config file, and extend rc.ripe-dbase.extobjs to
    give info on whois_filt

  Summary:
    Revision    Changes     Path
    1.2         +12 -2      openpkg-src/ripe-dbase/rc.ripe-dbase.extobjs
    1.29        +2  -2      openpkg-src/ripe-dbase/ripe-dbase.spec
    1.2         +0  -47     openpkg-src/ripe-dbase/whois_filt.conf
    1.1         +47 -0      openpkg-src/ripe-dbase/whois_filt.config
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ripe-dbase/rc.ripe-dbase.extobjs
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 rc.ripe-dbase.extobjs
  --- openpkg-src/ripe-dbase/rc.ripe-dbase.extobjs      22 Mar 2004 17:46:31 -0000     
 1.1
  +++ openpkg-src/ripe-dbase/rc.ripe-dbase.extobjs      23 Mar 2004 13:14:41 -0000     
 1.2
  @@ -13,21 +13,31 @@
       ripe_dbase_log_complevel="9"
   
   %common
  -    ripe_dbase_pidrip="@l_prefix@/var/ripe-dbase/whois_rip.pid"
  -    ripe_dbase_pidfilt="@l_prefix@/var/ripe-dbase/whois_filt.pid"
  +    ripe_dbase_pidfile="@l_prefix@/var/ripe-dbase/whois_rip.pid"
  +    ripe_filter_pidfile="@l_prefix@/var/ripe-dbase/whois_filt.pid"
       ripe_dbase_cfgfile="@l_prefix@/etc/ripe-dbase/rip.config.sample"
       ripe_dbase_signal () {
           [ -f $ripe_dbase_pidfile ] && kill -$1 `cat $ripe_dbase_pidfile`
       }
  +    ripe_filter_signal () {
  +        [ -f $ripe_filter_pidfile ] && kill -$1 `cat $ripe_filter_pidfile`
  +    }
   
   %status -u @l_susr@ -o
       ripe_dbase_usable="unknown"
       ripe_dbase_active="no"
  +    ripe_filter_usable="unknown"
  +    ripe_filter_active="no"
       rcService ripe-dbase enable yes && \
           ripe_dbase_signal 0 && ripe_dbase_active="yes"
  +    rcService ripe-filter enable yes && \
  +        ripe_filter_signal 0 && ripe_filter_active="yes"
       echo "ripe_dbase_enable=\"$ripe_dbase_enable\""
       echo "ripe_dbase_usable=\"$ripe_dbase_usable\""
       echo "ripe_dbase_active=\"$ripe_dbase_active\""
  +    echo "ripe_filter_enable=\"$ripe_filter_enable\""
  +    echo "ripe_filter_usable=\"$ripe_filter_usable\""
  +    echo "ripe_filter_active=\"$ripe_filter_active\""
   
   %start -u @l_susr@
       #   main server
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ripe-dbase/ripe-dbase.spec
  ============================================================================
  $ cvs diff -u -r1.28 -r1.29 ripe-dbase.spec
  --- openpkg-src/ripe-dbase/ripe-dbase.spec    23 Mar 2004 11:28:45 -0000      1.28
  +++ openpkg-src/ripe-dbase/ripe-dbase.spec    23 Mar 2004 13:14:41 -0000      1.29
  @@ -46,7 +46,7 @@
   Source3:      rc.ripe-dbase
   Source4:      rc.ripe-dbase.extobjs
   Source5:      whois_filt.pl
  -Source6:      whois_filt.conf
  +Source6:      whois_filt.config
   Patch0:       ripe-dbase.patch
   Patch1:       ripe-dbase.patch.extobjs
   
  @@ -155,7 +155,7 @@
           %{SOURCE whois_filt.pl} \
           $RPM_BUILD_ROOT%{l_prefix}/bin/whois_filt
       %{l_shtool} install -c -m 755 %{l_value -s -a} \
  -        %{SOURCE whois_filt.conf} \
  +        %{SOURCE whois_filt.config} \
           $RPM_BUILD_ROOT%{l_prefix}/etc/ripe-dbase/
       %{l_shtool} install -c -m 755 %{l_value -s -a} \
           %{SOURCE rc.ripe-dbase.extobjs} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
  @@ .
  rm -f openpkg-src/ripe-dbase/whois_filt.conf <<'@@ .'
  Index: openpkg-src/ripe-dbase/whois_filt.conf
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ripe-dbase/whois_filt.config
  ============================================================================
  $ cvs diff -u -r0 -r1.1 whois_filt.config
  --- /dev/null 2004-03-23 14:14:41.000000000 +0100
  +++ whois_filt.config 2004-03-23 14:14:41.000000000 +0100
  @@ -0,0 +1,47 @@
  +#
  +# config.dat
  +#
  +# Defines various data needed for registry synchronisation
  +
  +#
  +# List of our private objects and attributes which
  +# will not get exported by the script
  +#
  +<private>
  +reg-id
  +window
  +facility
  +location
  +remedyref
  +ticket
  +reg-id
  +range
  +preference
  +purpose
  +registry
  +usedfor
  +region
  +comment
  +assigned
  +</private>
  +
  +#
  +# List all maintainers with according passwords which we will need here
  +#
  +# This is not case-sensitive
  +<maintainer>
  +LOCAL-DB-MNT XXXXXXXXXXX
  +CW-EUROPE-GSOC XXXXXXXXXXXX
  +IPERGY-NOC XXXXXXXXx
  +</maintainer>
  +
  +#
  +# This is the the list of source and destination sources
  +# of the registries we use. 
  +#
  +# Left side is the local source and right side is the destination
  +# source. The first pair defines the default for the script.
  +<source>
  +EUCW RIPE
  +ARINDB ARINDB
  +</source>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to