Bug 27307

Summary: patch for mail/rblcheck ignores quiet flag.
Product: Ports & Packages Reporter: moro <moro>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description moro 2001-05-13 23:10:00 UTC
patch to rblcheck.c (mail/rblcheck/files/patch-aa)
uses fprintf(), without considering quiet flag.

Fix: 

replace fprintf()s in the patch with
if (!quiet)
   fprintf(...)
How-To-Repeat: for example, "rblcheck -q hostname" displays 
"checking xx.xx.xx.xx".
Comment 1 markp freebsd_committer freebsd_triage 2001-06-12 08:26:54 UTC
State Changed
From-To: open->closed

Fix already committed.