wok diff tazpanel/receipt @ rev 17977

Up to latest: tazpanel, tazpkg.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 18 16:32:01 2015 +0300 (2015-04-18)
parents 08007dee84de
children 096b76f966c0
line diff
     1.1 --- a/tazpanel/receipt	Wed Apr 15 09:36:43 2015 +0200
     1.2 +++ b/tazpanel/receipt	Sat Apr 18 16:32:01 2015 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazpanel"
     1.7 -VERSION="461"
     1.8 +VERSION="462"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="SliTaz administration and configuration panel."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -37,5 +37,6 @@
    1.13  	grep -qs tazpanel $1/etc/hosts ||
    1.14  		sed -i 's/^127.0.0.1.*/& tazpanel/' $1/etc/hosts
    1.15  
    1.16 -	[ -z "$1" ] && tazpanel restart
    1.17 +	# Do we need TazPanel restart? It freezes when updating using web interface.
    1.18 +	#[ -z "$1" ] && tazpanel restart
    1.19  }