mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
While here, improve formatting PR: 238745 [1] Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) [1]
11 lines
298 B
C
11 lines
298 B
C
--- src/daemon/collectd.h.orig 2019-06-13 09:13:42 UTC
|
|
+++ src/daemon/collectd.h
|
|
@@ -213,7 +213,7 @@ typedef int uid_t;
|
|
#endif
|
|
|
|
#ifndef PKGLOCALSTATEDIR
|
|
-#define PKGLOCALSTATEDIR PREFIX "/var/lib/" PACKAGE_NAME
|
|
+#define PKGLOCALSTATEDIR PREFIX "/var/db/" PACKAGE_NAME
|
|
#endif
|
|
|
|
#ifndef PIDFILE
|