[arch-commits] Commit in dmraid/trunk (PKGBUILD dmraid_hook)

Thomas Bächler thomas at archlinux.org
Mon Apr 12 17:44:02 UTC 2010


    Date: Monday, April 12, 2010 @ 13:44:01
  Author: thomas
Revision: 77408

Remove the sleep 0.5 for the next build, it should not be needed

Modified:
  dmraid/trunk/PKGBUILD
  dmraid/trunk/dmraid_hook

-------------+
 PKGBUILD    |    2 +-
 dmraid_hook |    2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-12 17:36:08 UTC (rev 77407)
+++ PKGBUILD	2010-04-12 17:44:01 UTC (rev 77408)
@@ -17,7 +17,7 @@
 install=dmraid.install
 md5sums=('c0de87073de96b311d26ab0170b2a753'
          'd01908b414e1686c0f3233ff37de78a5'
-         '2ffbadecbb742dbee16da2ff02794984')
+         '4d1c6af4fb043abe7acaa6658ef68fcf')
 
 build() {
   cd "$srcdir"/$pkgname/$pkgver

Modified: dmraid_hook
===================================================================
--- dmraid_hook	2010-04-12 17:36:08 UTC (rev 77407)
+++ dmraid_hook	2010-04-12 17:44:01 UTC (rev 77408)
@@ -3,8 +3,6 @@
 {
     /sbin/modprobe -q dm-mod >/dev/null 2>&1
     /sbin/modprobe -q dm-mirror >/dev/null 2>&1
-    #fix for udev creating /dev/mapper/control
-    sleep 0.5
     if [ -e "/sys/class/misc/device-mapper" ]; then
         if [ ! -e "/dev/mapper/control" ]; then
             /bin/mknod "/dev/mapper/control" c $(cat /sys/class/misc/device-mapper/dev | sed 's|:| |')




More information about the arch-commits mailing list