From 007419fc24810715a3485998c3af3c782dd9f788 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 1 Jan 2019 15:58:30 +0100 Subject: Moving architecture-independent plugins to interpreter specific netdata-plugins packages to installations with targeted/minimized depends. Signed-off-by: Daniel Baumann --- debian/patches/0007-debian-use-sh.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) create mode 100644 debian/patches/0007-debian-use-sh.patch (limited to 'debian/patches') diff --git a/debian/patches/0007-debian-use-sh.patch b/debian/patches/0007-debian-use-sh.patch new file mode 100644 index 000000000..2be92d2d3 --- /dev/null +++ b/debian/patches/0007-debian-use-sh.patch @@ -0,0 +1,21 @@ +Author: Daniel Baumann +Description: Fix shebang hack to not depend on bash. + +diff -Naurp netdata.orig/collectors/node.d.plugin/node.d.plugin netdata/collectors/node.d.plugin/node.d.plugin +--- netdata.orig/collectors/node.d.plugin/node.d.plugin ++++ netdata/collectors/node.d.plugin/node.d.plugin +@@ -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 -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 ea4dc7a6d..86855ad02 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,6 +4,7 @@ 0004-debian-use-python3.patch 0005-debian-remove-infographic.patch 0006-debian-remove-contrib-files.patch +0007-debian-use-sh.patch 0011-netdata-support-symlinks.patch 0021-gui-remove-update-button.patch 0022-gui-remove-social-media-buttons.patch -- cgit v1.2.3