diff options
author | NeilBrown <neilb@suse.com> | 2017-08-04 07:30:02 +0200 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2017-08-16 14:25:07 +0200 |
commit | ceb5f8ef92c97d1f44c75a3b74f64aa12a3303ef (patch) | |
tree | d6d2493bfbb9cbb9bbba7252b86cc6aee510dfbc /mdadm.8.in | |
parent | Error messages should end with a newline character. (diff) | |
download | mdadm-ceb5f8ef92c97d1f44c75a3b74f64aa12a3303ef.tar.xz mdadm-ceb5f8ef92c97d1f44c75a3b74f64aa12a3303ef.zip |
Use correct syntax for passing DEVLINKS to mdadm from udev
${DEVLINKS}
is not valid udev syntax, and is passed through uninterpreted.
$env{DEVLINKS}
or
%e{DEVLINKS}
is correct.
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to 'mdadm.8.in')
-rw-r--r-- | mdadm.8.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2947,7 +2947,7 @@ This is the only context where the aliases are used. They are usually provided by a .I udev rules mentioning -.BR ${DEVLINKS} . +.BR $env{DEVLINKS} . .IP + Does the device have a valid md superblock? If a specific metadata |