diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-09 13:04:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-09 13:04:30 +0000 |
commit | b44a406ea167e8d76c61590ffb6f9b9a5dd22c50 (patch) | |
tree | 4adb315bad1b35a0323c56de2a5b4853120157ea /main/ppp/options | |
parent | 845c1dfc6fed842d5e34bbc8cfb4c1be59505629 (diff) | |
download | aports-b44a406ea167e8d76c61590ffb6f9b9a5dd22c50.tar.bz2 aports-b44a406ea167e8d76c61590ffb6f9b9a5dd22c50.tar.xz |
main/ppp: detach immediatly rather than wait for ppp0 to show up
Otherwise the box wont boot up if the ISP is down
this reverts f607717d3e0fb302f86ffe9c80aae3485853e8c5
Diffstat (limited to 'main/ppp/options')
-rw-r--r-- | main/ppp/options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ppp/options b/main/ppp/options index af5e8ff75..0d3a80df0 100644 --- a/main/ppp/options +++ b/main/ppp/options @@ -119,7 +119,7 @@ modem #-detach # Fork to background once the ppp interface is up -updetach +#updetach # Disable IP address negotiation (with this option, the remote IP # address must be specified with an option on the command line or in |