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:   26-Jul-2005 08:46:02
  Branch: HEAD                             Handle: 2005072607455900

  Modified files:
    openpkg-src/samba       samba.spec

  Log:
    explicitly disable options as samba has some unusual defaults

  Summary:
    Revision    Changes     Path
    1.88        +7  -1      openpkg-src/samba/samba.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/samba/samba.spec
  ============================================================================
  $ cvs diff -u -r1.87 -r1.88 samba.spec
  --- openpkg-src/samba/samba.spec      16 Apr 2005 09:21:17 -0000      1.87
  +++ openpkg-src/samba/samba.spec      26 Jul 2005 06:45:59 -0000      1.88
  @@ -33,7 +33,7 @@
   Group:        Filesystem
   License:      GPL
   Version:      3.0.14a
  -Release:      20050416
  +Release:      20050726
   
   #   package options
   %option       with_pam  no
  @@ -125,12 +125,18 @@
           --with-winbind \
   %if "%{with_acl}" == "yes"
           --with-acl-support \
  +%else
  +        --without-acl-support \
   %endif
   %if "%{with_pam}" == "yes"
           --with-pam \
  +%else
  +        --without-pam \
   %endif
   %if "%{with_ldap}" == "yes"
           --with-ldap \
  +%else
  +        --without-ldap \
   %endif
           --with-vfs \
           $options
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to