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 532D3138D4C for ; Mon, 24 Oct 2016 20:52:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0033E084D; Mon, 24 Oct 2016 20:52:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A2CBE084D for ; Mon, 24 Oct 2016 20:52:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74BC9341422 for ; Mon, 24 Oct 2016 20:52:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 425B7308 for ; Mon, 24 Oct 2016 20:52:52 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1477342352.2af03b659eb8028bc0dc5101a22ed31e330073f5.robbat2@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: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 2af03b659eb8028bc0dc5101a22ed31e330073f5 X-VCS-Branch: master Date: Mon, 24 Oct 2016 20:52:52 +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-Archives-Salt: 694faff9-0ab5-447f-bf48-f61f427dd34a X-Archives-Hash: 886cb133f630b8084d2a7d63f71857e7 commit: 2af03b659eb8028bc0dc5101a22ed31e330073f5 Author: Sven Wegener gentoo org> AuthorDate: Tue Oct 4 20:11:01 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Oct 24 20:52:32 2016 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=2af03b65 net.lo: Add metric to supported config variables This allows us to use metric_ for configuration. Signed-off-by: Sven Wegener gentoo.org> (cherry picked from commit 3cd367c958e533bbeae011699eef0da2fdf1079e) init.d/net.lo.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 72a5427..d7108a5 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -6,7 +6,7 @@ SHDIR="@LIBEXECDIR@/sh" MODULESDIR="@LIBEXECDIR@/net" MODULESLIST="${RC_SVCDIR}/nettree" -_config_vars="config routes" +_config_vars="config metric routes" [ -z "${IN_BACKGROUND}" ] && IN_BACKGROUND="NO"