pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/munin-common
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Sep 13 08:21:08 UTC 2019
Modified Files:
pkgsrc/sysutils/munin-common: distinfo
pkgsrc/sysutils/munin-common/patches:
patch-lib_Munin_Common_Defaults.pm
Log Message:
munin-common: Fix patch.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/munin-common/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/munin-common/distinfo
diff -u pkgsrc/sysutils/munin-common/distinfo:1.2 pkgsrc/sysutils/munin-common/distinfo:1.3
--- pkgsrc/sysutils/munin-common/distinfo:1.2 Wed Sep 11 12:45:46 2019
+++ pkgsrc/sysutils/munin-common/distinfo Fri Sep 13 08:21:08 2019
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.2 2019/09/11 12:45:46 tm Exp $
+$NetBSD: distinfo,v 1.3 2019/09/13 08:21:08 jperkin Exp $
SHA1 (munin-2.0.49.tar.gz) = 48531b84c4382983cf4fe64a7c3ad22a86cbdc2e
RMD160 (munin-2.0.49.tar.gz) = 0e13eb4dfd01ea122476d041f51233612db00cfd
SHA512 (munin-2.0.49.tar.gz) = 20f1f27aa1ff39ed92c967a13581ae199930323f5d2b62b62ce0a548a4cf561595e85d069e836b156c05d4a94c66328009aba56cb1b06c4b2719fbd9e1061ca4
Size (munin-2.0.49.tar.gz) = 2252353 bytes
-SHA1 (patch-common_Build.PL) = 7d7f5afde978d0e5641f931d3f2585651ff40c1a
-SHA1 (patch-lib_Munin_Common_Defaults.pm) = 7cf7ddc46774fce0b62e7bbd7bbc0b6ea2860756
+SHA1 (patch-MANIFEST) = 538cec30723a6d41b732c9dc4a175472fb821609
SHA1 (patch-Makefile) = f3fd52b56fcddda3efca61453c23243fac35568a
SHA1 (patch-Makefile.config) = aeaae9374c58c6baf1901ddb9b55a8fac77cf30c
-SHA1 (patch-MANIFEST) = 538cec30723a6d41b732c9dc4a175472fb821609
+SHA1 (patch-common_Build.PL) = 7d7f5afde978d0e5641f931d3f2585651ff40c1a
+SHA1 (patch-lib_Munin_Common_Defaults.pm) = 09b464d828e12da26d8f41916eb876863b4b4cb3
Index: pkgsrc/sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm
diff -u pkgsrc/sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm:1.1 pkgsrc/sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm:1.2
--- pkgsrc/sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm:1.1 Mon Sep 9 12:21:44 2019
+++ pkgsrc/sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm Fri Sep 13 08:21:08 2019
@@ -1,12 +1,12 @@
-$NetBSD: patch-lib_Munin_Common_Defaults.pm,v 1.1 2019/09/09 12:21:44 tm Exp $
+$NetBSD: patch-lib_Munin_Common_Defaults.pm,v 1.2 2019/09/13 08:21:08 jperkin Exp $
Initialize default paths for all Munin components.
---- common/lib/Munin/Common/Defaults.pm.orig 2014-11-24 21:46:24.000000000 +0000
+--- common/lib/Munin/Common/Defaults.pm.orig 2019-05-09 03:45:43.000000000 +0000
+++ common/lib/Munin/Common/Defaults.pm
@@ -18,25 +18,25 @@ my $COMPONENT_ROOT = dirname(__FILE__) .
our $DROPDOWNLIMIT = 1;
-
+
our $MUNIN_PREFIX = '';
-our $MUNIN_CONFDIR = "$COMPONENT_ROOT/t/config/";
+our $MUNIN_CONFDIR = '@PKG_SYSCONFDIR@/';
@@ -21,13 +21,13 @@ Initialize default paths for all Munin c
+our $MUNIN_CGIDIR = '@MUNIN_WWWDIR@/cgi-bin';
our $MUNIN_CGITMPDIR = '';
-our $MUNIN_DBDIR = '';
--our $MUNIN_PLUGSTATE = '';
+-our $MUNIN_PLUGSTATE = '';
+our $MUNIN_DBDIR = '@MUNIN_DBDIR@';
+our $MUNIN_PLUGSTATE = '@MUNIN_PLUGSTATE@';
our $MUNIN_SPOOLDIR = '';
our $MUNIN_MANDIR = '';
-our $MUNIN_LOGDIR = "$COMPONENT_ROOT/log/";
--our $MUNIN_STATEDIR = '';
+-our $MUNIN_STATEDIR = '';
+our $MUNIN_LOGDIR = '@MUNIN_LOGDIR@/';
+our $MUNIN_STATEDIR = '@MUNIN_STATEDIR@';
our $MUNIN_USER = getpwuid $UID;
Home |
Main Index |
Thread Index |
Old Index