From 0dbbaf7be1132dc3e5632c2a58396935fabc24d4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 3 Dec 2010 13:38:02 +0000 Subject: main/ppp: wait til ppp interface is up by default (cherry picked from commit f607717d3e0fb302f86ffe9c80aae3485853e8c5) --- main/ppp/APKBUILD | 4 ++-- main/ppp/options | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/main/ppp/APKBUILD b/main/ppp/APKBUILD index eb17abf7ca..dd71ee0085 100644 --- a/main/ppp/APKBUILD +++ b/main/ppp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=ppp pkgver=2.4.5 -pkgrel=1 +pkgrel=2 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 -7a9259a8f038073eeea7e4552ff1849f options +02746254adfb9e00d07428a553ea1a30 options 48c024f73a80c8b69c4def22f86902cc pon 2d811f8470ccdea3b8c4505a438483e9 poff 86cdaf133f7a79fb464f02d83afc7734 plog diff --git a/main/ppp/options b/main/ppp/options index 63691842c9..8c203a4c18 100644 --- a/main/ppp/options +++ b/main/ppp/options @@ -118,6 +118,9 @@ modem # if a serial device is specified). #-detach +# Fork to background once the ppp interface is up +updetach + # Disable IP address negotiation (with this option, the remote IP # address must be specified with an option on the command line or in # an options file). -- cgit v1.2.3