Skip to content
Snippets Groups Projects
Commit 47152dda authored by alice's avatar alice
Browse files

main/ppp: more cleanup

parent 9bad632b
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ppp pkgname=ppp
pkgver=2.5.0 pkgver=2.5.0
pkgrel=0 pkgrel=1
pkgdesc="A daemon which implements the PPP protocol for dial-up networking" pkgdesc="A daemon which implements the PPP protocol for dial-up networking"
url="https://ppp.samba.org/" url="https://ppp.samba.org/"
arch="all" arch="all"
...@@ -76,6 +76,8 @@ build() { ...@@ -76,6 +76,8 @@ build() {
--prefix=/usr \ --prefix=/usr \
--localstatedir=/var \ --localstatedir=/var \
--sysconfdir=/etc \ --sysconfdir=/etc \
--with-runtime-dir=/run/ppp \
--with-logfile-dir=/var/log/ppp \
--enable-cbcp \ --enable-cbcp \
--enable-microsoft-extensions \ --enable-microsoft-extensions \
--enable-multilink \ --enable-multilink \
...@@ -91,9 +93,6 @@ package() { ...@@ -91,9 +93,6 @@ package() {
install -D -m755 "$srcdir"/ip-up "$pkgdir"/etc/ppp/ip-up install -D -m755 "$srcdir"/ip-up "$pkgdir"/etc/ppp/ip-up
install -D -m755 "$srcdir"/ip-down "$pkgdir"/etc/ppp/ip-down install -D -m755 "$srcdir"/ip-down "$pkgdir"/etc/ppp/ip-down
install -D -m755 "$srcdir"/pppd.initd "$pkgdir"/etc/init.d/pppd install -D -m755 "$srcdir"/pppd.initd "$pkgdir"/etc/init.d/pppd
install -D -m644 etc.ppp/options "$pkgdir"/etc/ppp/options
install -D -m600 etc.ppp/pap-secrets "$pkgdir"/etc/ppp/pap-secrets
install -D -m600 etc.ppp/chap-secrets "$pkgdir"/etc/ppp/chap-secrets
mkdir -p "$pkgdir"/var/log/ppp/ mkdir -p "$pkgdir"/var/log/ppp/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment