Hi I run SuSE linux 7.3. Randomly I found an article that told about a bug in the suse apsfilter. I have tried to patch the patch file to it, but the result is as shown: unk #1 FAILED at 87. 1 out of 1 hunk FAILED -- saving rejects to file apsfilter.rej eurit:/var/lib/apsfilter # *************** *** 87,99 **** # # Strange GNU grep 2.3 (and higher?) ! # grepver=$(grep -V 2> /dev/null | head -n 1) GREPOPT="" case $grepver in ! *GNU*grep*) ! major=${grepver##* } ! minor=${major##*.} ! major=${major%%.*} ! test $major -ge 2 -a $minor -ge 3 && GREPOPT="-a" ;; *) ;; --- 87,102 ---- # # Strange GNU grep 2.3 (and higher?) ! # And strange consequences of excessive localisation ;) Raph grepver=$(grep -V 2> /dev/null | head -n 1) GREPOPT="" case $grepver in ! # The french grep -V puts "GNU" _after_ "grep", causing old expr to fail! ! *GNU*) ! vernum=${grepver##* } ! # Must make sure we grab the first 2 digits. Newer versions have three! ! major=$(echo $vernum|cut -d'.' -f1) ! minor=$(echo $vernum|cut -d'.' -f2) ! test $major -eq 2 -a $minor -ge 3 \ ! -o $major -ge 3 && GREPOPT="-a" ;; *) ;; -- Med venlig hilsen / Best regards / vy73 de OZ4KK Erik Jakobsen - erik@urbakken.dk SuSE Linux 7.3