]> git.pld-linux.org Git - packages/apache.git/commitdiff
- added default directory for mod_dav locks
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 25 Apr 2005 15:11:25 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.387

apache.spec

index 5227ca548a4d1a0f75e19c364cb65a819d53c2f9..cfe697d9395ede496685ad5d1306f1c3945f60d1 100644 (file)
@@ -866,7 +866,7 @@ done
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,monit} \
-       $RPM_BUILD_ROOT%{_var}/{log/{httpd,archiv/httpd},{run,cache}/apache}
+       $RPM_BUILD_ROOT%{_var}/{log/{httpd,archiv/httpd},{run,cache}/apache,lock/mod_dav}
 
 # prefork is default one
 %{__make} -C buildmpm-prefork install \
@@ -1697,6 +1697,7 @@ fi
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_dav.conf
 %attr(755,root,root) %{_libexecdir}/mod_dav*.so
+%dir %attr(770,root,http) /var/lock/mod_dav
 
 %files mod_deflate
 %defattr(644,root,root,755)
This page took 0.037455 seconds and 4 git commands to generate.