wok 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 | bcaf95dc6037 |
children | c76d30df5ef0 |
files | tazpanel/receipt tazpkg/receipt |
line diff
1.1 --- a/tazpanel/receipt Sat Apr 18 11:13:33 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 }
2.1 --- a/tazpkg/receipt Sat Apr 18 11:13:33 2015 +0200 2.2 +++ b/tazpkg/receipt Sat Apr 18 16:32:01 2015 +0300 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="tazpkg" 2.7 -VERSION="785" 2.8 +VERSION="786" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="SliTaz packages manager." 2.11 MAINTAINER="pankso@slitaz.org"