--- 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 +++ 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 @@ -13,6 +13,11 @@ $OUT .= "\n\n\n"; $OUT .= " # Enable DAV access for this directory tree\n"; $OUT .= " DAV On\n\n"; + + if ($properties{'ModDav-FileETag'}) + { + $OUT .= " FileETag ".$properties{'ModDav-FileETag'}."\n\n"; + } $OUT .= " AllowOverride None\n"; $OUT .= " Options +Indexes \n\n"; $OUT .= " # Allow fancy indexing by columns and download by clicking icon\n";