projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8b0cd5
)
fix typo
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 4 Aug 2006 08:43:04 +0000
(08:43 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 4 Aug 2006 08:43:04 +0000
(08:43 +0000)
SVN-Revision: 4435
openwrt/package/ppp/files/ppp.sh
patch
|
blob
|
history
diff --git
a/openwrt/package/ppp/files/ppp.sh
b/openwrt/package/ppp/files/ppp.sh
index 0bb77b8284c595bf379073599ae615e6687c740f..a162b9730215ddd63a6b203493f4432e6775465d 100644
(file)
--- a/
openwrt/package/ppp/files/ppp.sh
+++ b/
openwrt/package/ppp/files/ppp.sh
@@
-21,7
+21,7
@@
start_pppd() {
usepeerdns \
defaultroute \
replacedefaultroute \
- ${username:+user
name
"$username" password "$password"} \
+ ${username:+user "$username" password "$password"} \
linkname "$cfg" \
ipparam "$cfg"
}