chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a72e3f6
)
update RELEASE-NOTES
author
Kay Sievers
<kay.sievers@suse.de>
Thu, 7 Jul 2005 21:01:04 +0000
(23:01 +0200)
committer
Kay Sievers
<kay.sievers@suse.de>
Thu, 7 Jul 2005 21:01:04 +0000
(23:01 +0200)
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
RELEASE-NOTES
patch
|
blob
|
history
udev_rules.c
patch
|
blob
|
history
diff --git
a/RELEASE-NOTES
b/RELEASE-NOTES
index 248944bd514c8d04f793e59ddabad1b4882a0b96..db1e6b838fd43976e144433ce1b6a0ed452813cc 100644
(file)
--- a/
RELEASE-NOTES
+++ b/
RELEASE-NOTES
@@
-1,3
+1,10
@@
+udev 062
+========
+Mostly a Bugfix release.
+
+Added WAIT_FOR_SYSFS="<attribute>" to be able to fight against the sysfs
+timing with custom rules.
+
udev 061
========
We changed the internal rule storage format. Our large rule files took
diff --git
a/udev_rules.c
b/udev_rules.c
index 27fb0a89a607065207e689d995f07433314b4b83..41855eb9d7d0a63b50e24ae9ad42c2f8d09f7fd7 100644
(file)
--- a/
udev_rules.c
+++ b/
udev_rules.c
@@
-31,6
+31,7
@@
#include <unistd.h>
#include <errno.h>
#include <sys/wait.h>
+#include <sys/stat.h>
#include "libsysfs/sysfs/libsysfs.h"
#include "list.h"