summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-05-05 21:38:59 +0000
committerAlin Năstac <mrness@gentoo.org>2005-05-05 21:38:59 +0000
commitd58dec957e46badbdeab0eca39502cd364a87521 (patch)
treec5534ca5aca9eeb30232ab356d1f3a1326df9bf3 /net-dialup/rp-pppoe/files
parentUnmasking >=mail-filter/bogofilter-0.93.2. (diff)
downloadgentoo-2-d58dec957e46badbdeab0eca39502cd364a87521.tar.gz
gentoo-2-d58dec957e46badbdeab0eca39502cd364a87521.tar.bz2
gentoo-2-d58dec957e46badbdeab0eca39502cd364a87521.zip
move 'connect true' before $LINUX_PLUGIN (#89609)
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dialup/rp-pppoe/files')
-rw-r--r--net-dialup/rp-pppoe/files/digest-rp-pppoe-3.5-r112
-rw-r--r--net-dialup/rp-pppoe/files/rp-pppoe-3.5-on-demand-with-plugin.patch24
2 files changed, 26 insertions, 0 deletions
diff --git a/net-dialup/rp-pppoe/files/digest-rp-pppoe-3.5-r11 b/net-dialup/rp-pppoe/files/digest-rp-pppoe-3.5-r11
new file mode 100644
index 000000000000..e67ec4d3fe8f
--- /dev/null
+++ b/net-dialup/rp-pppoe/files/digest-rp-pppoe-3.5-r11
@@ -0,0 +1,2 @@
+MD5 97972f8f8f6a3ab9b7070333a6a29c4b rp-pppoe-3.5.tar.gz 189321
+MD5 848f6c3cafeb6074ffeb293c3af79b7c ppp-2.4.3.tar.gz 688092
diff --git a/net-dialup/rp-pppoe/files/rp-pppoe-3.5-on-demand-with-plugin.patch b/net-dialup/rp-pppoe/files/rp-pppoe-3.5-on-demand-with-plugin.patch
new file mode 100644
index 000000000000..886257b901cf
--- /dev/null
+++ b/net-dialup/rp-pppoe/files/rp-pppoe-3.5-on-demand-with-plugin.patch
@@ -0,0 +1,24 @@
+diff -Nru rp-pppoe-3.5.orig/configs/pppoe.conf rp-pppoe-3.5/configs/pppoe.conf
+--- rp-pppoe-3.5.orig/configs/pppoe.conf 2005-05-06 00:30:17.000000000 +0300
++++ rp-pppoe-3.5/configs/pppoe.conf 2005-05-06 00:32:32.181250632 +0300
+@@ -120,7 +120,7 @@
+ FIREWALL=NONE
+
+ # Linux kernel-mode plugin for pppd. If you want to try the kernel-mode
+-# plugin, use LINUX_PLUGIN=/etc/ppp/plugins/rp-pppoe.so
++# plugin, use LINUX_PLUGIN=rp-pppoe.so
+ LINUX_PLUGIN=
+
+ # Any extra arguments to pass to pppoe. Normally, use a blank string
+diff -Nru rp-pppoe-3.5.orig/scripts/adsl-connect.in rp-pppoe-3.5/scripts/adsl-connect.in
+--- rp-pppoe-3.5.orig/scripts/adsl-connect.in 2005-05-06 00:22:37.000000000 +0300
++++ rp-pppoe-3.5/scripts/adsl-connect.in 2005-05-06 00:23:27.110114040 +0300
+@@ -301,7 +301,7 @@
+ $SETSID $OVERRIDE_PPPD_COMMAND &
+ echo "$!" > $PPPD_PIDFILE
+ elif test "$LINUX_PLUGIN" != "" ; then
+- $SETSID $PPPD $PPP_STD_OPTIONS $DEMAND &
++ $SETSID $PPPD $DEMAND $PPP_STD_OPTIONS &
+ echo "$!" > $PPPD_PIDFILE
+ else
+ $SETSID $PPPD pty "$PPPOE_CMD" \