projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be029b
)
fix start_pppd for pptp (closes: #1612)
author
Nicolas Thill
<nico@openwrt.org>
Sat, 21 Apr 2007 20:19:54 +0000
(20:19 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 21 Apr 2007 20:19:54 +0000
(20:19 +0000)
SVN-Revision: 7027
package/pptp/files/pptp.sh
patch
|
blob
|
history
diff --git
a/package/pptp/files/pptp.sh
b/package/pptp/files/pptp.sh
index fffa625a2fc561e5b14fe08e1b2ce04510aabca4..c61bdc02062ace29113186f1ce1979c7bcaf3004 100644
(file)
--- a/
package/pptp/files/pptp.sh
+++ b/
package/pptp/files/pptp.sh
@@
-17,7
+17,7
@@
setup_interface_pptp() {
config_get server "$cfg" server
mtu=${mtu:-1452}
start_pppd "$config" \
- pty "/usr/sbin/pptp $server --loglevel 0 --nolaunchpppd"
- file /etc/ppp/options.pptp
+ pty "/usr/sbin/pptp $server --loglevel 0 --nolaunchpppd"
\
+ file /etc/ppp/options.pptp
\
mtu $mtu mru $mtu
}