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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   12-May-2006 13:37:57
  Branch: HEAD                             Handle: 2006051212375700

  Modified files:
    openpkg-src/nagios      nagios.spec

  Log:
    fix dependencies to Perl and path to Perl executable

  Summary:
    Revision    Changes     Path
    1.57        +3  -3      openpkg-src/nagios/nagios.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/nagios/nagios.spec
  ============================================================================
  $ cvs diff -u -r1.56 -r1.57 nagios.spec
  --- openpkg-src/nagios/nagios.spec    5 May 2006 07:38:37 -0000       1.56
  +++ openpkg-src/nagios/nagios.spec    12 May 2006 11:37:57 -0000      1.57
  @@ -37,7 +37,7 @@
   Group:        Network
   License:      GPL
   Version:      %{V_nagios}
  -Release:      20060505
  +Release:      20060512
   
   #   package options
   %option       with_perl   yes
  @@ -55,7 +55,7 @@
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc
  -PreReq:       OpenPKG, openpkg >= 20040130, apache, MTA
  +PreReq:       OpenPKG, openpkg >= 20040130, apache, MTA, perl, perl-net
   BuildPreReq:  zlib, jpeg, png, gd
   PreReq:       zlib, jpeg, png, gd
   BuildPreReq:  traceroute, openssl, openssh, coreutils, inetutils, fping, 
nail, snmp
  @@ -137,7 +137,7 @@
             --with-nagios-user=%{l_rusr} \
             --with-nagios-group=%{l_rgrp} \
             --with-openssl=%{l_prefix} \
  -          --with-perl=%{l_prefix} \
  +          --with-perl=%{l_prefix}/bin/perl \
             --with-df-command="%{l_prefix}/bin/gdf" \
             --with-ping-command="%{l_prefix}/bin/gping -n -c %d %s" \
             --with-ssh-command="%{l_prefix}/bin/ssh" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to