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
fe6a0700
Commit
fe6a0700
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/runit: add usr/bin/runsvdir for openrc compat
closes
#11451
parent
52f49d19
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/runit/APKBUILD
+7
-4
7 additions, 4 deletions
community/runit/APKBUILD
with
7 additions
and
4 deletions
community/runit/APKBUILD
+
7
−
4
View file @
fe6a0700
...
...
@@ -2,7 +2,7 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname
=
runit
pkgver
=
2.1.2
pkgrel
=
6
pkgrel
=
7
pkgdesc
=
"UNIX init scheme with service supervision"
url
=
"http://smarden.org/runit/"
arch
=
"all"
...
...
@@ -21,10 +21,11 @@ build() {
}
package
()
{
install
-d
"
$pkgdir
"
/sbin
install
-d
"
$pkgdir
"
/sbin
"
$pkgdir
"
/usr/bin
for
i
in
chpst runit runit-init runsv runsvchdir runsvdir sv svlogd utmpset
;
do
install
-m755
"
$i
"
"
$pkgdir
"
/sbin/
$i
done
ln
-sfv
/sbin/runsvdir
"
$pkgdir
"
/usr/bin/runsvdir
install
-d
"
$pkgdir
"
/usr/share/man/man8
cd
..
&&
cp
-rf
man/
*
"
$pkgdir
"
/usr/share/man/man8/
install
-m755
-D
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/runitd
...
...
@@ -33,8 +34,10 @@ package() {
mkdir
-p
"
$pkgdir
"
/etc/sv
}
sha512sums
=
"a18773ebf1aa22305dd89ed67363165b9fcf86c192b2be4e268d08005dd82d51265160c637abe072f2f2e378c4b315a75bd3d3e602c3e75bdd451a3b0190f8cf runit-2.1.2.tar.gz
sha512sums
=
"
a18773ebf1aa22305dd89ed67363165b9fcf86c192b2be4e268d08005dd82d51265160c637abe072f2f2e378c4b315a75bd3d3e602c3e75bdd451a3b0190f8cf runit-2.1.2.tar.gz
7107da162f7c13e1483f17bf04a844c23a8d1b81ef982c3d956a4c0e23b2a20e415850f0b95999b1eb1e04638284884948937377756ca080037bd6455e3301e8 run-service-dir.patch
c88dadaefaddab4fa6e32ff26e2106331e8da83eeaf2e6bc63e1dcf4f644eb4134a6e07ea7789e6101c4a13dbd655ba5ef05df6d9d020fab5da973aee204b0b4 svlogd-udp.patch
88d1efcf366add7803ed026ec8e693b271c842d4e3d5a52587b7ead96266ee27b4ceb1b2696551243f0d9efa93199a07231d2b37186ce1535e9a6b9d90192909 README.alpine
a3e82785650dbb0a96454ae29635012022bd3a705318bdb56a4430a2f487f4aa17661fb1a87fce56ca535b6a526a618a7673ad66848d5fffb47f5795cdcbf18b runit.initd"
a3e82785650dbb0a96454ae29635012022bd3a705318bdb56a4430a2f487f4aa17661fb1a87fce56ca535b6a526a618a7673ad66848d5fffb47f5795cdcbf18b runit.initd
"
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