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:   04-Aug-2007 22:12:31
  Branch: HEAD                             Handle: 2007080421123000

  Modified files:
    openpkg-src/sasl        sasl.spec

  Log:
    try to make sure SASL is able to lookup its application files
    correctly and do not use an extra 'apps' subdir as it doesn't look
    necessary to have an extra subdir here

  Summary:
    Revision    Changes     Path
    1.151       +3  -2      openpkg-src/sasl/sasl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sasl/sasl.spec
  ============================================================================
  $ cvs diff -u -r1.150 -r1.151 sasl.spec
  --- openpkg-src/sasl/sasl.spec        4 Aug 2007 13:17:16 -0000       1.150
  +++ openpkg-src/sasl/sasl.spec        4 Aug 2007 20:12:30 -0000       1.151
  @@ -146,7 +146,7 @@
   
       #   configure path to sasl-server config files
       %{l_shtool} subst \
  -        -e 's;@l_sysconfdir@;%{l_prefix}/etc/sasl/apps;g' \
  +        -e 's;@l_sysconfdir@;%{l_prefix}/etc/sasl;g' \
           lib/server.c
   
       #   determine build flags
  @@ -180,6 +180,7 @@
           --cache-file=./config.cache \
           --prefix=%{l_prefix} \
           --sysconfdir="%{l_prefix}/etc/sasl" \
  +        --configdir="%{l_prefix}/etc/sasl/sasl" \
           --with-plugindir=%{l_prefix}/lib/sasl \
           --with-saslauthd=%{l_prefix}/var/sasl/saslauthd \
           --enable-digest \
  @@ -334,7 +335,7 @@
       %{l_shtool} mkdir -f -p -m 755 \
           $RPM_BUILD_ROOT%{l_prefix}/var/sasl/log \
           $RPM_BUILD_ROOT%{l_prefix}/var/sasl/saslauthd \
  -        $RPM_BUILD_ROOT%{l_prefix}/etc/sasl/apps
  +        $RPM_BUILD_ROOT%{l_prefix}/etc/sasl
   
       #   install run-command script
   %if "%{with_pam}" == "yes"
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to