diff options
author | Olaf Faaland <[email protected]> | 2016-11-09 10:19:43 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-11-09 10:19:43 -0800 |
commit | 66f801f00acbc83206b5c2af9e44de45da2602a3 (patch) | |
tree | c40f1c247c3dae06771830bfcb2ab9f504748a5c /cmd/zed | |
parent | 010782be9197c8e1131be6220fff682c692a23eb (diff) |
Fix symlinks for {vdev_clear,statechange}-led.sh
These were named in the zed/Makefile.am as vdev_clear-blinkled.sh
and statechange-blinkled.sh causing bad symlinks to be created.
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Olaf Faaland <[email protected]>
Closes #5384
Diffstat (limited to 'cmd/zed')
-rw-r--r-- | cmd/zed/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/zed/Makefile.am b/cmd/zed/Makefile.am index 199af1dda..101db83c3 100644 --- a/cmd/zed/Makefile.am +++ b/cmd/zed/Makefile.am @@ -77,8 +77,8 @@ zedconfdefaults = \ io-notify.sh \ resilver_finish-notify.sh \ scrub_finish-notify.sh \ - statechange-blinkled.sh \ - vdev_clear-blinkled.sh + statechange-led.sh \ + vdev_clear-led.sh install-data-hook: $(MKDIR_P) "$(DESTDIR)$(zedconfdir)" |