summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/debian/0004-use-sh.patch12
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 13 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:
diff --git a/debian/patches/series b/debian/patches/series
index 7d8318f10..30c81f16d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,7 +1,6 @@
debian/0001-use-system-python.patch
debian/0002-use-system-exim4.patch
debian/0003-use-python3.patch
-debian/0004-use-sh.patch
debian/0005-use-bash.patch
upstream/0001-allow-symlinks.patch
upstream/0002-fix-FTCBFS.patch