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
4a050778
Commit
4a050778
authored
14 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/openrc: be more quiet when no need for modloop
parent
c11eb8c3
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/openrc/APKBUILD
+2
-2
2 additions, 2 deletions
main/openrc/APKBUILD
main/openrc/modloop.initd
+0
-2
0 additions, 2 deletions
main/openrc/modloop.initd
with
2 additions
and
4 deletions
main/openrc/APKBUILD
+
2
−
2
View file @
4a050778
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
openrc
pkgver
=
0.6.1
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"OpenRC manages the services, startup and shutdown of a host"
url
=
"http://roy.marples.name/openrc"
license
=
'BSD-2'
...
...
@@ -62,7 +62,7 @@ c32e15b0858eef708497e7ee6355a055 hostname.initd
b1e64885f301166df30be3e3cf5338ff hwdrivers.initd
33ca3e558c42cdd17adccbc7807298f7 keymaps.initd
098a1f16812f56fcb56eb6b6f0fa31f6 modules.initd
80b3989370c8bf5cf23e65cd924f9846
modloop.initd
408e28f247c7cc71fa104c07869417f4
modloop.initd
c05fc2ea5d771ca68cbb8d91494c9a2b networking.initd
0a615d93aab691364c03539c3b496dcc local.start
c1ec888202d868710b5749f7b217d1e3 modloop.confd"
This diff is collapsed.
Click to expand it.
main/openrc/modloop.initd
+
0
−
2
View file @
4a050778
...
...
@@ -49,8 +49,6 @@ start() {
local
modloop mount_opts
find_media
if
[
-z
"
$alpine_dev
"
]
;
then
ebegin
"Skipping mount module loopback (specify with alpine_dev)"
eend 0
return
0
fi
...
...
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