cookutils diff lighttpd/index.cgi @ rev 1064

modules/compressor: compress (optimize) GIF images using gifsicle
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 00:00:22 2018 +0300 (2018-06-06)
parents 20c2e51560fe
children 2233dc83fc9e
line diff
     1.1 --- a/lighttpd/index.cgi	Mon Jun 04 11:27:06 2018 +0300
     1.2 +++ b/lighttpd/index.cgi	Wed Jun 06 00:00:22 2018 +0300
     1.3 @@ -539,6 +539,7 @@
     1.4  				-e 's#^.*No package .* found.*#<b>\0</b>#' \
     1.5  				-e 's#^.*Unable to find.*#<b>\0</b>#' \
     1.6  				-e 's#[^a-zA-Z-][Ii]nvalid.*#<b>\0</b>#' \
     1.7 +				-e 's#Segmentation fault#<b>\1</b>#' \
     1.8  				-e 's#\([Nn][Oo][Tt] found\.*\)$#<b>\1</b>#' \
     1.9  				-e 's#\(found\.*\)$#<i>\1</i>#' \
    1.10  				\
    1.11 @@ -548,7 +549,7 @@
    1.12  				-e 's#^.*terminated.*#<b>\0</b>#' \
    1.13  				-e 's#\(missing\)#<b>\1</b>#g' \
    1.14  				-e 's#^.*[Cc]annot find.*#<b>\0</b>#' \
    1.15 -				-e 's#^.*unrecognized options.*#<u>\0</u>#' \
    1.16 +				-e 's#^.*unrecognized option.*#<u>\0</u>#' \
    1.17  				-e 's#^.*does not.*#<u>\0</u>#' \
    1.18  				-e 's#^.*[Ii]gnoring.*#<u>\0</u>#' \
    1.19  				-e 's#^.*note:.*#<u>\0</u>#' \