diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2003-11-21 15:48:01 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-27 06:06:25 +0200 |
commit | bc434511310a5bbbc5fe3783a9204b204ef05500 (patch) | |
tree | 0d59b60aa8cdac8fd1677f0c99e22fdf32fec72b /udev.permissions.debian | |
parent | [PATCH] namedev.c - change order of fields in CALLOUT (diff) | |
download | systemd-bc434511310a5bbbc5fe3783a9204b204ef05500.tar.xz systemd-bc434511310a5bbbc5fe3783a9204b204ef05500.zip |
[PATCH] support arguments in callout exec
here is argument support for CALLOUT exec:
CALLOUT, PROGRAM="/bin/echo -n xxx", BUS="usb", ID="xxx", NAME="webcam%n"
results in:
Nov 20 02:35:20 pim udev[30422]: get_major_minor: found major = 81, minor = 0
Nov 20 02:35:20 pim udev[30422]: exec_callout: callout to /bin/echo -n xxx
Nov 20 02:35:20 pim udev[30422]: exec_callout: callout returned 'xxx'
Nov 20 02:35:20 pim udev[30422]: get_attr: kernel number appended: 0
The feature is really nice, but the maximum argument count is hard coded to 8.
Diffstat (limited to 'udev.permissions.debian')
0 files changed, 0 insertions, 0 deletions