2020-05-28 03:34:41 +02:00
|
|
|
diff -Pdpru rp-pppoe-3.14.orig/scripts/pppoe-connect.in rp-pppoe-3.14/scripts/pppoe-connect.in
|
|
|
|
--- rp-pppoe-3.14.orig/scripts/pppoe-connect.in 2020-05-27 03:29:37.000000000 +0300
|
|
|
|
+++ rp-pppoe-3.14/scripts/pppoe-connect.in 2020-05-28 03:25:07.471458502 +0300
|
2016-11-22 11:42:06 +01:00
|
|
|
@@ -18,7 +18,7 @@
|
|
|
|
# Usage: pppoe-connect [config_file]
|
|
|
|
# pppoe-connect interface user [config_file]
|
|
|
|
# Second form overrides USER and ETH from config file.
|
|
|
|
-# If config_file is omitted, defaults to /etc//ppp/pppoe.conf
|
|
|
|
+# If config_file is omitted, defaults to /etc/ppp/pppoe.conf
|
|
|
|
#
|
|
|
|
#***********************************************************************
|
|
|
|
|
|
|
|
@@ -48,7 +48,7 @@ if test "$SETSID" != "" -a ! -x "$SETSID
|
2009-06-09 17:48:47 +02:00
|
|
|
SETSID=""
|
|
|
|
fi
|
|
|
|
|
|
|
|
-CONFIG=/etc//ppp/pppoe.conf
|
|
|
|
+CONFIG=/etc/ppp/pppoe.conf
|
|
|
|
USER=""
|
|
|
|
ETH=""
|
2020-05-28 03:34:41 +02:00
|
|
|
|