summaryrefslogtreecommitdiff
path: root/debian/mdadm-raid
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-10 14:02:03 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-10 14:02:03 +0000
commite20a680d56c0063ba4eb80bbe675b83b9b2df0ab (patch)
tree078c1c12f8a730ab2774ae16bd7849485cfc2946 /debian/mdadm-raid
parentc2a2049be3e4e752e33b013cea72e89e47deadf7 (diff)
readding udev, this time with a smart script
Diffstat (limited to 'debian/mdadm-raid')
-rw-r--r--debian/mdadm-raid4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/mdadm-raid b/debian/mdadm-raid
index d8c6e562..421d5220 100644
--- a/debian/mdadm-raid
+++ b/debian/mdadm-raid
@@ -195,12 +195,12 @@ case "${1:-}" in
fi
;;
- restart)
+ restart|force-reload)
${0:-} stop
${0:-} start
;;
- reload|force-reload)
+ reload)
PREFIX="Reloading RAID array"
log_notice "never anything to do"
;;