diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-11-16 15:22:17 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-11-16 15:22:17 +0100 |
commit | cdae488a3fbca5a61b3f8ea0651730cfa2da9cb0 (patch) | |
tree | 26d3f5a0b0da338f367dfb643679e11f9d9be698 /configure.ac | |
parent | 5052297b6a8928d3ccfdd9996b71fdfff8bc8921 (diff) |
remove "ignore_device"
There is no way to ignore an event these days. Libudev events can
not be suppressed. It only prevents RUN keys from being executed,
which results in an inconsistent behavior in current setups.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3cb2299ce1..12271f1461 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([udev], [147], [linux-hotplug@vger.kernel.org]) +AC_INIT([udev], [148], [linux-hotplug@vger.kernel.org]) AC_PREREQ(2.60) AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2 subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |