aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-12-03 13:38:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-12-03 13:38:02 +0000
commitf607717d3e0fb302f86ffe9c80aae3485853e8c5 (patch)
treec74d30773d1a3353c148bbf7ef5d7465be744bcf
parent5b1639fe510db42372468d07f5eefc3aede744bd (diff)
downloadalpine_aports-f607717d3e0fb302f86ffe9c80aae3485853e8c5.tar.bz2
alpine_aports-f607717d3e0fb302f86ffe9c80aae3485853e8c5.tar.xz
alpine_aports-f607717d3e0fb302f86ffe9c80aae3485853e8c5.zip
main/ppp: wait til ppp interface is up by default
-rw-r--r--main/ppp/APKBUILD4
-rw-r--r--main/ppp/options3
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 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=ppp 2pkgname=ppp
3pkgver=2.4.5 3pkgver=2.4.5
4pkgrel=1 4pkgrel=2
5pkgdesc="A daemon which implements the PPP protocol for dial-up networking" 5pkgdesc="A daemon which implements the PPP protocol for dial-up networking"
6url="http://www.samba.org/ppp/" 6url="http://www.samba.org/ppp/"
7license="custom:GPL/BSD" 7license="custom:GPL/BSD"
@@ -40,7 +40,7 @@ package() {
40 mkdir -p "$pkgdir"/etc/ppp/peers 40 mkdir -p "$pkgdir"/etc/ppp/peers
41} 41}
42md5sums="4621bc56167b6953ec4071043fe0ec57 ppp-2.4.5.tar.gz 42md5sums="4621bc56167b6953ec4071043fe0ec57 ppp-2.4.5.tar.gz
437a9259a8f038073eeea7e4552ff1849f options 4302746254adfb9e00d07428a553ea1a30 options
4448c024f73a80c8b69c4def22f86902cc pon 4448c024f73a80c8b69c4def22f86902cc pon
452d811f8470ccdea3b8c4505a438483e9 poff 452d811f8470ccdea3b8c4505a438483e9 poff
4686cdaf133f7a79fb464f02d83afc7734 plog 4686cdaf133f7a79fb464f02d83afc7734 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
118# if a serial device is specified). 118# if a serial device is specified).
119#-detach 119#-detach
120 120
121# Fork to background once the ppp interface is up
122updetach
123
121# Disable IP address negotiation (with this option, the remote IP 124# Disable IP address negotiation (with this option, the remote IP
122# address must be specified with an option on the command line or in 125# address must be specified with an option on the command line or in
123# an options file). 126# an options file).