Bug 27307 - patch for mail/rblcheck ignores quiet flag.
Summary: patch for mail/rblcheck ignores quiet flag.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-13 23:10 UTC by moro
Modified: 2001-06-12 08:27 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.