summaryrefslogtreecommitdiffstats
path: root/cmd/zed
diff options
context:
space:
mode:
authorOlaf Faaland <[email protected]>2016-11-09 10:19:43 -0800
committerBrian Behlendorf <[email protected]>2016-11-09 10:19:43 -0800
commit66f801f00acbc83206b5c2af9e44de45da2602a3 (patch)
treec40f1c247c3dae06771830bfcb2ab9f504748a5c /cmd/zed
parent010782be9197c8e1131be6220fff682c692a23eb (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.am4
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)"