From: david Date: Mon, 17 Oct 2016 11:20:31 +0000 (+0200) Subject: registry folder will be forced X-Git-Tag: v1.5.0~225^2 X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=commitdiff_plain;h=2cbccffc0556549e20b89bc4942d0ceb895748de registry folder will be forced --- diff --git a/contrib/README.md b/contrib/README.md index d9110318..60bcf3f2 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -45,8 +45,8 @@ updates first. * edit `contrib/debian/netdata.init` and change `PIDFILE` to `/var/run/netdata.pid` -* add `dpkg-statoverride --update --add --force root netdata 0775 /var/lib/netdata/registry` to - `contrib/debian/netdata.postinst.in`. So the unique id can be written to the fs. +* 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.