aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 dd71ee0085..b87af3f989 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=2 4pkgrel=3
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
4302746254adfb9e00d07428a553ea1a30 options 4389efd284beca55eb957ca557a5991f94 options
4448c024f73a80c8b69c4def22f86902cc pon 4448c024f73a80c8b69c4def22f86902cc pon
452d811f8470ccdea3b8c4505a438483e9 poff 452d811f8470ccdea3b8c4505a438483e9 poff
4686cdaf133f7a79fb464f02d83afc7734 plog 4686cdaf133f7a79fb464f02d83afc7734 plog
diff --git a/main/ppp/options b/main/ppp/options
index 8c203a4c18..af5e8ff758 100644
--- a/main/ppp/options
+++ b/main/ppp/options
@@ -311,6 +311,7 @@ noipx
311# Terminate after n consecutive failed connection attempts. 311# Terminate after n consecutive failed connection attempts.
312# A value of 0 means no limit. The default value is 10. 312# A value of 0 means no limit. The default value is 10.
313#maxfail <n> 313#maxfail <n>
314maxfail 0
314 315
315# Initiate the link only on demand, i.e. when data traffic is present. 316# Initiate the link only on demand, i.e. when data traffic is present.
316# With this option, the remote IP address must be specified by the user on 317# With this option, the remote IP address must be specified by the user on