/[smecontribs]/rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav-0.1-FileETagDirective.patch
ViewVC logotype

Contents of /rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav-0.1-FileETagDirective.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri Aug 8 19:33:47 2008 UTC (15 years, 10 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-mod_dav-0_1-14_el4_sme, smeserver-mod_dav-0_1-11_el4_sme, smeserver-mod_dav-0_1-16_el4_sme, smeserver-mod_dav-0_1-13_el4_sme, smeserver-mod_dav-0_1-10_el4_sme, smeserver-mod_dav-0_1-15_el4_sme, smeserver-mod_dav-0_1-12_el4_sme
Changes since 1.1: +1 -1 lines
* Fri Aug  8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.1-10
- Make FileETag key line out in configuration file properly [SME: 4482]
- Fixing changelog date in previous changelog entry

1 --- smeserver-mod_dav-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95Addmod_dav2ibays.SunbirdCalendarSharing 2008-08-07 19:53:39.000000000 +0200
2 +++ smeserver-mod_dav-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95Addmod_dav2ibays 2008-08-07 19:59:00.000000000 +0200
3 @@ -13,6 +13,11 @@
4 $OUT .= "\n<Directory /home/e-smith/files/ibays/$key/html>\n\n";
5 $OUT .= " # Enable DAV access for this directory tree\n";
6 $OUT .= " DAV On\n\n";
7 +
8 + if ($properties{'ModDav-FileETag'})
9 + {
10 + $OUT .= " FileETag ".$properties{'ModDav-FileETag'}."\n\n";
11 + }
12 $OUT .= " AllowOverride None\n";
13 $OUT .= " Options +Indexes \n\n";
14 $OUT .= " # Allow fancy indexing by columns and download by clicking icon\n";

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed