Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35811 Details for
Bug 57723
clamav - freshclam doesn't start if FRESHCLAM_LOG is not defined in /etc/conf.d/clamd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to clamd.rc to fix FRESHCLAM_LOG handling.
clamd.rc.patch (text/plain), 808 bytes, created by
Mathias Gug
on 2004-07-20 06:34:21 UTC
(
hide
)
Description:
patch to clamd.rc to fix FRESHCLAM_LOG handling.
Filename:
MIME Type:
Creator:
Mathias Gug
Created:
2004-07-20 06:34:21 UTC
Size:
808 bytes
patch
obsolete
>--- clamd.rc.orig 2004-07-20 09:21:07.046851332 -0400 >+++ clamd.rc 2004-07-20 09:21:28.710457701 -0400 >@@ -22,14 +22,16 @@ > eend $? "Failed to start clamd" > fi > if [ "${START_FRESHCLAM}" = "yes" ]; then >- if [ -n "${FRESHCLAM_LOG}" -a ! -f "${FRESHCLAM_LOG}" ]; then >- touch "${FRESHCLAM_LOG}" >- chown clamav:clamav "${FRESHCLAM_LOG}" >+ if [ -n "${FRESHCLAM_LOG}" ]; then >+ if [ ! -f "${FRESHCLAM_LOG}" ]; then >+ touch "${FRESHCLAM_LOG}" >+ chown clamav:clamav "${FRESHCLAM_LOG}" >+ fi > FRESHCLAM_OPTS="${FRESHCLAM_OPTS} -l ${FRESHCLAM_LOG}" > fi > ebegin "Starting freshclam" > start-stop-daemon --start --quiet \ >- --exec /usr/bin/freshclam -- ${FRESHCLAM_OPTS} -l ${FRESHCLAM_LOG} >+ --exec /usr/bin/freshclam -- ${FRESHCLAM_OPTS} > eend $? "Failed to start freshclam" > 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 57723
: 35811