aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-11-16 15:22:17 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-11-16 15:22:17 +0100
commitcdae488a3fbca5a61b3f8ea0651730cfa2da9cb0 (patch)
tree26d3f5a0b0da338f367dfb643679e11f9d9be698 /configure.ac
parent5052297b6a8928d3ccfdd9996b71fdfff8bc8921 (diff)
downloadudev-cdae488a3fbca5a61b3f8ea0651730cfa2da9cb0.tar.gz
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.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3cb2299c..12271f14 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])])