summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-12-03 13:44:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-12-03 13:47:33 +0000
commit6d641fd14e27e1e34c299445d9a0b11d7c6d8208 (patch)
treeb856b362bc97cf945818ab596cf1caca1c492807
parent0dbbaf7be1132dc3e5632c2a58396935fabc24d4 (diff)
downloadaports-6d641fd14e27e1e34c299445d9a0b11d7c6d8208.tar.bz2
aports-6d641fd14e27e1e34c299445d9a0b11d7c6d8208.tar.xz
main/ppp: we want pppoe to retry reconnect forever not only 10 times
(cherry picked from commit d288a9342a7ae9dfb453ad0c17d0e83dea44cc9f)
-rw-r--r--main/ppp/APKBUILD4
-rw-r--r--main/ppp/options1
2 files changed, 3 insertions, 2 deletions
diff --git a/main/ppp/APKBUILD b/main/ppp/APKBUILD
index dd71ee008..b87af3f98 100644
--- a/main/ppp/APKBUILD
+++ b/main/ppp/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ppp
pkgver=2.4.5
-pkgrel=2
+pkgrel=3
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
-02746254adfb9e00d07428a553ea1a30 options
+89efd284beca55eb957ca557a5991f94 options
48c024f73a80c8b69c4def22f86902cc pon
2d811f8470ccdea3b8c4505a438483e9 poff
86cdaf133f7a79fb464f02d83afc7734 plog
diff --git a/main/ppp/options b/main/ppp/options
index 8c203a4c1..af5e8ff75 100644
--- a/main/ppp/options
+++ b/main/ppp/options
@@ -311,6 +311,7 @@ noipx
# Terminate after n consecutive failed connection attempts.
# A value of 0 means no limit. The default value is 10.
#maxfail <n>
+maxfail 0
# Initiate the link only on demand, i.e. when data traffic is present.
# With this option, the remote IP address must be specified by the user on