/[smecontribs]/rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav-0.1-fixHttpdErrorWhenDisabled.patch |
Parent Directory | Revision Log | Revision Graph
* Mon Mar 2 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 0.1-18 - Fix missing paretheis in fix from [SME: 5039]
1 | --- smeserver-mod_dav-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35DavLock.fixHttpdErrorWhenDisabled 2009-02-28 13:21:47.000000000 +0100 |
2 | +++ smeserver-mod_dav-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35DavLock 2009-02-28 13:24:29.000000000 +0100 |
3 | @@ -1 +1,7 @@ |
4 | -DAVLockDB /var/run/davLocks/DAVLock |
5 | +{ |
6 | + my $status = $modDAV{status} || 'disabled'; |
7 | + if ( $status eq "enabled" ) |
8 | + { |
9 | + $OUT .= "\nDAVLockDB /var/run/davLocks/DAVLock\n"; |
10 | + } |
11 | +} |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |