From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] red: Fixes bug#13164 adjust pppoe plugin name in red initscript Date: Tue, 04 Jul 2023 11:04:46 +0200 Message-ID: <20230704090446.3452010-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0640606015141246553==" List-Id: --===============0640606015141246553== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 a= vailable now Fixes: Bug#13164 Signed-off-by: Adolf Belka --- 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" =3D=3D "pppoe" ]; then [ "${METHOD}" =3D=3D "PPPOE_PLUGIN" ] && \ - PLUGOPTS=3D"plugin rp-pppoe.so" + PLUGOPTS=3D"plugin pppoe.so" fi =20 ### Synchronous Mode --=20 2.41.0 --===============0640606015141246553==--