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
Dominika Liberda
aports
Commits
edae3450
Commit
edae3450
authored
8 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/udev-init-scripts: use openrc-run
parent
e47e89d0
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/udev-init-scripts/APKBUILD
+8
-4
8 additions, 4 deletions
main/udev-init-scripts/APKBUILD
main/udev-init-scripts/openrc-run.patch
+10
-0
10 additions, 0 deletions
main/udev-init-scripts/openrc-run.patch
with
18 additions
and
4 deletions
main/udev-init-scripts/APKBUILD
+
8
−
4
View file @
edae3450
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
udev-init-scripts
pkgver
=
30
pkgrel
=
5
pkgrel
=
6
pkgdesc
=
"udev startup scripts for openrc"
url
=
"https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/"
arch
=
"noarch"
...
...
@@ -15,6 +15,7 @@ subpackages=""
source
=
"http://dev.gentoo.org/~williamh/dist/udev-init-scripts-
$pkgver
.tar.gz
provide-dev.patch
modloop.patch
openrc-run.patch
"
_builddir
=
"
$srcdir
"
/udev-init-scripts-
$pkgver
...
...
@@ -40,10 +41,13 @@ package() {
md5sums
=
"2425702e7706b720866e9fc1cc4f9f34 udev-init-scripts-30.tar.gz
ba90bb9684bf85ed1a14ecb34cf11d84 provide-dev.patch
634e45fa76f14f1e9e3f9654063e37f4 modloop.patch"
634e45fa76f14f1e9e3f9654063e37f4 modloop.patch
a000a3742d04a28ba1a874f746a65928 openrc-run.patch"
sha256sums
=
"4de998d68e28f8ce4c1d4c9955aec0fa4cfe84673cbf3bfe1be71a1e9918693f udev-init-scripts-30.tar.gz
41e8593ad6a4c96944880678129595282e56dbf44c8c9cad6d3a00418b786bd4 provide-dev.patch
f987792b18204a5c6ccc13e7a2001231e6ea0e791524bec09e6192e190c9a415 modloop.patch"
f987792b18204a5c6ccc13e7a2001231e6ea0e791524bec09e6192e190c9a415 modloop.patch
52ae4ec323002db07369da37a10bfe0f27200ccfaf5a0afdb1ddcb009b4585e3 openrc-run.patch"
sha512sums
=
"bf9ec69d9fb9edbe37f3dec8e1d5c828ea63591382de33818297ec5e37490c2dd709a8e32251fba36a816952c98af49172c7c09f3252712ddc51820205c4efdd udev-init-scripts-30.tar.gz
9bdbba347c361caae2f41b4617bebd1b97d70be35874b2153488bbddc00a65206741714200a94806e94df470f7e0dbcc1113e2d9194aec9fe32f96357d6465aa provide-dev.patch
6320a73a4938ce09a61742b41bfecc26a3eb6e88fe52ca0983a0f7c2bdbc83264b4870bd9812a4cdda730b39da2a2ec9a3ad9391fde9a337054402e073b16e6a modloop.patch"
6320a73a4938ce09a61742b41bfecc26a3eb6e88fe52ca0983a0f7c2bdbc83264b4870bd9812a4cdda730b39da2a2ec9a3ad9391fde9a337054402e073b16e6a modloop.patch
019589fdcba8273787a1e280000ecff4e964d3ace8a0f104c892f8e44d07a9bf99ccb2529b36c26eb4657ee3c6f59c3df015be8a1874725efe595fbf990d6a7e openrc-run.patch"
This diff is collapsed.
Click to expand it.
main/udev-init-scripts/openrc-run.patch
0 → 100644
+
10
−
0
View file @
edae3450
diff --git a/init.d/udev b/init.d/udev
index 88c1f58..ca52b62 100644
--- a/init.d/udev
+++ b/init.d/udev
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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