summaryrefslogtreecommitdiffstats
path: root/contrib/README.md
diff options
context:
space:
mode:
authordavid <fuellgraf@transporeon.com>2016-10-17 12:28:37 +0200
committerdavid <fuellgraf@transporeon.com>2016-10-17 12:28:37 +0200
commit38bb384d50d00d291b510a12922f15689ace3b56 (patch)
treef4d69c3e19faea5abf069f6d9eb443f32af4d799 /contrib/README.md
parent47cc2ac2c86cbe26ae33909c80c0acf7f898647d (diff)
added info for wheezy
Diffstat (limited to 'contrib/README.md')
-rw-r--r--contrib/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/README.md b/contrib/README.md
index d3643d753c..34dda535ca 100644
--- a/contrib/README.md
+++ b/contrib/README.md
@@ -37,14 +37,16 @@ updates first.
* rename `contrib/debian/control.wheezy` to `contrib/debian/control`.
+* change `control.wheezy from contrib/Makefile* to control`.
+
* uncomment `EXTRA_OPTS="-P /var/run/netdata.pid"` in
`contrib/debian/netdata.default`
* edit `contrib/debian/netdata.init` and change `PIDFILE` to
`/var/run/netdata.pid`
-* uncomment `postrotate` in `system/netdata.logrotate.in` and change
- `try-restart` to `restart`
+* add `dpkg-statoverride --update --add --force root netdata 0775 /var/lib/netdata/registry` to
+ contrig/debian/netdata.postinst.in. So the unique id can be written to the fs.
Then proceed as the main instructions above.