]> git.ipfire.org Git - thirdparty/systemd.git/commit
[PATCH] add RUN key to be able to run rule based notification
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Sat, 2 Apr 2005 15:45:35 +0000 (17:45 +0200)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:55:00 +0000 (23:55 -0700)
commit821d0ec803a72841f173739f5b713fe847edab75
tree4866ffc8b8c367cd6e62fd0616fffde01757e3e7
parente03a196a0d0680868ea230ab8f8d100ee90d0fa4
[PATCH] add RUN key to be able to run rule based notification

SUBSYSTEM=="block", RUN="/sbin/program"
  will execute the program only for block device events.

ACTION="remove", SUBSYSTEM=="block", RUN"/sbin/program"
  will execute the program, if a block device is removed.
13 files changed:
Makefile
test/udev-test.pl
udev.8.in
udev.c
udev.h
udev_add.c
udev_config.c
udev_rules.c
udev_rules.h
udev_rules_parse.c
udev_utils.c
udevd.c
udevstart.c