From 73fef0fa7745373d4e77e961ac11fe1299b18745 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 9 Dec 2010 13:04:30 +0000 Subject: 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 (cherry picked from commit b44a406ea167e8d76c61590ffb6f9b9a5dd22c50) --- main/ppp/APKBUILD | 4 ++-- main/ppp/options | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/ppp/APKBUILD b/main/ppp/APKBUILD index b87af3f9..eff3bc5d 100644 --- a/main/ppp/APKBUILD +++ b/main/ppp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=ppp pkgver=2.4.5 -pkgrel=3 +pkgrel=4 pkgdesc="A daemon which implements the PPP protocol for dial-up networking" url="http://www.samba.org/ppp/" license="custom:GPL/BSD" @@ -40,7 +40,7 @@ package() { mkdir -p "$pkgdir"/etc/ppp/peers } md5sums="4621bc56167b6953ec4071043fe0ec57 ppp-2.4.5.tar.gz -89efd284beca55eb957ca557a5991f94 options +9185f645bb433b22a9951d9d12f79c35 options 48c024f73a80c8b69c4def22f86902cc pon 2d811f8470ccdea3b8c4505a438483e9 poff 86cdaf133f7a79fb464f02d83afc7734 plog diff --git a/main/ppp/options b/main/ppp/options index af5e8ff7..0d3a80df 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 -- cgit v1.2.3