--- clamd.orig 2004-07-31 10:13:26.000000000 +0100 +++ clamd.orig 2004-07-31 10:13:38.000000000 +0100 @@ -12,7 +12,7 @@ if [ -S "/tmp/clamd" ]; then rm -f /tmp/clamd fi - if [ -n "$CLAMD_LOG}" -a ! -f "${CLAMD_LOG}" ]; then + if [ -n "${CLAMD_LOG}" -a ! -f "${CLAMD_LOG}" ]; then touch "${CLAMD_LOG}" chown clamav:clamav "${CLAMD_LOG}" CLAMD_OPTS="${CLAMD_OPTS}${CLAMD_LOG}"