unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 53b7fc5b31a789e68530225e0994e19fd518fd12 429 bytes (raw)
name: gnu/packages/patches/netdata-0005-use-bash.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Using bash instead of sh for edit-config.
 It reads /etc/profile which often contains bash specific configuration.

diff -Naurp netdata.orig/system/edit-config.in netdata/system/edit-config.in
--- netdata.orig/system/edit-config.in
+++ netdata/system/edit-config.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/bash
 
 [ -f /etc/profile ] && . /etc/profile
 

debug log:

solving 53b7fc5b31 ...
found 53b7fc5b31 in https://yhetil.org/guix-patches/20210211080944.11165-1-lle-bout@zaclys.net/

applying [1/1] https://yhetil.org/guix-patches/20210211080944.11165-1-lle-bout@zaclys.net/
diff --git a/gnu/packages/patches/netdata-0005-use-bash.patch b/gnu/packages/patches/netdata-0005-use-bash.patch
new file mode 100644
index 0000000000..53b7fc5b31

1:17: trailing whitespace.
 
1:19: trailing whitespace.
 
Checking patch gnu/packages/patches/netdata-0005-use-bash.patch...
1:19: new blank line at EOF.
+
Applied patch gnu/packages/patches/netdata-0005-use-bash.patch cleanly.
warning: 3 lines add whitespace errors.

index at:
100644 53b7fc5b31a789e68530225e0994e19fd518fd12	gnu/packages/patches/netdata-0005-use-bash.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).