tazpkg diff tazpanel/pkgs.cgi @ rev 955

modules/search: allow search file with dash at start: tazpkg -sf "-spi"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 22 00:02:54 2017 +0200 (2017-12-22)
parents 62fda2a9d702
children 9d683c983e2e
line diff
     1.1 --- a/tazpanel/pkgs.cgi	Wed Aug 03 10:28:15 2016 +0300
     1.2 +++ b/tazpanel/pkgs.cgi	Fri Dec 22 00:02:54 2017 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  #
     1.5  # TazPkg CGI interface - Manage packages via a browser
     1.6  #
     1.7 -# This CGI interface extensively uses tazpkg to manage packages and have
     1.8 +# This CGI interface extensively uses tazpkg to manage packages and has
     1.9  # its own code for some tasks. Please KISS, it is important and keep speed
    1.10  # in mind. Thanks, Pankso.
    1.11  #
    1.12 @@ -1030,7 +1030,7 @@
    1.13  			fi
    1.14  		fi
    1.15  
    1.16 -		# Show Block/Unblock, and Repack buttons
    1.17 +		# Show Block/Unblock and Repack buttons
    1.18  		[ "$REMOTE_USER" == "root" ] &&
    1.19  		if [ -d $INSTALLED/$pkg ]; then
    1.20  			if grep -qs "^$pkg$" "$BLOCKED"; then