From: david Date: Mon, 17 Oct 2016 10:28:37 +0000 (+0200) Subject: added info for wheezy X-Git-Tag: v1.5.0~225^2~3 X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=commitdiff_plain;h=38bb384d50d00d291b510a12922f15689ace3b56 added info for wheezy --- diff --git a/contrib/README.md b/contrib/README.md index d3643d75..34dda535 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.