diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-11-21 18:40:25 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-11-21 18:40:25 +0000 |
commit | fc3b56ba75eb2074ab25d637077a382f3c546b8f (patch) | |
tree | 6ea46599dc5294a96114bc8bc59a023c26e19069 /net-mgmt/collectd5/files/patch-src_daemon_collectd.h | |
parent | Update to 3.2.1 (diff) |
net-mgmt/collectd5: update to 5.8.0
PR: 223789
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=454647
Diffstat (limited to 'net-mgmt/collectd5/files/patch-src_daemon_collectd.h')
-rw-r--r-- | net-mgmt/collectd5/files/patch-src_daemon_collectd.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/collectd5/files/patch-src_daemon_collectd.h b/net-mgmt/collectd5/files/patch-src_daemon_collectd.h new file mode 100644 index 000000000000..7cef38729056 --- /dev/null +++ b/net-mgmt/collectd5/files/patch-src_daemon_collectd.h @@ -0,0 +1,11 @@ +--- src/daemon/collectd.h.orig 2017-11-18 09:03:27 UTC ++++ src/daemon/collectd.h +@@ -207,7 +207,7 @@ + #endif + + #ifndef PKGLOCALSTATEDIR +-#define PKGLOCALSTATEDIR PREFIX "/var/lib/" PACKAGE_NAME ++#define PKGLOCALSTATEDIR PREFIX "/var/db/" PACKAGE_NAME + #endif + + #ifndef PIDFILE |