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:   28-Jun-2007 22:12:00
  Branch: HEAD                             Handle: 2007062821115901

  Modified files:
    openpkg-src/apache      apache.base apache.spec

  Log:
    really provide an out-of-the-box working DAV support by establishing
    the necessary lock directory

  Summary:
    Revision    Changes     Path
    1.27        +1  -1      openpkg-src/apache/apache.base
    1.419       +6  -1      openpkg-src/apache/apache.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.base
  ============================================================================
  $ cvs diff -u -r1.26 -r1.27 apache.base
  --- openpkg-src/apache/apache.base    23 Jun 2007 09:33:42 -0000      1.26
  +++ openpkg-src/apache/apache.base    28 Jun 2007 20:11:59 -0000      1.27
  @@ -314,7 +314,7 @@
   
   #   DAV support
   <IfModule dav_module>
  -    DavLockDB           @l_prefix@/var/apache/run/apache.davlock
  +    DavLockDB           @l_prefix@/var/apache/run/apache.dav/lock
       BrowserMatch        "Microsoft Data Access Internet Publishing Provider" 
redirect-carefully
       BrowserMatch        "MS FrontPage"                                       
redirect-carefully
       BrowserMatch        "^WebDrive"                                          
redirect-carefully
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  ============================================================================
  $ cvs diff -u -r1.418 -r1.419 apache.spec
  --- openpkg-src/apache/apache.spec    28 Jun 2007 18:49:58 -0000      1.418
  +++ openpkg-src/apache/apache.spec    28 Jun 2007 20:12:00 -0000      1.419
  @@ -289,6 +289,10 @@
         rm -rf style/latex
       ) || exit $?
   
  +    #   create additional directories
  +    %{l_shtool} mkdir -f -p -m 755 \
  +        $RPM_BUILD_ROOT%{l_prefix}/var/apache/run/apache.dav
  +
       #   determine installation files
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
           %{l_files_std} \
  @@ -296,7 +300,8 @@
           '%attr(4755,%{l_susr},%{l_mgrp}) %{l_prefix}/sbin/suexec' \
   %endif
           '%config %{l_prefix}/etc/apache/*' \
  -        '%config %attr(444,%{l_musr},%{l_mgrp}) 
%{l_prefix}/etc/apache/apache.base'
  +        '%config %attr(444,%{l_musr},%{l_mgrp}) 
%{l_prefix}/etc/apache/apache.base' \
  +        '%dir %attr(750,%{l_nusr},%{l_ngrp}) 
%{l_prefix}/var/apache/run/apache.dav'
   
   %files -f files
   
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to