]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- Last svn bugfix
authoradgor <adgor@pld-linux.org>
Sat, 11 Mar 2006 17:46:31 +0000 (17:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-ifup-ppp.patch -> 1.1

rc-scripts-ifup-ppp.patch [new file with mode: 0644]

diff --git a/rc-scripts-ifup-ppp.patch b/rc-scripts-ifup-ppp.patch
new file mode 100644 (file)
index 0000000..f27a553
--- /dev/null
@@ -0,0 +1,11 @@
+--- rc-scripts-0.4.0.26/sysconfig/network-scripts/ifup-ppp.orig        2006-01-21 13:19:11.000000000 +0100
++++ rc-scripts-0.4.0.26/sysconfig/network-scripts/ifup-ppp     2006-03-11 18:42:26.000000000 +0100
+@@ -89,7 +89,7 @@
+               MODEMMODE="pty"
+               MODEMPORT="pppoa3 -v1 -c -vpi ${PPPOA_VPI} -vci ${PPPOA_VCI} ${PPPOA_OPT}"
+       fi
+-else is_yes "${PPPOA}"; then
++elif is_yes "${PPPOA}"; then
+       MODEMMODE="plugin pppoatm.so"
+       MODEMPORT="${PPPOA_VPI}.${PPPOA_VCI}"
+ else
This page took 0.033622 seconds and 4 git commands to generate.