aboutsummaryrefslogtreecommitdiffstats
path: root/package/pptp
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-19 14:07:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-19 14:07:54 +0000
commitdc2ed05154f94faa418b494143294550b92a8429 (patch)
treebd86faa9a0c431b7079baef5ca94e415507a9d82 /package/pptp
parent72d71423519295b5019fc36092a9f914298f9e97 (diff)
downloadmaster-187ad058-dc2ed05154f94faa418b494143294550b92a8429.tar.gz
master-187ad058-dc2ed05154f94faa418b494143294550b92a8429.tar.bz2
master-187ad058-dc2ed05154f94faa418b494143294550b92a8429.zip
remove nodetach from ppp init scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2534 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pptp')
-rw-r--r--package/pptp/files/ifup.pptp2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptp/files/ifup.pptp b/package/pptp/files/ifup.pptp
index eda78e4402..c8a1a5eee8 100644
--- a/package/pptp/files/ifup.pptp
+++ b/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 \