From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] red: Fixes bug#13164 adjust pppoe plugin name in red initscript Date: Tue, 04 Jul 2023 10:08:29 +0100 Message-ID: In-Reply-To: <20230704090446.3452010-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7874507828833895995==" List-Id: --===============7874507828833895995== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thanks. This looks good to me. Reviewed-by: Michael Tremer > On 4 Jul 2023, at 10:04, Adolf Belka wrote: >=20 > - 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 >=20 > Fixes: Bug#13164 > Signed-off-by: Adolf Belka > --- > src/initscripts/networking/red | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 >=20 --===============7874507828833895995==--