[Varnish] #287: Install semi-bug

Varnish varnish-bugs at projects.linpro.no
Tue Aug 12 14:51:29 CEST 2008


#287: Install semi-bug
----------------------+-----------------------------------------------------
 Reporter:  The_ZoRo  |       Owner:  des  
     Type:  defect    |      Status:  new  
 Priority:  normal    |   Milestone:       
Component:  build     |     Version:  trunk
 Severity:  normal    |    Keywords:       
----------------------+-----------------------------------------------------
 When you type make after a ./configure you end up with the following text:

 echo -e "This is a basic VCL configuration file for varnish.  See the
 vcl(7)\n\
 man page for details on VCL syntax and semantics.\n\
 \n\
 Default backend definition.  Set this to point to your content\n\
 server.\n\
 \n\
 backend default {\n\
         .host = "127.0.0.1";\n\
         .port = "8080";\n\
 }\n\
 \n\
 Below is a commented-out copy of the default VCL logic.  If you\n\
 redefine any of these subroutines, the built-in logic will be\n\
 appended to your code.\n" > tmp.vcl

 The bug: All those  \n\  things.
 Present in trunk 3083

 /Mads

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/287>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list