pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/mailgraph
Module Name: pkgsrc
Committed By: hauke
Date: Tue Apr 23 16:35:46 UTC 2024
Modified Files:
pkgsrc/mail/mailgraph: distinfo
pkgsrc/mail/mailgraph/patches: patch-mailgraph.pl
Log Message:
Fix patch, and add comment.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/mailgraph/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/mailgraph/patches/patch-mailgraph.pl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/mailgraph/distinfo
diff -u pkgsrc/mail/mailgraph/distinfo:1.10 pkgsrc/mail/mailgraph/distinfo:1.11
--- pkgsrc/mail/mailgraph/distinfo:1.10 Tue Apr 23 16:25:49 2024
+++ pkgsrc/mail/mailgraph/distinfo Tue Apr 23 16:35:46 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2024/04/23 16:25:49 hauke Exp $
+$NetBSD: distinfo,v 1.11 2024/04/23 16:35:46 hauke Exp $
BLAKE2s (mailgraph-1.14.tar.gz) = 7fa8d0020b9eebe7ed325426ea7e82b5153456c8a84f8602809106331449f722
SHA512 (mailgraph-1.14.tar.gz) = 3df0dae010ad166a157eb34a8b1fcf837ab42445d417855ea58937a75b74ca55c06044eefb6077a6117073c39a087bcdf5f58fe35c0e4d9c7d6b18bded7a0193
Size (mailgraph-1.14.tar.gz) = 22014 bytes
SHA1 (patch-mailgraph.cgi) = 835d3537dc95f91f860857f45c542ca01bc12082
-SHA1 (patch-mailgraph.pl) = 6804585ee5c43bc57df6ffbda34a01394b11f42a
+SHA1 (patch-mailgraph.pl) = f9976c9d03ea2d07413f4a5f4b4b13af13e50d71
Index: pkgsrc/mail/mailgraph/patches/patch-mailgraph.pl
diff -u pkgsrc/mail/mailgraph/patches/patch-mailgraph.pl:1.2 pkgsrc/mail/mailgraph/patches/patch-mailgraph.pl:1.3
--- pkgsrc/mail/mailgraph/patches/patch-mailgraph.pl:1.2 Tue Apr 23 16:25:49 2024
+++ pkgsrc/mail/mailgraph/patches/patch-mailgraph.pl Tue Apr 23 16:35:46 2024
@@ -1,6 +1,7 @@
-$NetBSD: patch-mailgraph.pl,v 1.2 2024/04/23 16:25:49 hauke Exp $
+$NetBSD: patch-mailgraph.pl,v 1.3 2024/04/23 16:35:46 hauke Exp $
* Use log/maillog as default mail logfile.
+* Use db/mailgraph as default RRD directory.
* Change hardcoded /var to pkgsrc compliant VARBASE.
--- mailgraph.pl.orig 2007-08-29 09:06:01.000000000 +0000
@@ -57,7 +58,7 @@ $NetBSD: patch-mailgraph.pl,v 1.2 2024/0
--host=HOST use only entries for HOST (regexp) in syslog
-d, --daemon start in the background
- --daemon-pid=FILE write PID to FILE instead of /var/run/mailgraph.pid
-- --daemon-rrd=DIR write RRDs to DIR instead of /var/db/mailgraph
+- --daemon-rrd=DIR write RRDs to DIR instead of /var/log
- --daemon-log=FILE write verbose-log to FILE instead of /var/log/mailgraph.log
+ --daemon-pid=FILE write PID to FILE instead of @VARBASE@/run/mailgraph.pid
+ --daemon-rrd=DIR write RRDs to DIR instead of @VARBASE@/db/mailgraph
Home |
Main Index |
Thread Index |
Old Index