Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 58978 | Differences between
and this patch

Collapse All | Expand All

(-)clamd.orig (-1 / +1 lines)
Lines 12-18 Link Here
12
		if [ -S "/tmp/clamd" ]; then
12
		if [ -S "/tmp/clamd" ]; then
13
			rm -f /tmp/clamd
13
			rm -f /tmp/clamd
14
		fi
14
		fi
15
		if [ -n "$CLAMD_LOG}" -a ! -f "${CLAMD_LOG}" ]; then
15
		if [ -n "${CLAMD_LOG}" -a ! -f "${CLAMD_LOG}" ]; then
16
			touch "${CLAMD_LOG}"
16
			touch "${CLAMD_LOG}"
17
			chown clamav:clamav "${CLAMD_LOG}"
17
			chown clamav:clamav "${CLAMD_LOG}"
18
			CLAMD_OPTS="${CLAMD_OPTS}${CLAMD_LOG}"
18
			CLAMD_OPTS="${CLAMD_OPTS}${CLAMD_LOG}"

Return to bug 58978