Sync usage with man page.
[netbsd-mini2440.git] / external / gpl2 / lvm2 / dist / udev / 95-dm-notify.rules
blob72cc609d866e5bcf112e3958932c689c1f45e471
1 # Copyright (C) 2009 Red Hat, Inc. All rights reserved.
3 # This file is part of LVM2.
5 # Udev rules for device-mapper devices.
7 # These rules are responsible for sending a notification to a process
8 # waiting for completion of udev rules. The process is identified by
9 # a cookie value sent within "change" and "remove" events (the cookie
10 # value is set before by that process for every action requested).
12 ENV{DM_COOKIE}=="?*", RUN+="$env{DM_SBIN_PATH}/dmsetup udevcomplete $env{DM_COOKIE}"