summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2013-01-24 17:04:44 +0400
committerMichael Tokarev <mjt@tls.msk.ru>2013-01-24 17:04:44 +0400
commit89b1aeeb956db8cc405fcf7fcfedaa292840f7cc (patch)
tree3f6b997b53dfa48ab56c67bbc6a366370f12458e /debian
parentb1f80d192c566f13b1b4cb18a5fb071bdbefae6a (diff)
restart and force-reload actions to mdadm-waitidle
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/mdadm-waitidle3
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 589d8105..76e70058 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mdadm (3.2.5-5) UNRELEASED; urgency=low
+
+ * add (empty) restart and force-reload actions to mdadm-waitidle
+ script -- this script is used only when the system needs to be
+ shut down or rebooted, there's nothing to start or restart.
+
+ -- Michael Tokarev <mjt@tls.msk.ru> Thu, 24 Jan 2013 17:03:21 +0400
+
mdadm (3.2.5-4+mdmon) experimental; urgency=low
* fix `/etc/init.d/mdadm-raid status' inverse logic (Closes: #686100)
diff --git a/debian/mdadm-waitidle b/debian/mdadm-waitidle
index 5fd79aa5..e779d7ba 100644
--- a/debian/mdadm-waitidle
+++ b/debian/mdadm-waitidle
@@ -22,7 +22,8 @@ test -f /proc/mdstat || exit 0
case "${1:-}" in
- start)
+ start|restart|force-reload)
+ # nothing, the only reason the script is here is to stop arrays
;;
stop)