# HG changeset patch # User Pascal Bellard # Date 1428479668 -7200 # Node ID 0bda827841cdc58d9b64ea18fc4f623926f3dbb2 # Parent 616168355d4d02062fc2bf75c863d8a2242f8deb tazpkg-notify: auth/noauth links diff -r 616168355d4d -r 0bda827841cd tazpkg-notify --- a/tazpkg-notify Wed Apr 08 09:45:53 2015 +0200 +++ b/tazpkg-notify Wed Apr 08 09:54:28 2015 +0200 @@ -25,7 +25,8 @@ fifo=/tmp/$(basename $0).fifo -panel="http://tazpanel:82/pkgs.cgi" +panelbase="http://tazpanel:82/pkgs.cgi" +panel="http://tazpanel:82/user/pkgs.cgi" doc="file:///usr/share/doc/tazpkg/tazpkg.html" installed=$(wc -l < $PKGS_DB/installed.info) @@ -61,7 +62,7 @@ menu() { cat << EOT menu:\ -$(_n 'My packages' )!tazweb $panel?list!TazPkg|\ +$(_n 'My packages' )!tazweb $panelbase?list!TazPkg|\ $(_n 'Recharge lists' )!tazweb $panel?recharge!tazpkg-up|\ $(_n 'Check upgrade' )!tazweb $panel?up!tazpkg-up|\ $(_n 'TazPkg SHell' )!terminal -e tazpkg shell!utilities-terminal|\