X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=contrib%2FREADME.md;h=60bcf3f28021b899582ed7e93ddd89b3df073ab8;hb=ac7b62456a82bc72bbaf7499b1fed3082544d625;hp=d3643d753cbd05afcbbab31f43b89c0233ae7254;hpb=3cf8b2fedb421f7c1b0c62bf3857d652e507cb37;p=netdata.git diff --git a/contrib/README.md b/contrib/README.md index d3643d75..60bcf3f2 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` +* remove `dpkg-statoverride --update --add --force root netdata 0775 /var/lib/netdata/registry` from + `contrib/debian/netdata.postinst.in`. If you are going to handle the unique id file differently. Then proceed as the main instructions above.