public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] red: Fixes bug#13164 adjust pppoe plugin name in red initscript
@ 2023-07-04  9:04 Adolf Belka
  2023-07-04  9:08 ` Michael Tremer
  0 siblings, 1 reply; 7+ messages in thread
From: Adolf Belka @ 2023-07-04  9:04 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 769 bytes --]

- 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 <adolf.belka(a)ipfire.org>
---
 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
-- 
2.41.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-08-07 14:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-04  9:04 [PATCH] red: Fixes bug#13164 adjust pppoe plugin name in red initscript Adolf Belka
2023-07-04  9:08 ` Michael Tremer
2023-07-04 12:52   ` Adolf Belka
2023-08-02 14:14     ` Adolf Belka
2023-08-07  9:30       ` Michael Tremer
2023-08-07 10:48         ` Adolf Belka
2023-08-07 14:10           ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox