ports/126575: [patch] incorrect error message in clamav-milter rc script

Paul Toirkens paul at sapphire.toirkens.com
Sat Aug 16 21:00:12 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list