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:   13-Dec-2002 19:21:00
  Branch: HEAD                             Handle: 2002121318205900

  Modified files:
    openpkg-src/samhain     samhain.spec

  Log:
    initialize only on initial installation, of course

  Summary:
    Revision    Changes     Path
    1.28        +3  -1      openpkg-src/samhain/samhain.spec
  ____________________________________________________________________________

  Index: openpkg-src/samhain/samhain.spec
  ============================================================
  $ cvs diff -u -r1.27 -r1.28 samhain.spec
  --- openpkg-src/samhain/samhain.spec  13 Dec 2002 18:18:47 -0000      1.27
  +++ openpkg-src/samhain/samhain.spec  13 Dec 2002 18:20:59 -0000      1.28
  @@ -113,5 +113,7 @@
       rm -rf $RPM_BUILD_ROOT
   
   %post
  -    $RPM_INSTALL_PREFIX/sbin/samhain -t init
  +    if [ $1 -eq 1 ]; then
  +        $RPM_INSTALL_PREFIX/sbin/samhain -t init
  +    fi
   
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to