From 8797fba30db6f2587753346bee4d1f11c9d5b8ed Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 27 Aug 2021 15:17:29 +0000 Subject: Support any action type in * and & command directives Signed-off-by: Laurent Bercot --- doc/mdevd.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc/mdevd.html') diff --git a/doc/mdevd.html b/doc/mdevd.html index dfb44a3..7b509d1 100644 --- a/doc/mdevd.html +++ b/doc/mdevd.html @@ -156,6 +156,12 @@ configuration where it can create device nodes as root or delete them, and does nothing else.

+

+ A semantic difference with mdev is that a * command will +be run on every action type, not just ACTION=add and +ACTION=remove. +

+

execline command support

@@ -174,8 +180,8 @@ equivalent of @cmd. when this line catches an event that has ACTION=remove. This is the equivalent of $cmd.

  • &cmd : spawns execlineb -Pc cmd -when this line catches an event no matter its action type. This is the -equivalent of *cmd.
  • +when this line catches an event no matter its action type (add, +remove, or anything else). This is the equivalent of *cmd.

    -- cgit v1.3.1