]> git.pld-linux.org Git - packages/netdata.git/blobdiff - nodejs.patch
up to 1.3.0 (2016-08-28)
[packages/netdata.git] / nodejs.patch
index 7ba6ef9a2354c38a552908f2e8bf64fa34b6c6d3..48d954ef6075227740c46ed21dd010e7e82b7100 100644 (file)
@@ -1,7 +1,7 @@
---- netdata-1.0.0/plugins.d/node.d.plugin~     2016-03-22 22:36:06.000000000 +0200
-+++ netdata-1.0.0/plugins.d/node.d.plugin      2016-04-06 14:04:17.294990309 +0300
-@@ -1,13 +1,4 @@
--#!/bin/sh
+--- 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 @@
+-#!/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" "$@"
 -
 -// shebang hack from:
@@ -12,6 +12,7 @@
 -// and executes it with the shell parameters.
 -
 +#!/usr/bin/node
++// vim:ft=javascript
  // --------------------------------------------------------------------------------------------------------------------
  
  'use strict';
This page took 0.070972 seconds and 4 git commands to generate.