diff options
Diffstat (limited to 'main/ppp')
-rw-r--r-- | main/ppp/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/ppp/APKBUILD b/main/ppp/APKBUILD index a6925ab78e..ddeb16e906 100644 --- a/main/ppp/APKBUILD +++ b/main/ppp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ppp pkgver=2.4.7 -pkgrel=4 +pkgrel=5 pkgdesc="A daemon which implements the PPP protocol for dial-up networking" url="http://www.samba.org/ppp/" arch="all" @@ -127,6 +127,7 @@ passwordfd() { chat() { pkgdesc="a program for automatic ppp session establishment" + depends= _mv usr/sbin/chat 755 } |