slitaz-tools rev 384

netbox: do not confound apache and busybox/httpd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 25 17:43:05 2009 +0200 (2009-08-25)
parents 5c3a91baa7ad
children 2892d58f0e31
files tinyutils/netbox
line diff
     1.1 --- a/tinyutils/netbox	Sun Aug 23 20:41:31 2009 +0200
     1.2 +++ b/tinyutils/netbox	Tue Aug 25 17:43:05 2009 +0200
     1.3 @@ -1514,9 +1514,9 @@
     1.4  data_http()
     1.5  {
     1.6  cat <<EOT
     1.7 -httpd       Apache        tab_apache
     1.8 -lighttpd    Lighttpd      tab_lighttpd
     1.9 -/etc/httpd.conf   Busybox\ httpd  tab_httpd
    1.10 +/etc/apache/httpd.conf  Apache          tab_apache
    1.11 +lighttpd                Lighttpd        tab_lighttpd
    1.12 +/etc/httpd.conf         Busybox\ httpd  tab_httpd
    1.13  EOT
    1.14  }
    1.15