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

Tobias Powalowski tpowa at archlinux.org
Sat Jun 27 10:37:18 UTC 2009


    Date: Saturday, June 27, 2009 @ 06:37:18
  Author: tpowa
Revision: 43658

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

........
  r43656 | tpowa | 2009-06-27 10:31:42 +0000 (Sa, 27 Jun 2009) | 1 line
  
  upgpkg: hwdetect 2009.06-2
........

Modified:
  hwdetect/repos/extra-i686/	(properties)
  hwdetect/repos/extra-i686/PKGBUILD
  hwdetect/repos/extra-i686/hwdetect

----------+
 PKGBUILD |    4 ++--
 hwdetect |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


Property changes on: hwdetect/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /hwdetect/trunk:1-43128
   + /hwdetect/trunk:1-43657

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-06-27 10:32:22 UTC (rev 43657)
+++ extra-i686/PKGBUILD	2009-06-27 10:37:18 UTC (rev 43658)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=hwdetect
 pkgver=2009.06
-pkgrel=1
+pkgrel=2
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
 arch=(i686 x86_64)
 license=('GPL')
@@ -12,4 +12,4 @@
 build() {
   install -D -m 755 $startdir/src/hwdetect $startdir/pkg/sbin/hwdetect
 }
-md5sums=('2775d73bb2aba8665bb84173338a73a6')
+md5sums=('de44e1215acffe31507e8a6f645c26bb')

Modified: extra-i686/hwdetect
===================================================================
--- extra-i686/hwdetect	2009-06-27 10:32:22 UTC (rev 43657)
+++ extra-i686/hwdetect	2009-06-27 10:37:18 UTC (rev 43658)
@@ -405,7 +405,7 @@
 				START_HOOKS=$(echo $START_HOOKS | sed -e "s/keymap//g")
 			fi
 			if ! [ "$MDADM" = "1" ]; then 
-				START_HOOKS=$(echo $START_HOOKS | sed -e "s/\ mdadm\ //g")
+				START_HOOKS=$(echo $START_HOOKS | sed -e "s/mdadm//g")
 			fi
 			if ! [ "$DMRAID" = "1" ]; then 
 				START_HOOKS=$(echo $START_HOOKS | sed -e "s/dmraid//g")




More information about the arch-commits mailing list