From: Lars Kruse Date: Sun, 19 Apr 2020 12:26:55 +0000 (+0200) Subject: muninlite: remove patch "hostname" X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f5ae7f7718cc3a35a11bc07f4cdbf478ec63ef65;p=feed%2Fpackages.git muninlite: remove patch "hostname" Since muninlite 2.0 the unpatched upstream also uses /proc/sys/kernel/hostname. Thus the patch is not necessary anymore. Signed-off-by: Lars Kruse --- diff --git a/admin/muninlite/patches/002-hostname.patch b/admin/muninlite/patches/002-hostname.patch deleted file mode 100644 index a23284379f..0000000000 --- a/admin/muninlite/patches/002-hostname.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/muninlite.in -+++ b/muninlite.in -@@ -113,7 +113,7 @@ PLUGINS=$RES - - # ===== MAIN LOOP ===== - FUNCTIONS="list nodes config fetch version quit" --HOSTNAME=$( { hostname -f || hostname || cat /proc/sys/kernel/hostname || echo "unknown"; } 2>/dev/null ) -+HOSTNAME=$(/sbin/uci get "system.@system[0].hostname" 2>/dev/null || cat /proc/sys/kernel/hostname) - echo "# munin node at $HOSTNAME" - while read -r arg0 arg1 - do