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:   11-Dec-2003 18:34:25
  Branch: HEAD                             Handle: 2003121117342500

  Modified files:
    openpkg-src/ripe-dbase  rc.ripe-dbase

  Log:
    minimize startup and remove reload because it depends on the daemon
    accepting a HUP signal

  Summary:
    Revision    Changes     Path
    1.3         +1  -9      openpkg-src/ripe-dbase/rc.ripe-dbase
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ripe-dbase/rc.ripe-dbase
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 rc.ripe-dbase
  --- openpkg-src/ripe-dbase/rc.ripe-dbase      11 Dec 2003 16:25:24 -0000      1.2
  +++ openpkg-src/ripe-dbase/rc.ripe-dbase      11 Dec 2003 17:34:25 -0000      1.3
  @@ -31,10 +31,7 @@
   %start -u @l_susr@
       rcService ripe_dbase enable yes || exit 0
       rcService ripe_dbase active yes && exit 0
  -    @l_prefix@/bin/whoisd_start \
  -        --config=${ripe_dbase_cfgfile} --pid-file=${ripe_dbase_pidfile} \
  -        --basedir=${ripe_dbase_basedir} --crashes=${ripe_dbase_crashes} \
  -        --notify=${ripe_dbase_notify} --library_path=${ripe_dbase_librarypath} &
  +    nohup @l_prefix@/bin/whois_rip -p ${ripe_dbase_pidfile} -c ${ripe_dbase_cfgfile}
   
   %stop -u @l_susr@
       rcService ripe_dbase enable yes || exit 0
  @@ -46,11 +43,6 @@
       rcService ripe_dbase enable yes || exit 0
       rcService ripe_dbase active no  && exit 0
       rc ripe-dbase stop start
  -
  -%reload -u @l_susr@
  -    rcService ripe_dbase enable yes || exit 0
  -    rcService ripe_dbase active no  && exit 0
  -    ripe_dbase_signal HUP
   
   %daily -u @l_susr@
       rcService ripe_dbase enable yes || exit 0
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to