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
5568ecf8
Commit
5568ecf8
authored
4 years ago
by
Ariadne Conill
Browse files
Options
Downloads
Patches
Plain Diff
main/ifupdown-ng: fix ifquery selection in initscript
parent
05808dcc
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/ifupdown-ng/0001-openrc-use-auto-selector-when-determining-which-inte.patch
+26
-0
26 additions, 0 deletions
...penrc-use-auto-selector-when-determining-which-inte.patch
main/ifupdown-ng/APKBUILD
+5
-3
5 additions, 3 deletions
main/ifupdown-ng/APKBUILD
with
31 additions
and
3 deletions
main/ifupdown-ng/0001-openrc-use-auto-selector-when-determining-which-inte.patch
0 → 100644
+
26
−
0
View file @
5568ecf8
From 509b75bc73db4660df7d45e7863929e45bd32bab Mon Sep 17 00:00:00 2001
From: Ariadne Conill <ariadne@dereferenced.org>
Date: Sat, 17 Oct 2020 05:20:10 -0600
Subject: [PATCH] openrc: use --auto selector when determining which interfaces
to start (closes #112)
---
dist/openrc/networking.initd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dist/openrc/networking.initd b/dist/openrc/networking.initd
index 3ce673a..eaebdab 100644
--- a/dist/openrc/networking.initd
+++ b/dist/openrc/networking.initd
@@ -21,7 +21,7 @@
find_ifaces() {
if [ -n "$single_iface" ]; then
echo $single_iface
else
- ifquery -L -i "$cfgfile"
+ ifquery -L -a -i "$cfgfile"
fi
}
--
2.28.0
This diff is collapsed.
Click to expand it.
main/ifupdown-ng/APKBUILD
+
5
−
3
View file @
5568ecf8
# Maintainer: Ariadne Conill <ariadne@dereferenced.org>
pkgname
=
ifupdown-ng
pkgver
=
0.10.0
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"tools for managing network configuration"
url
=
"https://github.com/ifupdown-ng/ifupdown-ng"
arch
=
"all"
...
...
@@ -10,7 +10,8 @@ checkdepends="kyua atf"
makedepends
=
"scdoc"
install
=
""
subpackages
=
"
$pkgname
-doc
$pkgname
-iproute2
$pkgname
-ppp
$pkgname
-wireguard
$pkgname
-ethtool
$pkgname
-batman
$pkgname
-openrc"
source
=
"https://distfiles.dereferenced.org/ifupdown-ng/ifupdown-ng-
$pkgver
.tar.xz"
source
=
"https://distfiles.dereferenced.org/ifupdown-ng/ifupdown-ng-
$pkgver
.tar.xz
0001-openrc-use-auto-selector-when-determining-which-inte.patch"
builddir
=
"
$srcdir
/ifupdown-ng-
$pkgver
"
provides
=
"ifupdown-any"
provider_priority
=
900
...
...
@@ -97,4 +98,5 @@ openrc() {
install
-D
-m644
"
$builddir
"
/dist/openrc/networking.confd
"
$subpkgdir
"
/etc/conf.d/networking
}
sha512sums
=
"0b307688254a8139cbb6086f183bfff6f19b79380a6a72171953714f2e05009eb05444356b85c51ee647ef389ffbd522c36df3fedf5c62c58b4a8ca73cfc4757 ifupdown-ng-0.10.0.tar.xz"
sha512sums
=
"0b307688254a8139cbb6086f183bfff6f19b79380a6a72171953714f2e05009eb05444356b85c51ee647ef389ffbd522c36df3fedf5c62c58b4a8ca73cfc4757 ifupdown-ng-0.10.0.tar.xz
4ded9ab441ce8ed3659a0e7a9250e22b5e9bee8e6152b1978c4f33df237791b6ab2ea6a355cc583b2fbfecb5917178d145b230980beaa7a7d461e0d5ec977a8b 0001-openrc-use-auto-selector-when-determining-which-inte.patch"
This diff is collapsed.
Click to expand it.
Kevin Daudt
@kdaudt
mentioned in issue
#12024 (closed)
·
4 years ago
mentioned in issue
#12024 (closed)
mentioned in issue #12024
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