Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2001 15:05:26 -0700 (PDT)
From:      moro@nii.ac.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/27307: patch for mail/rblcheck ignores quiet flag.
Message-ID:  <200105132205.f4DM5Qj59628@freefall.freebsd.org>

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

>Number:         27307
>Category:       ports
>Synopsis:       patch for mail/rblcheck ignores quiet flag.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 13 15:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     MOROHOSHI Akihiko
>Release:        4.3-stable, 5.0-current
>Organization:
>Environment:
>Description:
patch to rblcheck.c (mail/rblcheck/files/patch-aa)
uses fprintf(), without considering quiet flag.

>How-To-Repeat:
for example, "rblcheck -q hostname" displays 
"checking xx.xx.xx.xx".


>Fix:
replace fprintf()s in the patch with
if (!quiet)
   fprintf(...)

>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?200105132205.f4DM5Qj59628>