fix typo
authorFelix Fietkau <nbd@openwrt.org>
Fri, 4 Aug 2006 08:43:04 +0000 (08:43 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 4 Aug 2006 08:43:04 +0000 (08:43 +0000)
SVN-Revision: 4435

openwrt/package/ppp/files/ppp.sh

index 0bb77b8284c595bf379073599ae615e6687c740f..a162b9730215ddd63a6b203493f4432e6775465d 100644 (file)
@@ -21,7 +21,7 @@ start_pppd() {
                usepeerdns \
                defaultroute \
                replacedefaultroute \
-               ${username:+username "$username" password "$password"} \
+               ${username:+user "$username" password "$password"} \
                linkname "$cfg" \
                ipparam "$cfg"
 }