summaryrefslogtreecommitdiffstats
path: root/contrib/README.md
diff options
context:
space:
mode:
authordavid <fuellgraf@transporeon.com>2016-06-17 16:05:46 +0200
committerdavid <fuellgraf@transporeon.com>2016-06-17 16:05:46 +0200
commitbc09e7e94467b2b36871245f4a88ac2b2a2f7b01 (patch)
tree0be67515b5410679361abf3591828acfd2a2e572 /contrib/README.md
parent46835d31848e74971889758141451ef335ba3c60 (diff)
changes for wheezy package
Diffstat (limited to 'contrib/README.md')
-rw-r--r--contrib/README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/contrib/README.md b/contrib/README.md
index 4578989a4e..3433454a79 100644
--- a/contrib/README.md
+++ b/contrib/README.md
@@ -35,8 +35,16 @@ updates first.
* edit `contrib/debian/rules` and adjust the `dh` rule near the
top to remove systemd (see comments in that file).
-* edit `contrib/debian/control`: remove `dh-systemd` from the
- Build-Depends list, and add `pkg-config` to it.
+* rename `contrib/debian/control.wheezy` to `contrib/debian/control`.
+
+* uncomment `EXTRA_OPTS="-pidfile /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`
Then proceed as the main instructions above.
@@ -46,4 +54,3 @@ The recommended way to upgrade netdata packages built from this
source is to remove the current package from your system, then
install the new package. Upgrading on wheezy is known to not
work cleanly; Jessie may behave as expected.
-