Bug 134043

Summary: Bugs in mail/mailgraph args
Product: Ports & Packages Reporter: Conall O'Brien <conall>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Conall O'Brien 2009-04-27 13:10:00 UTC
	Once installed mail/mailgraph needs all of it's command line flags 
	duplicated in /etc/rc.conf because the config file sets flags not
	recognised by /usr/local/sbin/mailgraph/pl

How-To-Repeat: 	1. Install mail/mailgraph
	2. Attempt to use with minimal configutation
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-27 13:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2009-04-27 13:32:48 UTC
> 	Once installed mail/mailgraph needs all of it's command line flags 
> 	duplicated in /etc/rc.conf because the config file sets flags not
> 	recognised by /usr/local/sbin/mailgraph/pl


Per mailgraph.pl:


        GetOptions(\%opt, 'help|h', 'cat|c', 'logfile|l=s', 'logtype|t=s', 'vers
                'year|y=i', 'host=s', 'verbose|v', 'daemon|d!',
                'daemon_pid|daemon-pid=s', 'daemon_rrd|daemon-rrd=s',
                'daemon_log|daemon-log=s', 'ignore-localhost!', 'ignore-host=s@'
                'only-mail-rrd', 'only-virus-rrd', 'rrd_name|rrd-name=s',
                'rbl-is-spam', 'virbl-is-virus'
                ) or exit(1);


it accepts both form.
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2009-05-11 16:13:58 UTC
State Changed
From-To: open->closed

I'm closing it as there is nothing I can do. Feel free to reopen if you 
can prove otherwise. Thanks!