Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64857 Details for
Bug 100978
make /dev/core only if /proc/kcore exists
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Make creation of /dev/core conditional
baselayout-kcore-symlink.patch (text/plain), 380 bytes, created by
Timo Hirvonen
on 2005-08-01 03:38:10 UTC
(
hide
)
Description:
Make creation of /dev/core conditional
Filename:
MIME Type:
Creator:
Timo Hirvonen
Created:
2005-08-01 03:38:10 UTC
Size:
380 bytes
patch
obsolete
>--- sbin/rc.orig 2005-07-26 11:34:16.000000000 +0300 >+++ sbin/rc 2005-08-01 13:24:58.000000000 +0300 >@@ -99,7 +99,7 @@ > ln -snf fd/0 /dev/stdin > ln -snf fd/1 /dev/stdout > ln -snf fd/2 /dev/stderr >- ln -snf /proc/kcore /dev/core >+ [ -e /proc/kcore ] && ln -snf /proc/kcore /dev/core > > # Create nodes that udev can't > [ -x /sbin/dmsetup ] && /sbin/dmsetup mknodes &>/dev/null
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 100978
: 64857