Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 276311 Details for
Bug 365227
/etc/init.d/udev should do do "udevadm trigger --action=change" if /dev is devtmpfs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch for udev's init script.
udev-devtmpfs-change.patch (text/plain), 296 bytes, created by
Piotr Karbowski
on 2011-06-08 20:49:26 UTC
(
hide
)
Description:
A patch for udev's init script.
Filename:
MIME Type:
Creator:
Piotr Karbowski
Created:
2011-06-08 20:49:26 UTC
Size:
296 bytes
patch
obsolete
>diff --git a/udev b/udev >index 699030c..0783b71 100755 >--- a/udev >+++ b/udev >@@ -136,6 +136,11 @@ populate_dev() > > udevadm control --property=do_not_run_plug_service= > udevadm control --property=STARTUP= >+ >+ if mountinfo -q /dev; then >+ udevadm trigger --action=change >+ fi >+ > return 0 > } >
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 365227
: 276311