diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | doc/mdevd.html | 5 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -5,6 +5,7 @@ In 0.1.5.0 - Adaptation to skalibs-2.11.0.0. - New mdevd option: -O nlgroups, to rebroadcast uevents to netlink + - The * and & directives are now triggered by all action types. In 0.1.4.0 diff --git a/doc/mdevd.html b/doc/mdevd.html index 508fb8d..93bb54f 100644 --- a/doc/mdevd.html +++ b/doc/mdevd.html @@ -157,9 +157,10 @@ nothing else. </p> <p> - A semantic difference with <tt>mdev</tt> is that a <tt>*</tt> command will + A semantic difference with <tt>mdev</tt> is that a <tt>*</tt> directive will be run on <em>every</em> action type, not just <tt>ACTION=add</tt> and -<tt>ACTION=remove</tt>. +<tt>ACTION=remove</tt>. A <tt>&</tt> directive is in the same case (see +the paragraph below). </p> <h3> execline command support </h3> diff --git a/doc/upgrade.html b/doc/upgrade.html index 069c4ce..3ebe627 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -25,6 +25,8 @@ dependency bumped to 2.11.0.0. </li> <li> New <tt>-O nlgroups</tt> option to mdevd, rebroadcasting uevents to the netlink after handling them. </li> + <li> The <tt>*</tt> and <tt>&</tt> action directives are now +triggered by all action types. </li> </ul> <h2> in 0.1.4.0 </h2> |