tazpanel rev 35

Use port 8090 so 8080 is free for an other httpd instence since 8080 is the standard alternative to 80
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 05 14:02:03 2011 +0200 (2011-04-05)
parents db8ebfe01790
children 251c2c53c38d
files data/tazpanel.desktop tazpanel.conf
line diff
     1.1 --- a/data/tazpanel.desktop	Tue Apr 05 06:18:39 2011 +0200
     1.2 +++ b/data/tazpanel.desktop	Tue Apr 05 14:02:03 2011 +0200
     1.3 @@ -2,5 +2,5 @@
     1.4  Type=Application
     1.5  Name=SliTaz Panel
     1.6  Icon=tazpanel
     1.7 -Exec=tazweb http://tazpanel:8080/
     1.8 +Exec=tazweb http://tazpanel:8090/
     1.9  Categories=System;
     2.1 --- a/tazpanel.conf	Tue Apr 05 06:18:39 2011 +0200
     2.2 +++ b/tazpanel.conf	Tue Apr 05 14:02:03 2011 +0200
     2.3 @@ -18,7 +18,7 @@
     2.4  
     2.5  # Busybox HTTP deamon config
     2.6  HTTPD_CONF="/etc/slitaz/httpd.conf"
     2.7 -HTTPD_PORT="8080"
     2.8 +HTTPD_PORT="8090"
     2.9  
    2.10  # Shared Tazpkg paths
    2.11  LOCALSTATE="/var/lib/tazpkg"