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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B77C715817D for ; Tue, 11 Jun 2024 00:39:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E56B52BC015; Tue, 11 Jun 2024 00:39:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C96F62BC015 for ; Tue, 11 Jun 2024 00:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70D9533BE3B for ; Tue, 11 Jun 2024 00:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D439A1769 for ; Tue, 11 Jun 2024 00:39:09 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1716529905.7f323cf374035ac1c871f13d6a6ad29bb97bc930.chutzpah@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: net/ X-VCS-Repository: proj/netifrc X-VCS-Files: net/wireguard.sh X-VCS-Directories: net/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 7f323cf374035ac1c871f13d6a6ad29bb97bc930 X-VCS-Branch: master Date: Tue, 11 Jun 2024 00:39:09 +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: 5f144127-d10e-47f4-a425-5704c4ab2d7f X-Archives-Hash: dbbb245d5fce858bb1884862027bfb48 commit: 7f323cf374035ac1c871f13d6a6ad29bb97bc930 Author: Andrey Volkov ekb-info ru> AuthorDate: Tue Sep 28 13:40:27 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri May 24 05:51:45 2024 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=7f323cf3 Add missing wireguard_depend program Signed-off-by: Andrey Volkov ekb-info.ru> net/wireguard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/wireguard.sh b/net/wireguard.sh index f6ca69e..301836d 100644 --- a/net/wireguard.sh +++ b/net/wireguard.sh @@ -5,7 +5,7 @@ wireguard_depend() { - program wg + program ip wg before interface }