projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c102c1
)
fix typo
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 4 Aug 2006 08:43:04 +0000
(08:43 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 4 Aug 2006 08:43:04 +0000
(08:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4435
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ppp/files/ppp.sh
patch
|
blob
|
history
diff --git
a/package/ppp/files/ppp.sh
b/package/ppp/files/ppp.sh
index
0bb77b8
..
a162b97
100644
(file)
--- a/
package/ppp/files/ppp.sh
+++ b/
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"
}
This page took
0.023306 seconds
and
4
git commands to generate.