]> arthur.barton.de Git - netdata.git/blobdiff - contrib/README.md
Merge branch 'master' into ab-debian
[netdata.git] / contrib / README.md
index d3643d753cbd05afcbbab31f43b89c0233ae7254..60bcf3f28021b899582ed7e93ddd89b3df073ab8 100644 (file)
@@ -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.