From 0803c50f76e0b43f91ee6b6b3863684ad4cfa073 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Tue, 4 Jul 2023 11:04:46 +0200 Subject: [PATCH] red: Fixes bug#13164 adjust pppoe plugin name in red initscript - 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 Signed-off-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 16d48f3acb..75a17bd5a3 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 -- 2.39.5