Date: Sat, 16 Aug 2008 22:40:32 +0200 (CEST) From: Paul Toirkens <paul@sapphire.toirkens.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/126575: [patch] incorrect error message in clamav-milter rc script Message-ID: <200808162040.m7GKeWFT018449@sapphire.toirkens.com> Resent-Message-ID: <200808162100.m7GL0CjL016146@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126575 >Category: ports >Synopsis: [patch] incorrect error message in clamav-milter rc script >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 16 21:00:11 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Paul Toirkens >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD emerald.toirkens.com 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #1: Sat Aug 16 19:36:29 UTC 2008 root@emerald.toirkens.com:/usr/src/sys/amd64/compile/EMERALD amd64 >Description: The error message when not able to write the clamav-milter socket is incorrectly referring to the clamd socket location instead of the clamav-milter socket location >How-To-Repeat: Prevent the socket from being created, and start the milter >Fix: --- clamav-milter.org 2008-08-16 20:34:13.000000000 +0000 +++ clamav-milter 2008-08-16 20:34:54.000000000 +0000 @@ -81,7 +81,7 @@ done echo if [ $i -eq 0 ]; then - echo "There is no clamav-milter socket (${clamav_clamd_socket})!" + echo "There is no clamav-milter socket (${clamav_milter_socket})!" exit 1 fi /bin/chmod ${clamav_milter_socket_mode} ${clamav_milter_socket} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808162040.m7GKeWFT018449>