cookutils diff lighttpd/index.cgi @ rev 914

modules/pkgdb: works for receipts v2 too now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 07 21:39:55 2017 +0300 (2017-06-07)
parents 1e4e278b2285
children d30a093674f6
line diff
     1.1 --- a/lighttpd/index.cgi	Tue Jun 06 17:29:00 2017 +0300
     1.2 +++ b/lighttpd/index.cgi	Wed Jun 07 21:39:55 2017 +0300
     1.3 @@ -484,8 +484,8 @@
     1.4  				-e 's#^.*No package .* found.*#<b>\0</b>#' \
     1.5  				-e 's#^.*Unable to find.*#<b>\0</b>#' \
     1.6  				-e 's#^.*[Ii]nvalid.*#<b>\0</b>#' \
     1.7 -				-e 's#\([Nn][Oo][Tt] found\)$#<b>\1</b>#' \
     1.8 -				-e 's#\(found\)$#<i>\1</i>#' \
     1.9 +				-e 's#\([Nn][Oo][Tt] found\.*\)$#<b>\1</b>#' \
    1.10 +				-e 's#\(found\.*\)$#<i>\1</i>#' \
    1.11  				\
    1.12  				-e 's#^.*WARNING:.*#<u>\0</u>#' \
    1.13  				-e 's#^.*warning:.*#<u>\0</u>#' \