diff options
author | jperkin <jperkin@pkgsrc.org> | 2019-09-13 08:21:08 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2019-09-13 08:21:08 +0000 |
commit | 7253a214acf1381ab89d9bf61c7444f62848384d (patch) | |
tree | ee46739fa116f4621164148962763a2a24d6098b /sysutils | |
parent | ac008da946906dd1ffe952dbb392cb1b2f6e4b5b (diff) | |
download | pkgsrc-7253a214acf1381ab89d9bf61c7444f62848384d.tar.gz |
munin-common: Fix patch.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/munin-common/distinfo | 8 | ||||
-rw-r--r-- | sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/munin-common/distinfo b/sysutils/munin-common/distinfo index 0a603f0d7da..f87cf940a8f 100644 --- a/sysutils/munin-common/distinfo +++ b/sysutils/munin-common/distinfo @@ -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 diff --git a/sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm b/sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm index 53ca4f34e4b..61cebf3f322 100644 --- a/sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm +++ b/sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm @@ -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 components. +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; |