summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2019-08-13 08:07:17 -0700
committerGitHub <noreply@github.com>2019-08-13 08:07:17 -0700
commita726c905bde122d6a03da9866efb51a2e3b526c2 (patch)
tree7715d332b0eeedbf4e45ea60c698a25c2c30929d /contrib
parentdc38b1d15df2d07f65c0f3c8f8f944fbcc89a574 (diff)
Change "netdata" to "Netdata" in all docs (#6621)
* First pass of changing netdata to Netdata * Second pass of netdata -> Netdata * Starting work on netdata with no whitespace after * Pass for netdata with no whitespace at the end * Pass for netdata with no whitespace at the front
Diffstat (limited to 'contrib')
-rw-r--r--contrib/README.md10
-rw-r--r--contrib/sles11/README.md4
2 files changed, 7 insertions, 7 deletions
diff --git a/contrib/README.md b/contrib/README.md
index c5ce873a77..a5dafa01bc 100644
--- a/contrib/README.md
+++ b/contrib/README.md
@@ -1,4 +1,4 @@
-# netdata contrib
+# Netdata contrib
## Building .deb packages
@@ -7,8 +7,8 @@ Debian package. It has been tested on Debian Jessie and Wheezy,
but should work, possibly with minor changes, if you have other
dpkg-based systems such as Ubuntu or Mint.
-To build netdata for a Debian Jessie system, the debian directory
-has to be available in the root of the netdata source. The easiest
+To build Netdata for a Debian Jessie system, the debian directory
+has to be available in the root of the Netdata source. The easiest
way to do this is with a symlink:
~/netdata$ ln -s contrib/debian
@@ -50,9 +50,9 @@ updates first.
Then proceed as the main instructions above.
-### Reinstalling netdata
+### Reinstalling Netdata
-The recommended way to upgrade netdata packages built from this
+The recommended way to upgrade Netdata packages built from this
source is to remove the current package from your system, then
install the new package. Upgrading on wheezy is known to not
work cleanly; Jessie may behave as expected.
diff --git a/contrib/sles11/README.md b/contrib/sles11/README.md
index d052b9454a..fb584bbec3 100644
--- a/contrib/sles11/README.md
+++ b/contrib/sles11/README.md
@@ -1,10 +1,10 @@
-# spec to build netdata RPM for sles 11
+# Spec to build Netdata RPM for sles 11
Based on [opensuse rpm spec](https://build.opensuse.org/package/show/network/netdata) with some
changes and additions for sles 11 backport, namely:
- init.d script
- run-time dependency on python ordereddict backport
-- patch for netdata python.d plugin to work with older python
+- patch for Netdata python.d plugin to work with older python
- crude hack of notification script to work with bash 3 (email and syslog only, one destination,
see comments at the top)