[arch-commits] Commit in dmraid/repos (4 files)

Tobias Powalowski tpowa at archlinux.org
Wed May 20 07:28:06 UTC 2009


    Date: Wednesday, May 20, 2009 @ 03:28:06
  Author: tpowa
Revision: 39693

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

........
  r39692 | tpowa | 2009-05-20 07:27:29 +0000 (Mi, 20 Mai 2009) | 1 line
  
  upgpkg: dmraid 1.0.0.rc14-4
........

Modified:
  dmraid/repos/testing-x86_64/	(properties)
  dmraid/repos/testing-x86_64/PKGBUILD
  dmraid/repos/testing-x86_64/dmraid_hook
  dmraid/repos/testing-x86_64/dmraid_install

----------------+
 PKGBUILD       |    4 ++--
 dmraid_hook    |    1 +
 dmraid_install |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)


Property changes on: dmraid/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /dmraid/trunk:1-39688
   + /dmraid/trunk:1-39692

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-05-20 07:27:29 UTC (rev 39692)
+++ testing-x86_64/PKGBUILD	2009-05-20 07:28:06 UTC (rev 39693)
@@ -16,8 +16,8 @@
 options=(force)
 install=dmraid.install
 md5sums=('a0e7d0bb5394e15c878ac86afd72c08e'
-         '8f8b6fb332fce85a27d72fc63385db70'
-         '60e095be004ce66771d56235c5f7be13')
+         'db9a72cbf07560059d407c874f646240'
+         '2b2719d5bf463f411701241bba3d8120')
 
 build() {
   cd $srcdir/$pkgname/$pkgver

Modified: testing-x86_64/dmraid_hook
===================================================================
--- testing-x86_64/dmraid_hook	2009-05-20 07:27:29 UTC (rev 39692)
+++ testing-x86_64/dmraid_hook	2009-05-20 07:28:06 UTC (rev 39693)
@@ -2,6 +2,7 @@
 run_hook ()
 {
     /sbin/modprobe -q dm-mod >/dev/null 2>&1
+    /sbin/modprobe -q dm-mirror >/dev/null 2>&1
     if [ -e "/sys/class/misc/device-mapper" ]; then
         read dev_t < /sys/class/misc/device-mapper/dev
         /bin/mknod "/dev/mapper/control" c $(/bin/replace "${dev_t}" ':')

Modified: testing-x86_64/dmraid_install
===================================================================
--- testing-x86_64/dmraid_install	2009-05-20 07:27:29 UTC (rev 39692)
+++ testing-x86_64/dmraid_install	2009-05-20 07:28:06 UTC (rev 39693)
@@ -2,7 +2,7 @@
 
 install ()
 {
-    MODULES=" dm-mod "
+    MODULES=" dm-mod dm-mirror "
     BINARIES=""
     FILES=""
     SCRIPT="dmraid"




More information about the arch-commits mailing list