[arch-commits] Commit in mdadm/repos (3 files)

Tobias Powalowski tpowa at archlinux.org
Mon Mar 30 06:14:34 UTC 2009


    Date: Monday, March 30, 2009 @ 02:14:34
  Author: tpowa
Revision: 32316

Merged revisions 32313 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/mdadm/trunk

........
  r32313 | tpowa | 2009-03-30 06:13:52 +0000 (Mo, 30 M?\195?\164r 2009) | 1 line
  
  upgpkg: mdadm 2.6.9-1
........

Modified:
  mdadm/repos/testing-x86_64/	(properties)
  mdadm/repos/testing-x86_64/PKGBUILD
  mdadm/repos/testing-x86_64/mdadm_hook

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


Property changes on: mdadm/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /mdadm/trunk:1-29450
   + /mdadm/trunk:1-32313

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-03-30 06:14:30 UTC (rev 32315)
+++ testing-x86_64/PKGBUILD	2009-03-30 06:14:34 UTC (rev 32316)
@@ -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: testing-x86_64/mdadm_hook
===================================================================
--- testing-x86_64/mdadm_hook	2009-03-30 06:14:30 UTC (rev 32315)
+++ testing-x86_64/mdadm_hook	2009-03-30 06:14:34 UTC (rev 32316)
@@ -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