diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-14 15:51:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-22 13:56:51 +0000 |
commit | ac8f579696492ff682e9afb03c04cb540e128ca9 (patch) | |
tree | d642c810773b04f51765ef082a1aca1e763504ab | |
parent | Deduplicating apache2 configuration. (diff) | |
download | netdata-ac8f579696492ff682e9afb03c04cb540e128ca9.tar.xz netdata-ac8f579696492ff682e9afb03c04cb540e128ca9.zip |
Moving local netdata.conf into subdirectory within source tree for consistency.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/netdata/netdata.conf (renamed from debian/local/netdata.conf) | 0 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/local/netdata.conf b/debian/local/netdata/netdata.conf index e15f9b89b..e15f9b89b 100644 --- a/debian/local/netdata.conf +++ b/debian/local/netdata/netdata.conf diff --git a/debian/rules b/debian/rules index 07538409c..8359b1c8a 100755 --- a/debian/rules +++ b/debian/rules @@ -79,7 +79,7 @@ override_dh_install-arch: # Copy architecture dependent plugins mkdir -p $(TOP)-core/etc/netdata - cp debian/local/netdata.conf $(TOP)-core/etc/netdata + cp debian/local/netdata/netdata.conf $(TOP)-core/etc/netdata touch $(TOP)-core/etc/netdata/.opt-out-from-anonymous-statistics mkdir -p $(TOP)-core/usr/lib/netdata/plugins.d @@ -94,7 +94,7 @@ ifeq (netdata-core-no-sse,$(findstring netdata-core-no-sse,$(PACKAGES))) dh_install -p netdata-core-no-sse --sourcedir=debian/tmp-core-no-sse mkdir -p $(TOP)-core-no-sse/etc/netdata - cp debian/local/netdata.conf $(TOP)-core-no-sse/etc/netdata + cp debian/local/netdata/netdata.conf $(TOP)-core-no-sse/etc/netdata touch $(TOP)-core-no-sse/etc/netdata/.opt-out-from-anonymous-statistics mkdir -p $(TOP)-core-no-sse/usr/lib/netdata/plugins.d |