]> git.pld-linux.org Git - packages/netdata.git/blobdiff - nodejs.patch
- up to 1.6.0
[packages/netdata.git] / nodejs.patch
index 48d954ef6075227740c46ed21dd010e7e82b7100..a2f6ae12293a671901155b09ba52ee4cae6efe43 100644 (file)
@@ -1,6 +1,6 @@
---- netdata-1.3.0/plugins.d/node.d.plugin~     2016-09-04 23:05:48.000000000 +0300
-+++ netdata-1.3.0/plugins.d/node.d.plugin      2016-09-04 23:05:55.090394196 +0300
-@@ -1,13 +1,5 @@
+--- netdata-1.6.0/plugins.d/node.d.plugin.orig 2017-04-17 17:56:37.618423579 +0200
++++ netdata-1.6.0/plugins.d/node.d.plugin      2017-04-17 17:57:47.213302270 +0200
+@@ -1,12 +1,5 @@
 -#!/usr/bin/env bash
 -':' //; exec "$(command -v nodejs || command -v node || command -v js || echo "ERROR node.js IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@"
 -
@@ -10,9 +10,8 @@
 -// Initially this is run as a shell script (#!/bin/sh).
 -// Then, the second line, finds nodejs or node or js in the system path
 -// and executes it with the shell parameters.
--
 +#!/usr/bin/node
 +// vim:ft=javascript
- // --------------------------------------------------------------------------------------------------------------------
  
- 'use strict';
+ // netdata
+ // real-time performance and health monitoring, done right!
This page took 0.034218 seconds and 4 git commands to generate.