| Summary: | IN_HOTPLUG env variable should be UDEVD_EVENT for init scripts | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Greg Kroah-Hartman (RETIRED) <gregkh> |
| Component: | [OLD] baselayout | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | udev-bugs |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Greg Kroah-Hartman (RETIRED)
2007-04-05 15:25:24 UTC
Full ack. Either change it in every file of baselayout, or just add something like this to /sbin/runscript.sh: [[ -n $UDEVD_EVENT ]] && IN_HOTPLUG=1 Or do this in the udev files that call stuff in /etc/init.d baselayout will JUST use IN_HOTPLUG and I see no reason to change this Fixed in udev-108-r1. |