Date: Thu, 1 Mar 2007 09:53:47 -0500 (EST) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thomas@goodking.ca, j.koopmann@seceidos.de Subject: ports/109719: [PATCH] mail/mailscanner-mrtg: change thresholdfile to /usr/local/etc/MailScanner Message-ID: <200703011453.l21ErlRG036127@goodking.goodking.ca> Resent-Message-ID: <200703011500.l21F0CvM016230@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109719 >Category: ports >Synopsis: [PATCH] mail/mailscanner-mrtg: change thresholdfile to /usr/local/etc/MailScanner >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 01 15:00:11 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-RELEASE-p1 i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #2: Thu Feb 15 14:49:58 EST 2007 >Description: - change threholdfile to /usr/local/etc/MailScanner instead of /etc/MailScanner - bump PORTREVISION Added file(s): - files/patch-mailscanner-mrtg Port maintainer (j.koopmann@seceidos.de) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mailscanner-mrtg-0.11.00_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/mailscanner-mrtg/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/mail/mailscanner-mrtg/Makefile --- /usr/ports/mail/mailscanner-mrtg/Makefile Wed Jun 14 11:07:50 2006 +++ /usr/local/tinderbox/portstrees/FreeBSD/ports/mail/mailscanner-mrtg/Makefile Thu Mar 1 09:48:38 2007 @@ -7,6 +7,7 @@ PORTNAME= mailscanner-mrtg PORTVERSION= 0.11.00 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mailscannermrtg diff -ruN --exclude=CVS /usr/ports/mail/mailscanner-mrtg/files/patch-mailscanner-mrtg /usr/local/tinderbox/portstrees/FreeBSD/ports/mail/mailscanner-mrtg/files/patch-mailscanner-mrtg --- /usr/ports/mail/mailscanner-mrtg/files/patch-mailscanner-mrtg Wed Dec 31 19:00:00 1969 +++ /usr/local/tinderbox/portstrees/FreeBSD/ports/mail/mailscanner-mrtg/files/patch-mailscanner-mrtg Thu Mar 1 09:47:19 2007 @@ -0,0 +1,11 @@ +--- mailscanner-mrtg.orig Thu Mar 1 09:45:11 2007 ++++ mailscanner-mrtg Thu Mar 1 09:41:38 2007 +@@ -48,7 +48,7 @@ + umask(0022); + # Change these lines if your config files are in a non-standard location! + $configfile = "/usr/local/etc/mailscanner-mrtg/mailscanner-mrtg.conf"; +-$thresholdfile = "/usr/local/etc/MailScanner/mailscanner-mrtg.thresholds"; ++$thresholdfile = "/etc/MailScanner/mailscanner-mrtg.thresholds"; + + # Set this to 1 to enable debugging output to stderr + # Or just use the command line option --debug --- mailscanner-mrtg-0.11.00_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703011453.l21ErlRG036127>