]> git.pld-linux.org Git - packages/rc-scripts.git/blob - rc-scripts-ifup-ppp.patch
- add hwprofiles dir
[packages/rc-scripts.git] / rc-scripts-ifup-ppp.patch
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.084202 seconds and 3 git commands to generate.