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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Peter Shkenev
aports
Commits
084b9372
"README.md" did not exist on "42496b36c09eb5b726d27f90b73037aa3ba20374"
Commit
084b9372
authored
9 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/alpine-conf: add fix for setup-interfaces
parent
f3830a9e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/alpine-conf/0001-setup-interfaces-replace-non-breaking-space-with-nor.patch
+28
-0
28 additions, 0 deletions
...etup-interfaces-replace-non-breaking-space-with-nor.patch
main/alpine-conf/APKBUILD
+8
-4
8 additions, 4 deletions
main/alpine-conf/APKBUILD
with
36 additions
and
4 deletions
main/alpine-conf/0001-setup-interfaces-replace-non-breaking-space-with-nor.patch
0 → 100644
+
28
−
0
View file @
084b9372
From d5c11ff64cb280ddd1bc8b57e34508e2fa1d3c5c Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Wed, 6 May 2015 22:13:12 +0200
Subject: [PATCH] setup-interfaces: replace non-breaking space with normal
space
Non-breaking space (0xc2 0xa0) was added by mistake. Replace it with a
normal space.
---
setup-interfaces.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup-interfaces.in b/setup-interfaces.in
index 1bf0713..c62cd30 100644
--- a/setup-interfaces.in
+++ b/setup-interfaces.in
@@ -400,7 +400,7 @@
prompt_for_interfaces() {
index=$(( $index + 1 ))
done
- if [ "$(openrc --sys)" != "LXC" ] || ! ip addr show lo | grep -q 'inet.*127\.0'; then
+ if [ "$(openrc --sys)" != "LXC" ] || ! ip addr show lo | grep -q 'inet.*127\.0'; then
echo "type=loopback" > 000~lo.conf
echo "" > interface
fi
--
2.4.0
This diff is collapsed.
Click to expand it.
main/alpine-conf/APKBUILD
+
8
−
4
View file @
084b9372
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
alpine-conf
pkgver
=
3.2.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Alpine configuration management scripts"
url
=
http://git.alpinelinux.org/cgit/
$pkgname
arch
=
"all"
license
=
"GPL2"
depends
=
"openrc"
source
=
"http://dev.alpinelinux.org/archive/alpine-conf/alpine-conf-
$pkgver
.tar.xz
0001-setup-interfaces-replace-non-breaking-space-with-nor.patch
"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
...
...
@@ -34,6 +35,9 @@ package() {
done
}
md5sums
=
"db580800445157df07c681722aab4b6b alpine-conf-3.2.0.tar.xz"
sha256sums
=
"9a2d1b23ba9f19ecdd07798d79f8ab6ba63ea28daa1cbbf19da8bd1c2e6b9484 alpine-conf-3.2.0.tar.xz"
sha512sums
=
"9e1b41d94212596693d7e98f3a310b0576c86628ed528a1f112fab72bc4d14e88d99a7bedf834563e0337ccf0b256a450e47bfb3a4dd4935130fcd503d35f2ea alpine-conf-3.2.0.tar.xz"
md5sums
=
"db580800445157df07c681722aab4b6b alpine-conf-3.2.0.tar.xz
15eecd5eef638a7366e32c5a8c215674 0001-setup-interfaces-replace-non-breaking-space-with-nor.patch"
sha256sums
=
"9a2d1b23ba9f19ecdd07798d79f8ab6ba63ea28daa1cbbf19da8bd1c2e6b9484 alpine-conf-3.2.0.tar.xz
a8122d90fbd7fd69ef793f8f116a1a518d861b6bfde8b837dbcb6477aa16933e 0001-setup-interfaces-replace-non-breaking-space-with-nor.patch"
sha512sums
=
"9e1b41d94212596693d7e98f3a310b0576c86628ed528a1f112fab72bc4d14e88d99a7bedf834563e0337ccf0b256a450e47bfb3a4dd4935130fcd503d35f2ea alpine-conf-3.2.0.tar.xz
e11988eda8162463c980fd99f5492aa18e92ccf3e8ac52416145713ecf989758b84a603a8857dd9cf603ffd8cf3ce181a12eb5c90ae8709eac4c85bf1ee9fde0 0001-setup-interfaces-replace-non-breaking-space-with-nor.patch"
This diff is collapsed.
Click to expand it.
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