aboutsummaryrefslogtreecommitdiffstats
path: root/udev.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-11-25 10:15:32 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:00:29 -0700
commit16ac31aaee34f1085daf1c43a8645b174712b2d4 (patch)
tree97a39c85f9bb5bd6ebbc13af487b2c65e7829b65 /udev.c
parent97adaace4f8f89ce175657d3ec71811715cc4dae (diff)
downloadudev-16ac31aaee34f1085daf1c43a8645b174712b2d4.tar.gz
[PATCH] don't call the hotplug scripts with a test run
Diffstat (limited to 'udev.c')
-rw-r--r--udev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.c b/udev.c
index 35fa533a..3a97eb10 100644
--- a/udev.c
+++ b/udev.c
@@ -223,7 +223,7 @@ int main(int argc, char *argv[], char *envp[])
}
hotplug:
- if (manage_hotplug_event())
+ if (udev_hotplug_d && manage_hotplug_event())
udev_multiplex_directory(&udev, HOTPLUGD_DIR, HOTPLUG_SUFFIX);
exit: