X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudev.xml;h=b6c5933419e5e61bf42be01855bf3a67b7a8f8a3;hb=eea1fd84f0088022ec681700d32dd9ef337b3538;hp=0ea5892c7ecb108344da65072c86a9cf62a836ed;hpb=8e534e2a47385253a00ffa58247d69d079b66ca7;p=elogind.git diff --git a/udev/udev.xml b/udev/udev.xml index 0ea5892c7..b6c593341 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -166,6 +166,16 @@ + + + + Match the name of a symlink targeting the node. It can + be used once a SYMLINK key has been set in one of the preceding + rules. There may be multiple symlinks; only one needs to match. + + + + @@ -295,7 +305,7 @@ - The name of a symlink targeting the node. Every matching rule can add + The name of a symlink targeting the node. Every matching rule will add this value to the list of symlinks to be created along with the device node. Multiple symlinks may be specified by separating the names by the space character. @@ -337,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. @@ -370,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 . @@ -409,19 +427,6 @@ Rule and device options: - - - - Stops further rules application. No later rules will have - any effect. - - - - - - Ignore this event completely. - -