]> git.pld-linux.org Git - packages/rc-scripts.git/blame - rc-scripts-ifup-ppp.patch
- Last svn bugfix
[packages/rc-scripts.git] / rc-scripts-ifup-ppp.patch
CommitLineData
b331e27b 1--- rc-scripts-0.4.0.26/sysconfig/network-scripts/ifup-ppp.orig 2006-01-21 13:19:11.000000000 +0100
2+++ rc-scripts-0.4.0.26/sysconfig/network-scripts/ifup-ppp 2006-03-11 18:42:26.000000000 +0100
3@@ -89,7 +89,7 @@
4 MODEMMODE="pty"
5 MODEMPORT="pppoa3 -v1 -c -vpi ${PPPOA_VPI} -vci ${PPPOA_VCI} ${PPPOA_OPT}"
6 fi
7-else is_yes "${PPPOA}"; then
8+elif is_yes "${PPPOA}"; then
9 MODEMMODE="plugin pppoatm.so"
10 MODEMPORT="${PPPOA_VPI}.${PPPOA_VCI}"
11 else
This page took 0.050258 seconds and 4 git commands to generate.