diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-01-13 13:26:56 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-01-13 13:26:56 +0100 |
commit | 7c34949019720b3865c6d0080ae8c7cfdb313085 (patch) | |
tree | 8ad3cf76650059b4268ed88a7425b5f6c316da37 /Makefile.am | |
parent | 889dd1061c2e09044a6c0450c06180b47288fe4f (diff) |
libudev: device - create db file atomically
We need to prevent that libudev parses half-written database files.
Also for "change" events, we need to make sure, that database files
always exist to be read by libudev, and that they are not first deleted
before they are re-created.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 743c5b84cc..322fb438b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ CLEANFILES = # libudev # ------------------------------------------------------------------------------ LIBUDEV_CURRENT=6 -LIBUDEV_REVISION=0 +LIBUDEV_REVISION=1 LIBUDEV_AGE=6 SUBDIRS += libudev/docs |