[arch-commits] Commit in mdadm/trunk (PKGBUILD mdadm_hook)

Tobias Powalowski tpowa at archlinux.org
Mon Mar 30 06:13:53 UTC 2009


    Date: Monday, March 30, 2009 @ 02:13:52
  Author: tpowa
Revision: 32313

upgpkg: mdadm 2.6.9-1

Modified:
  mdadm/trunk/PKGBUILD
  mdadm/trunk/mdadm_hook

------------+
 PKGBUILD   |    8 ++++----
 mdadm_hook |    2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-30 06:13:50 UTC (rev 32312)
+++ PKGBUILD	2009-03-30 06:13:52 UTC (rev 32313)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=mdadm
-pkgver=2.6.8
-pkgrel=2
+pkgver=2.6.9
+pkgrel=1
 pkgdesc="A tool for managing/monitoring Linux md device arrays, also known as Software RAID"
 arch=(i686 x86_64)
 license=('GPL')
@@ -14,11 +14,11 @@
         mdadm mdadm.conf mdadm_install mdadm_hook)
 install=mdadm.install
 replaces=('raidtools')
-md5sums=('2987682214297f43c2870a7584d29859'
+md5sums=('96c1bcac1699ba1aa70dfd04a08549c9'
          '6df172c8f77b280018cf87eb3d313f29'
          '00cbed931db4f15b6ce49e3e7d433966'
          '5067783b0051dedc95d159af22f0c681'
-         '6e01434e706bfec61cec0df15eec3139')
+         'ef76d9dda597ffca4ef1934fe801cb60')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: mdadm_hook
===================================================================
--- mdadm_hook	2009-03-30 06:13:50 UTC (rev 32312)
+++ mdadm_hook	2009-03-30 06:13:52 UTC (rev 32313)
@@ -3,6 +3,8 @@
 {
     input="$(cat /proc/cmdline)"
     mdconfig="/etc/mdadm.conf"
+    # for partitionable raid, we need to load md_mod first!
+    modprobe md_mod 2>/dev/null
     # if no config file is present create one from command line parameters
     if ! [ -e $mdconfig ]; then
         #Create initial mdadm.conf




More information about the arch-commits mailing list