[Varnish] #1116: initscript varnishncsa for Debian i386 broken

Varnish varnish-bugs at varnish-cache.org
Mon Mar 26 14:35:15 CEST 2012


#1116: initscript varnishncsa for Debian i386 broken
--------------------+-------------------------------------------------------
 Reporter:  klausb  |        Type:  defect     
   Status:  new     |    Priority:  normal     
Milestone:          |   Component:  varnishncsa
  Version:  3.0.2   |    Severity:  normal     
 Keywords:          |  
--------------------+-------------------------------------------------------
 The init-script for varnishncsa out of the
 http://repo.varnish-
 cache.org/debian/dists/squeeze/varnish-3.0/binary-i386/varnish_3.0.2-1~1squeeze1_i386.deb
 is broken.

 The line
 {{{
 DAEMON_OPTS="-a -w ${LOGFILE} -D -P $PIDFILE}"
 }}}

 needs to be changed into something like this:

 {{{
 DAEMON_OPTS="-a -w ${LOGFILE} -D -P ${PIDFILE}"
 }}}

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1116>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list