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:   14-Mar-2005 20:55:17
  Branch: OPENPKG_2_3_SOLID                Handle: 2005031419551700

  Modified files:           (Branch: OPENPKG_2_3_SOLID)
    openpkg-src/qpopper     qpopper.spec

  Log:
    MFC: do not hard-code configuration variables which are already set in
    the default configuration because this way the administrator would be
    no longer able to unset them at all

  Summary:
    Revision    Changes     Path
    1.75.2.2    +1  -5      openpkg-src/qpopper/qpopper.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/qpopper/qpopper.spec
  ============================================================================
  $ cvs diff -u -r1.75.2.1 -r1.75.2.2 qpopper.spec
  --- openpkg-src/qpopper/qpopper.spec  21 Feb 2005 17:08:19 -0000      1.75.2.1
  +++ openpkg-src/qpopper/qpopper.spec  14 Mar 2005 19:55:17 -0000      1.75.2.2
  @@ -34,7 +34,7 @@
   Group:        Mail
   License:      GPL
   Version:      4.0.5
  -Release:      2.3.0
  +Release:      2.3.1
   
   #   package options
   %option       with_fsl  yes
  @@ -94,8 +94,6 @@
       ./configure \
           --prefix=%{l_prefix} \
           --sbindir=%{l_prefix}/sbin \
  -        --enable-cache-dir=%{l_prefix}/var/qpopper/cache \
  -        --enable-spool-dir=%{l_prefix}/var/qpopper/spool \
           --enable-apop=%{l_prefix}/etc/qpopper/qpopper.auth \
           --enable-popuid=%{l_rusr} \
           --disable-bulldb \
  @@ -110,8 +108,6 @@
   %else
           --with-log-facility=LOG_MAIL \
   %endif
  -        --enable-auth-file=%{l_prefix}/etc/qpopper/users.allow \
  -        --enable-nonauth-file=%{l_prefix}/etc/qpopper/users.deny \
           --with-openssl=%{l_prefix} \
           --disable-nls
       %{l_shtool} subst \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to