]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Typo bugfix.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 11 Mar 2006 14:54:48 +0000 (14:54 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 11 Mar 2006 14:54:48 +0000 (14:54 +0000)
svn-id: @7144

sysconfig/network-scripts/ifup-ppp

index adbc001be01a2dd2a5f02abeb23bfa35e9bfbdca..43e6f2c14456a24254eee8560ea4ea86f85d3953 100755 (executable)
@@ -89,7 +89,7 @@ elif is_yes "${PPPOA_SPEEDTOUCH}"; then
                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.112421 seconds and 4 git commands to generate.