summaryrefslogtreecommitdiffstats
path: root/openwrt/package/pptp
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-19 14:07:54 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-19 14:07:54 +0000
commitf415ff1978269c50de7619e4f45a5d6942f6c6cc (patch)
treeead7b9a559aa8dd94e5841ee4d9f6315b32c94ed /openwrt/package/pptp
parent35a499ec9f3c64dc7959fc60c1d7e5b45b75e412 (diff)
remove nodetach from ppp init scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2534 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/pptp')
-rw-r--r--openwrt/package/pptp/files/ifup.pptp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/pptp/files/ifup.pptp b/openwrt/package/pptp/files/ifup.pptp
index eda78e440..c8a1a5eee 100644
--- a/openwrt/package/pptp/files/ifup.pptp
+++ b/openwrt/package/pptp/files/ifup.pptp
@@ -36,7 +36,7 @@ NETMASK=$(nvram get ${type}_netmask)
IFNAME=$(nvram get pptp_ifname)
[ -z "$NETMASK" -o -z "$IFNAME" ] || ifconfig $IFNAME netmask $NETMASK
-/usr/sbin/pppd nodetach \
+/usr/sbin/pppd \
pty "/usr/sbin/pptp $IP --loglevel 0 --nolaunchpppd" \
file /etc/ppp/options.pptp \
connect /bin/true \