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
5ec48327
Commit
5ec48327
authored
12 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/udev: make sure /dev/fd is a symlink to /proc/self/fd
ref
#1465
parent
20dfee5a
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/udev/APKBUILD
+2
-2
2 additions, 2 deletions
main/udev/APKBUILD
main/udev/udev-mount.initd
+2
-0
2 additions, 0 deletions
main/udev/udev-mount.initd
with
4 additions
and
2 deletions
main/udev/APKBUILD
+
2
−
2
View file @
5ec48327
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
udev
pkgver
=
175
pkgrel
=
4
pkgrel
=
5
pkgdesc
=
"The userspace dev tools (udev)"
url
=
"http://www.kernel.org/pub/linux/utils/kernel/hotplug/"
arch
=
"all"
...
...
@@ -74,6 +74,6 @@ libgudev() {
md5sums
=
"2fc9c1efcbde98e3d73ffee7a77aea47 udev-175.tar.bz2
c9de7581099cdfdcd105666cd98a0f0a write_root_link_rule
884d7faaaa149a323b14e907ea1934f4
udev-mount.initd
bfc97ba47f6db2b6ae458a65c0b396d5
udev-mount.initd
e99c87e62e7cb5acc4c55bf065944a11 udev-postmount.initd
c11fb3517a567db9994d5f9dbc88ecae udev.initd"
This diff is collapsed.
Click to expand it.
main/udev/udev-mount.initd
+
2
−
0
View file @
5ec48327
...
...
@@ -44,6 +44,8 @@ seed_dev()
# Create problematic directories
mkdir
-p
/dev/pts /dev/shm
rm
-rf
/dev/fd
ln
-snf
/proc/self/fd /dev/fd
return
0
}
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in issue
#1465 (closed)
·
5 years ago
mentioned in issue
#1465 (closed)
mentioned in issue #1465
Toggle commit list
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