summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2012-10-28 20:49:46 +0400
committerMichael Tokarev <mjt@tls.msk.ru>2012-10-28 20:49:46 +0400
commit018a3bd3e6564ca2c8bdf62ad7e7bfc6c69c173f (patch)
treeaa67a45f4f213ec0a7e1b8b164306aef69aae191 /debian/changelog
parent28dd4ba9eaf08c71d53ef126d30188634e03b753 (diff)
/etc/init.d/mdadm: change RUNDIR to /run instead of /var/run
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9a8339d2..35ae8684 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
mdadm (3.2.5-4) UNRELEASED; urgency=low
* fix `/etc/init.d/mdadm-raid status' inverse logic (Closes: #686100)
+ * /etc/init.d/mdadm: change RUNDIR to /run instead of /var/run.
+ Mdadm itself uses /run internally, we properly depend on initscripts
+ version which creates /run, and the initscript itself is started
+ after local_fs is processed, so this is merely a no-op, but let's
+ do it for consistency.
-- Michael Tokarev <mjt@tls.msk.ru> Sat, 20 Oct 2012 19:20:12 +0400