From ea97dc3792642fa8187a339cc258f9a5a7df4523 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 20 May 2008 15:02:17 +0200 Subject: rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute path This allows us to watch any file to appear, not only sysfs attributes. Files without a leading slash will be device sysfs attributes. The key WAIT_FOR_SYSFS still works for backwards compat, but is removed from the man page. --- udev_rules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udev_rules.h') diff --git a/udev_rules.h b/udev_rules.h index da5ac3ea18..fe0f9dfbb5 100644 --- a/udev_rules.h +++ b/udev_rules.h @@ -84,7 +84,7 @@ struct udev_rule { struct key test; mode_t test_mode_mask; struct key run; - struct key wait_for_sysfs; + struct key wait_for; struct key label; struct key goto_label; -- cgit v1.2.3-54-g00ecf