Package: clamassassin
Version: 1.2.3-1.1
Severity: wishlist
Tags: patch
Hi, I would like to have the HOSTNAME in the clamassassin
version header. Would you consider adding something like
the patch below? It could be off by default unless
--with-hostname-in-header is specified.
Regards, Karl
diff -u /usr/bin/clamassassin /tmp/buffer-content-13139icz
--- /usr/bin/clamassassin 2007-02-28 05:22:18.000000000 -0800
+++ /tmp/buffer-content-13139icz 2007-03-15 18:49:21.000000000 -0700
@@ -147,9 +147,9 @@
MINOR=`${SIGTOOL} --stdout -i ${SIGLOC}/daily.cvd \
| ${SED} -e "/^Version: /!d" -e "s/.* //"`
SIGVERS="${MAJOR}.${MINOR}"
- VERSION="clamassassin 1.2.3 with ${CLAMVERS} signatures ${SIGVERS}"
+ VERSION="clamassassin 1.2.3 with ${CLAMVERS} signatures ${SIGVERS} on
${HOSTNAME}"
else
- VERSION="clamassassin 1.2.3 with ${CLAMVERS}"
+ VERSION="clamassassin 1.2.3 with ${CLAMVERS} on ${HOSTNAME}"
fi
# Have ClamAV check the message and save the simple results in the log
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]