Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
5ec48327
Commit
5ec48327
authored
Nov 19, 2012
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/udev: make sure /dev/fd is a symlink to /proc/self/fd
ref
#1465
parent
20dfee5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
main/udev/APKBUILD
main/udev/APKBUILD
+2
-2
main/udev/udev-mount.initd
main/udev/udev-mount.initd
+2
-0
No files found.
main/udev/APKBUILD
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"
main/udev/udev-mount.initd
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
}
...
...
Oliver Loch
@Grimeton
mentioned in issue
#1465 (closed)
·
Jul 12, 2019
mentioned in issue
#1465 (closed)
mentioned in issue #1465
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