From patchwork Tue Jul 4 09:04:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6966 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4QwH1L3z1Wz3wm3 for ; Tue, 4 Jul 2023 09:04:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4QwH1K497dz1Kk; Tue, 4 Jul 2023 09:04:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4QwH1K2h6Bz2yJ8; Tue, 4 Jul 2023 09:04:53 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4QwH1H2Wqkz2yBg for ; Tue, 4 Jul 2023 09:04:51 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4QwH1G1hVxzsQ; Tue, 4 Jul 2023 09:04:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1688461490; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=pgNyXHtjjjpHtfpD7LL0r/W2w8qeJdHTyYcLEjnMjUk=; b=StQxSTHgTMG59tphKoLJVJws8Axv8yVhah7qz7Pvhv4dJ4KkSJ10mhHXrcEHA4kHUmbrBp Af3vx7MXFCIrztCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1688461490; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=pgNyXHtjjjpHtfpD7LL0r/W2w8qeJdHTyYcLEjnMjUk=; b=GDGO0RhIwcNFFFBz07uudi9YqVHKKWaKY2r/nGZVcOoHx+5vWllRvB9mnrEqq4mZzAXCLk VNICHVgTE3IRMCKYrgGkzoFfMvc9nIIs04rlr0XuROznuTS3PyiYeC6GOkzG8vSRwz3IL1 MlFtzjSMd3nxPWQAvTC8uBknIUa6/06+8P9X91jgvIhrmYyKIOgBepDddnFXUn6H1RENQN lshkAEEE94gzdfYJYSu4RT4KJwU+XEbgUNZ1cYM0eJdecyDYrmX334RuckxIyLWLPug9l8 xoeHKPek/c2B0xn3rgi7E67qp0vRk0JzPY3byPlARWd3jAwz0uBhiEW1m1AWTA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] red: Fixes bug#13164 adjust pppoe plugin name in red initscript Date: Tue, 4 Jul 2023 11:04:46 +0200 Message-ID: <20230704090446.3452010-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - This patch goes together with the patch for the ppp update to 2.5.0 - The rp-pppoe.so option is no longer available. There is only the pppoe.so available now Fixes: Bug#13164 Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- src/initscripts/networking/red | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/networking/red b/src/initscripts/networking/red index 16d48f3ac..75a17bd5a 100644 --- a/src/initscripts/networking/red +++ b/src/initscripts/networking/red @@ -365,7 +365,7 @@ case "${1}" in # if [ "$TYPE" == "pppoe" ]; then [ "${METHOD}" == "PPPOE_PLUGIN" ] && \ - PLUGOPTS="plugin rp-pppoe.so" + PLUGOPTS="plugin pppoe.so" fi ### Synchronous Mode