wok-stable rev 6573

lighttpd: fix 36897b07aa3c commit
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 08 21:28:00 2010 +0200 (2010-10-08)
parents 35be2fa4cd66
children 17129723bbc4
files lighttpd/stuff/etc/init.d/lighttpd
line diff
     1.1 --- a/lighttpd/stuff/etc/init.d/lighttpd	Fri Oct 08 13:34:29 2010 +0200
     1.2 +++ b/lighttpd/stuff/etc/init.d/lighttpd	Fri Oct 08 21:28:00 2010 +0200
     1.3 @@ -6,10 +6,10 @@
     1.4  . /etc/init.d/rc.functions
     1.5  . /etc/daemons.conf
     1.6  
     1.7 -NAME=Polipo
     1.8 -DESC="cache proxy"
     1.9 -DAEMON=/usr/bin/polipo
    1.10 -OPTIONS=$POLIPO_OPTIONS
    1.11 +NAME=LightTPD
    1.12 +DESC="web server"
    1.13 +DAEMON=/usr/sbin/lighttpd
    1.14 +OPTIONS=$LIGHTTPD_OPTIONS
    1.15  PIDFILE=/var/run/lighttpd.pid
    1.16  
    1.17  case "$1" in