[Lxr-commits] CVS: lxr/templates tree-server1.conf.part,1.3,1.4
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2014-10-25 18:42:10
|
Update of /cvsroot/lxr/lxr/templates In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23739/templates Modified Files: tree-server1.conf.part Log Message: templates/tree-server1.conf.part: fix a syntax error in LCL Two @CANON instructions were incorrectly prefixed (and consequently not recognised) Index: tree-server1.conf.part =================================================================== RCS file: /cvsroot/lxr/lxr/templates/tree-server1.conf.part,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- tree-server1.conf.part 17 Nov 2013 09:13:21 -0000 1.3 +++ tree-server1.conf.part 25 Oct 2014 18:42:07 -0000 1.4 @@ -52,7 +52,7 @@ #@ ; ^(?i:https?:)?//,not an HTTP URL; -2\ #@ , //[\w-]+(?:\.[\w-]+)*(?::\d+)?/?$,invalid characters in URL #- The trailing comma below is not an error, it defines an empty string -# CANON,hostname /$, +#@ CANON,hostname /$, 'host_names' => [ '%hostname%' #@ KEEPON --- Alias name ? (hit return to stop):; -3\ #@ ; ^(?i:https??:)?//,not an HTTP URL\ @@ -62,7 +62,7 @@ # , '//%treeid%.localhost' # , 'http://%treeid%.mycomputer.outside.domain:12345' #@ ENDON -# @CANON /$, +#@ CANON /$, , '%A%' #@ ENDK ] |