Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
677
Issues
677
List
Boards
Labels
Service Desk
Milestones
Merge Requests
155
Merge Requests
155
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
880a404a
Commit
880a404a
authored
Oct 12, 2009
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/openrc: localmount: don't umount .modloop
fixes
#178
(cherry picked from commit
52e59e90
)
parent
76a32b96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
main/openrc/APKBUILD
main/openrc/APKBUILD
+3
-1
main/openrc/localmount.patch
main/openrc/localmount.patch
+12
-0
No files found.
main/openrc/APKBUILD
View file @
880a404a
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
openrc
pkgver
=
0.5.0
pkgrel
=
1
1
pkgrel
=
1
2
pkgdesc
=
"OpenRC manages the services, startup and shutdown of a host"
url
=
"http://roy.marples.name/openrc"
license
=
'BSD-2'
...
...
@@ -13,6 +13,7 @@ source="http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2
command-line-size-fix.patch
openrc-0.4.3-mkmntdirs.patch
openrc-hwclock.patch
localmount.patch
hostname.initd
hwdrivers.initd
keymaps.initd
...
...
@@ -51,6 +52,7 @@ md5sums="9ec7f8425e12abbbd0f7a962aae3fa3c openrc-0.5.0.tar.bz2
396b1cbd399403ba0448402afc6f9220 command-line-size-fix.patch
8c2c1c2ee0509b63966b7187a2079f4b openrc-0.4.3-mkmntdirs.patch
f462c976b04cfbb35b2335be15eee7f6 openrc-hwclock.patch
fa1809cd59cc0559a163bc6adc7398f6 localmount.patch
c32e15b0858eef708497e7ee6355a055 hostname.initd
b1e64885f301166df30be3e3cf5338ff hwdrivers.initd
33ca3e558c42cdd17adccbc7807298f7 keymaps.initd
...
...
main/openrc/localmount.patch
0 → 100644
View file @
880a404a
diff -ru openrc-0.5.0.orig/init.d/localmount.in openrc-0.5.0/init.d/localmount.in
--- openrc-0.5.0.orig/init.d/localmount.in 2009-10-09 09:08:43.000000000 +0000
+++ openrc-0.5.0/init.d/localmount.in 2009-10-09 09:09:08.000000000 +0000
@@ -31,7 +31,7 @@
{
# We never unmount / or /dev or $RC_SVCDIR
local x= no_umounts_r="/|/dev|/dev/.*|${RC_SVCDIR}"
- no_umounts_r="${no_umounts_r}|/bin|/sbin|/lib|/libexec"
+ no_umounts_r="${no_umounts_r}|/bin|/sbin|/lib|/libexec|/.modloop"
# RC_NO_UMOUNTS is an env var that can be set by plugins
OIFS=$IFS SIFS=${IFS-y}
IFS=$IFS:
aa latchm
@aalatchm
mentioned in issue
#178 (closed)
·
Jul 12, 2019
mentioned in issue
#178 (closed)
mentioned in issue #178
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment