[dev] Small patch horde/config/conf.xml

Jan Kuipers jrkuipers at lauwerscollege.nl
Mon Feb 2 10:02:16 PST 2004


Regarding HEAD

Add configsection for vfs

--
Jan Kuipers
Systeembeheer Lauwers College

----------------------------------------------------------------
DISCLAIMER

This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
-------------- next part --------------
Index: conf.xml
===================================================================
RCS file: /repository/horde/config/conf.xml,v
retrieving revision 1.11
diff -u -r1.11 conf.xml
--- conf.xml	2 Feb 2004 15:57:46 -0000	1.11
+++ conf.xml	2 Feb 2004 17:58:55 -0000
@@ -867,8 +867,10 @@
    <configswitch name="type" desc="If a VFS (virtual filesystem) backend is
    required, which one should we use?">file
     <case name="file" desc="Files on the local system">
-     <configstring name="vfsroot" desc="Where on the real filesystem should
-     Horde use as root of the virtual filesystem?">/tmp</configstring>
+     <configsection name="params">
+      <configstring name="vfsroot" desc="Where on the real filesystem should
+      Horde use as root of the virtual filesystem?">/tmp</configstring>
+     </configsection>
     </case>
     <case name="sql" desc="SQL database"/>
    </configswitch>


More information about the dev mailing list