summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0004-use-sh.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-09 05:02:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-09 05:22:35 +0000
commit86c74ea2173fa4ec79a2c78e06df2aef4ceb13ce (patch)
treeeb9ec2460bfeeb5d7933f3c184394454b904fb06 /debian/patches/debian/0004-use-sh.patch
parentMerging upstream version 1.35.0. (diff)
downloadnetdata-86c74ea2173fa4ec79a2c78e06df2aef4ceb13ce.tar.xz
netdata-86c74ea2173fa4ec79a2c78e06df2aef4ceb13ce.zip
Updating packaging for upstreams nodejs removal.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/debian/0004-use-sh.patch')
-rw-r--r--debian/patches/debian/0004-use-sh.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/patches/debian/0004-use-sh.patch b/debian/patches/debian/0004-use-sh.patch
deleted file mode 100644
index 6c8e93bfb..000000000
--- a/debian/patches/debian/0004-use-sh.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Author: Daniel Baumann <daniel.baumann@progress-linux.org>
-Description: Fix shebang hack to not depend on bash.
-
-diff -Naurp netdata.orig/collectors/node.d.plugin/node.d.plugin.in netdata/collectors/node.d.plugin/node.d.plugin.in
---- netdata.orig/collectors/node.d.plugin/node.d.plugin.in
-+++ netdata/collectors/node.d.plugin/node.d.plugin.in
-@@ -1,4 +1,4 @@
--#!/usr/bin/env bash
-+#!/bin/sh
- ':' //; exec "$(command -v nodejs || command -v node || echo "ERROR node IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@"
-
- // shebang hack from: