diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-06-05 05:11:29 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-06-05 05:11:29 +0200 |
commit | 6a522681e1438bbd9c317654cc35d5d206d378ad (patch) | |
tree | 8a580e47fcd69bd32c9cfb354c5e74e777519300 /test | |
parent | c974742bf4d6d8fab1e1c90e2e57dae0a2f297a1 (diff) |
udev: move dev.d/ handling to external helper
Modern rules are expected to call notification and postprocessing with
the RUN key. For compatibility the current behavior can be emulated
with an external helper.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'test')
-rw-r--r-- | test/simple-build-check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh index d1e13e69ed..b653185b26 100644 --- a/test/simple-build-check.sh +++ b/test/simple-build-check.sh @@ -1,6 +1,6 @@ #/bin/sh -EXTRAS="extras/chassis_id extras/scsi_id extras/volume_id" +EXTRAS="extras/chassis_id extras/scsi_id extras/volume_id extras/run_directory" [ -z "$KERNEL_DIR" ] && KERNEL_DIR=/lib/modules/`uname -r`/build echo KERNEL_DIR: "$KERNEL_DIR" |