Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 114029 Details for
Bug 171755
app-antivirus/clamav - init.d script is not POSIX compliant
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
clamd.rc.patch
clamd.rc.patch (text/plain), 417 bytes, created by
Natanael Copa
on 2007-03-22 07:54:03 UTC
(
hide
)
Description:
clamd.rc.patch
Filename:
MIME Type:
Creator:
Natanael Copa
Created:
2007-03-22 07:54:03 UTC
Size:
417 bytes
patch
obsolete
>--- clamd.orig Thu Mar 22 07:46:03 2007 >+++ clamd Thu Mar 22 07:47:50 2007 >@@ -38,7 +38,7 @@ > > local logfile=`awk '$1 == "LogFile" { print $2 }' /etc/clamd.conf` > local clamav_user=`awk '$1 == "User" { print $2 }' /etc/clamd.conf` >- if [[ -n "${logfile}" && -n "${clamav_user}" ]]; then >+ if [ -n "${logfile}" ] && [ -n "${clamav_user}" ]; then > if [ ! -f "${logfile}" ]; then > touch ${logfile} > fi
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 171755
: 114029