X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudev.xml;h=b6c5933419e5e61bf42be01855bf3a67b7a8f8a3;hb=f1707f125ae7768eece6633d354ab4a224a3fa52;hp=c34a106d208635f2ce24fc14582206456f04ffc2;hpb=5bdba42ddb9cda2858e042bac991f67ae36cc888;p=elogind.git diff --git a/udev/udev.xml b/udev/udev.xml index c34a106d2..b6c593341 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -347,12 +347,18 @@ is specified, and the executed program returns non-zero, the event will be marked as failed for a possible later handling. + If no path is given, the program must be in + /lib/udev, otherwise the full path must be + specified. If the specified string starts with , all current event values will be passed to the specified socket, as a message in the same format the kernel sends an uevent. If the first character of the specified path is an @ character, an abstract namespace socket is used, instead of an existing socket file. + Program name and arguments are separated with spaces. To + include spaces in an argument, use single quotes. Please note + that this does not run through a shell. @@ -380,7 +386,9 @@ Execute an external program specified as the assigned value and - import its output, which must be in environment key format. + import its output, which must be in environment key + format. Path specification, command/argument separation, + and quoting work like in . @@ -419,19 +427,6 @@ Rule and device options: - - - - Stops further rules application. No later rules will have - any effect. - - - - - - Ignore this event completely. - -