another fix in tazpanel, pkgs.cgi # upgrade:
--- b
+++ a
@@ -449,8 +449,8 @@
table_head
for pkg in `cat packages.up`
do
- grep -s "^$pkg |" $LOCALSTATE/packages.desc \
- $LOCALSTATE/undisgest/*/packages.desc | \
+ grep -hs "^$pkg |" $LOCALSTATE/packages.desc \
+ $LOCALSTATE/undigest/*/packages.desc | \
parse_packages_desc
done
table_end--- SliTaz GNU/Linux Mailing list - http://www.slitaz.org/

