wok-stable diff tazbb/receipt @ rev 3583

perl-rrd-simple: fix rrd_addsource
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 26 18:13:45 2009 +0200 (2009-06-26)
parents 69d3f80c266e
children 28ce60b11e25
line diff
     1.1 --- a/tazbb/receipt	Sun Jun 21 18:16:04 2009 +0200
     1.2 +++ b/tazbb/receipt	Fri Jun 26 18:13:45 2009 +0200
     1.3 @@ -34,8 +34,8 @@
     1.4  	ln -s $1/var/lib/tazbb/web $1/var/www/vhosts/bb
     1.5  cat << _EOT_
     1.6  
     1.7 -To have Tazbb web interface on your local system you can add a vhost
     1.8 -to Lighttp (or Apache) and the hostname to /etc/hosts. Example for Lighty:
     1.9 +To have a Tazbb web interface on your local system, you can add a vhost
    1.10 +to Lighttpd (or Apache) and the hostname to /etc/hosts. Example for Lighty:
    1.11  
    1.12  $HTTP["host"] =~ "bb" {
    1.13    server.document-root = "/var/www/vhost/bb"