Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
47152dda
Commit
47152dda
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
main/ppp: more cleanup
parent
9bad632b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/ppp/APKBUILD
+3
-4
3 additions, 4 deletions
main/ppp/APKBUILD
with
3 additions
and
4 deletions
main/ppp/APKBUILD
+
3
−
4
View file @
47152dda
# 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/
...
...
This diff is collapsed.
Click to expand it.
Natanael Copa
@ncopa
mentioned in issue
#15145 (closed)
·
1 year ago
mentioned in issue
#15145 (closed)
mentioned in issue #15145
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment