diff options
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 |