| Summary: | feature req: Linux uevent processing support | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Arkadiusz Miskiewicz <arekm> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WONTFIX | ||
| Severity: | enhancement | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Arkadiusz Miskiewicz
2009-09-02 13:59:32 UTC
Uhm, actually that's overcomplicated. New proposition: ueventd [-a] /some/shell/script.sh processes uevents and runs shell script for each event synchronously (unless -a is added - then fork script.sh and don't wait for it return) Example usage: ueventd /blah.sh & uevent variables would be of course exported as shell env for blah.sh. Please reopen if you have a patch, or post the patch to the mailing list. |