mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 19:16:08 +07:00
fix printed udevmonitor header
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
parent
3f9f8de4de
commit
24a12dcbb8
@ -1,3 +1,16 @@
|
||||
udev 068
|
||||
========
|
||||
More bugfixes. If udevd was started from the kernel, we don't
|
||||
have stdin/stdout/stderr, which broke the forked tools in some
|
||||
situations.
|
||||
|
||||
udev 067
|
||||
========
|
||||
Bugfix. udevstart event ordering was broken for a long time.
|
||||
The new run_program() uncovered it, cause /dev/null was not
|
||||
available while we try to run external programs.
|
||||
Now udevstart should create it before we run anything.
|
||||
|
||||
udev 066
|
||||
========
|
||||
Minor bugfixes and some distro rules updates. If you don't have the
|
||||
|
@ -133,8 +133,8 @@ int main(int argc, char *argv[])
|
||||
goto out;
|
||||
init_uevent_netlink_sock();
|
||||
|
||||
printf("udevmonitor prints received from the kernel [UEVENT] and after\n"
|
||||
"the udev processing, the event which udev [UDEV] has generated\n\n");
|
||||
printf("udevmonitor prints the received event from the kernel [UEVENT]\n"
|
||||
"and the event which udev sends out after rule processing [UDEV]\n\n");
|
||||
|
||||
while (1) {
|
||||
static char buf[UEVENT_BUFFER_SIZE*2];
|
||||
|
Loading…
Reference in New Issue
Block a user