Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (83a1d60ccdae3835a4ad9baa90c449579eb14ea8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (83a1d60ccdae3835a4ad9baa90c449579eb14ea8)
  • Date: Tue, 3 Oct 2006 09:34:50 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

http/apache22/modules/mod_dav_lock | 15 +++++++++++++++
1 files changed, 15 insertions(+)

New commits:
commit 83a1d60ccdae3835a4ad9baa90c449579eb14ea8
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

apache22: added config file for mod_dav_lock

diff --git a/http/apache22/modules/mod_dav_lock
b/http/apache22/modules/mod_dav_lock
new file mode 100644
index 0000000..39c1ae8
--- /dev/null
+++ b/http/apache22/modules/mod_dav_lock
@@ -0,0 +1,15 @@
+#! /bin/sh
+# mod_dav config file
+#
+# TYPE is the type of Apache module: base, extension or experimental
+# STATUS is whether the module should be compiled by default or not,
+# and has a value of "on" or "off"
+# SHORT is a short description of the module
+# DESCRIPTION is a full description of the module
+
+TYPE=extension
+STATUS=off
+SHORT="WebDAV locking support"
+DESCRIPTION="Distributed Authoring and Versioning (WebDAV) functionality"
+ENABLE="--enable-dav-lock"
+DISABLE="--disable-dav-lock"



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (83a1d60ccdae3835a4ad9baa90c449579eb14ea8), Arjan Bouter, 10/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page