]> arthur.barton.de Git - netdata.git/commitdiff
added info for wheezy
authordavid <fuellgraf@transporeon.com>
Mon, 17 Oct 2016 10:28:37 +0000 (12:28 +0200)
committerdavid <fuellgraf@transporeon.com>
Mon, 17 Oct 2016 10:28:37 +0000 (12:28 +0200)
contrib/README.md

index d3643d753cbd05afcbbab31f43b89c0233ae7254..34dda535ca3647541870e96de3d0be8f45f0cc29 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`
+* 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.