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:   29-Apr-2006 09:24:39
  Branch: HEAD                             Handle: 2006042908243900

  Modified files:
    openpkg-src/sudo        sudo.spec

  Log:
    minimum LDAP support

  Summary:
    Revision    Changes     Path
    1.88        +10 -1      openpkg-src/sudo/sudo.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sudo/sudo.spec
  ============================================================================
  $ cvs diff -u -r1.87 -r1.88 sudo.spec
  --- openpkg-src/sudo/sudo.spec        1 Jan 2006 13:22:51 -0000       1.87
  +++ openpkg-src/sudo/sudo.spec        29 Apr 2006 07:24:39 -0000      1.88
  @@ -33,13 +33,14 @@
   Group:        System
   License:      BSD
   Version:      1.6.8p12
  -Release:      20051109
  +Release:      20060429
   
   #   package options
   %option       with_fsl    yes
   %option       with_pam    no
   %option       with_skey   no
   %option       with_opie   no
  +%option       with_ldap   no
   
   #   list of sources
   Source0:      ftp://ftp.courtesan.com/pub/sudo/sudo-%{version}.tar.gz
  @@ -67,6 +68,10 @@
   BuildPreReq:  opie
   PreReq:       opie
   %endif
  +%if "%{with_ldap}" == "yes"
  +BuildPreReq:  openldap
  +PreReq:       openldap
  +%endif
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -138,6 +143,10 @@
   %if "%{with_opie}" == "yes"
           --with-opie=%{l_prefix} \
   %endif
  +%if "%{with_ldap}" == "yes"
  +        --with-ldap=%{l_prefix} \
  +        --with-ldap-conf-file=%{l_prefix}/etc/sudo/ldap.conf \
  +%endif
           --enable-shell-sets-home \
           --disable-root-sudo \
           --with-env-editor \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to