From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82539138359 for ; Mon, 7 Sep 2020 13:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8D31E0903; Mon, 7 Sep 2020 13:03:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B9F1E0903 for ; Mon, 7 Sep 2020 13:03:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19F8F335DB6 for ; Mon, 7 Sep 2020 13:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FE03320 for ; Mon, 7 Sep 2020 13:03:30 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1599483778.26aa22cc703d5ec0da2d78f042ad3bb9c42afb6a.polynomial-c@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: init.d/ X-VCS-Repository: proj/netifrc X-VCS-Files: init.d/net.lo.in X-VCS-Directories: init.d/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 26aa22cc703d5ec0da2d78f042ad3bb9c42afb6a X-VCS-Branch: master Date: Mon, 7 Sep 2020 13:03:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c03d332d-0673-4ecc-ab0c-65035ca725e7 X-Archives-Hash: e848abaa3684598c9cd59e3c6b420ea6 commit: 26aa22cc703d5ec0da2d78f042ad3bb9c42afb6a Author: Lars Wendler gentoo org> AuthorDate: Mon Sep 7 08:55:10 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Sep 7 13:02:58 2020 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=26aa22cc init.d/net.lo.in: Add missing closing function bracket Bug introdcued with commit d3b5d78c5f3696aaf841d7900e69a37de29cfc25 Signed-off-by: Lars Wendler gentoo.org> init.d/net.lo.in | 1 + 1 file changed, 1 insertion(+) diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 3ab83b2..fb55788 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -295,6 +295,7 @@ _get_errorhandler_behavior() { echo "$value" && break fi done +} _show_address6() {