Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53545 Details for
Bug 85365
kaspersky messes up the sandbox of 'qmail-scanner-125'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for the ebuild
configure-kav-sandbox.patch (text/plain), 792 bytes, created by
Erik Wasser
on 2005-03-15 09:13:27 UTC
(
hide
)
Description:
patch for the ebuild
Filename:
MIME Type:
Creator:
Erik Wasser
Created:
2005-03-15 09:13:27 UTC
Size:
792 bytes
patch
obsolete
>--- configure.125.after-patch 2005-03-15 17:12:37.000000000 +0100 >+++ configure 2005-03-15 18:02:15.534813876 +0100 >@@ -939,10 +939,12 @@ > if test -x $dir/kavscanner > then > if [ "`echo $FIND_SCANNERS|grep ' kavscanner '`" != "" -a "$AVPSCAN" = "" ]; then >- if [ "`$dir/kavscanner $TMP_DIR 2>&1|egrep -i 'virus|test'`" != "" ]; then >- AVPSCAN="${AVPSCAN:-$dir/kavscanner}" >- INSTALLED_SCANNERS="$INSTALLED_SCANNERS >+ if [ -x $dir/kavscanner ] ; then >+ if egrep -i <$dir/kavscanner >/dev/null 2>&1 'virus|test' ; then >+ AVPSCAN="${AVPSCAN:-$dir/kavscanner}" >+ INSTALLED_SCANNERS="$INSTALLED_SCANNERS > kavscanner" >+ fi > fi > fi > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 85365
: 53545