From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] red: Fixes bug#13164 adjust pppoe plugin name in red initscript Date: Tue, 04 Jul 2023 14:52:27 +0200 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5952819149829948690==" List-Id: --===============5952819149829948690== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable So next thing is to see if this updated version works for Peter and Arne or i= f I have more work to do. :-) Regards, Adolf. On 04/07/2023 11:08, Michael Tremer wrote: > Thanks. This looks good to me. >=20 > Reviewed-by: Michael Tremer >=20 >> On 4 Jul 2023, at 10:04, Adolf Belka wrote: >> >> - 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.s= o available 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/r= ed >> 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 >> >> ### Synchronous Mode >> --=20 >> 2.41.0 >> >=20 --===============5952819149829948690==--