Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2001 01:31:08 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29997: NO MAINTAINER UPDATE: mail/rblcheck
Message-ID:  <200108231731.f7NHV8d95066@utopia.leeym.com>

next in thread | raw e-mail | index | archive | help

>Number:         29997
>Category:       ports
>Synopsis:       NO MAINTAINER UPDATE: mail/rblcheck
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 10:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 4.4-RC FreeBSD 4.4-RC #5: Tue Aug 21 05:17:44 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386


	
>Description:

add missing double-quote marks and make it build smoothly under BATCH mode.

>How-To-Repeat:

http://bento.freebsd.org/errorlogs/4-latest/rblcheck-1.4_1.log

>Fix:

diff -ruN /usr/ports/mail/rblcheck/scripts/configure.rbl rblcheck/scripts/configure.rbl
--- /usr/ports/mail/rblcheck/scripts/configure.rbl	Mon Aug 20 04:02:33 2001
+++ rblcheck/scripts/configure.rbl	Fri Aug 24 01:23:03 2001
@@ -22,7 +22,7 @@
 	if [ ${TODAY} -lt 20010801 ]; then
 		OPTIONS="\"MAPS_RBL\" \"MAPS_DUL\" \"MAPS_RSS\""
 	else
-		OPTIONS="ORBZ"
+		OPTIONS="\"ORBZ\""
 	fi
 	if [ "x${OPTIONS}" != "x" ]; then
 		set ${OPTIONS}
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108231731.f7NHV8d95066>