Update of /cvsroot/lxr/lxr/templates
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8257/templates
Modified Files:
lxrkernel.conf
Log Message:
configure-lxr.pl and templates: minor adjustments
Correction of a serious bug in lxrkernel.conf preventing from correctly configuring 'virtroot'
Index: lxrkernel.conf
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/lxrkernel.conf,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- lxrkernel.conf 21 Jan 2013 10:49:36 -0000 1.8
+++ lxrkernel.conf 21 Jan 2013 16:35:03 -0000 1.9
@@ -47,7 +47,7 @@
#@MSG Buttons-and-menus interface is highly recommended, otherwise your
#@MSG screen will be seriously cluttered and ugly.
#@MSG This interface is selected by the 'htmlhead' parameter in the
-#@MSG HTML subsection.
+#@MSG HTML subsection.
#
# To use this file 'as is', move it to its final location with:
# cp custom.d/lxrkernel.conf lxr.conf
@@ -98,10 +98,10 @@
#@ MSG You previously defined the virtual root as %virtroot%
#@ELSE
#- - Multiple trees context - -
-#@ IF 'b' eq "%virtrootpolicy%"
-#@ ASK --- Tree designation for URL?; -1; kernel
+#@ IF 'b' eq "%_virtrootpolicy%"
+#@ ASK --- Tree designation for URL?; -1; ; kernel
#@ DEFINE virtroot="%virtrootbase%/%A%"
-#@ ELSEIF 'c' eq "%virtrootpolicy%"
+#@ ELSEIF 'c' eq "%_virtrootpolicy%"
#@ REMIND The custom multiple trees management method must contain
#@ MSG at least the server section name %virtrootbase% and a unique
#@ MSG tree designation (in an order compatible with the URL magic
@@ -117,7 +117,7 @@
#@ENDIF %_singlecontext%
#- - End of virtroot differences - -
#-
- 'virtroot' => '%A%'
+ 'virtroot' => '%virtroot%'
#- The following @DEFINE allows automatic transfer of correct 'virtroot'
#- into lighttpd-lxrserver.conf.
#@IF '' eq "%virtroot%"
|