# HG changeset patch # User Christophe Lincoln # Date 1302004923 -7200 # Node ID f57db6b5b4c6934621c711fa35ec6675abeced59 # Parent db8ebfe01790d91cc14b1f49a394a423545599a4 Use port 8090 so 8080 is free for an other httpd instence since 8080 is the standard alternative to 80 diff -r db8ebfe01790 -r f57db6b5b4c6 data/tazpanel.desktop --- a/data/tazpanel.desktop Tue Apr 05 06:18:39 2011 +0200 +++ b/data/tazpanel.desktop Tue Apr 05 14:02:03 2011 +0200 @@ -2,5 +2,5 @@ Type=Application Name=SliTaz Panel Icon=tazpanel -Exec=tazweb http://tazpanel:8080/ +Exec=tazweb http://tazpanel:8090/ Categories=System; diff -r db8ebfe01790 -r f57db6b5b4c6 tazpanel.conf --- a/tazpanel.conf Tue Apr 05 06:18:39 2011 +0200 +++ b/tazpanel.conf Tue Apr 05 14:02:03 2011 +0200 @@ -18,7 +18,7 @@ # Busybox HTTP deamon config HTTPD_CONF="/etc/slitaz/httpd.conf" -HTTPD_PORT="8080" +HTTPD_PORT="8090" # Shared Tazpkg paths LOCALSTATE="/var/lib/tazpkg"