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

Tobias Powalowski tpowa at archlinux.org
Sun Sep 21 13:38:26 UTC 2008


    Date: Sunday, September 21, 2008 @ 09:38:26
  Author: tpowa
Revision: 12831

Merged revisions 12655-12830 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/hwdetect/trunk

........
  r12829 | tpowa | 2008-09-21 13:35:58 +0000 (So, 21 Sep 2008) | 1 line
  
  upgpkg: hwdetect 0.9.1-2
........

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

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


Property changes on: hwdetect/repos/core-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /hwdetect/trunk:1-12654
   + /hwdetect/trunk:1-12830

Modified: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2008-09-21 13:36:31 UTC (rev 12830)
+++ core-i686/PKGBUILD	2008-09-21 13:38:26 UTC (rev 12831)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=hwdetect
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
 arch=(i686 x86_64)
 license=('custom:none')
@@ -14,5 +14,4 @@
 build() {
   install -D -m 755 $startdir/src/hwdetect $startdir/pkg/sbin/hwdetect
 }
-
-md5sums=('9910a69cdaa1ed29894041a022e5bea5')
+md5sums=('4cdbfcef9075e9ce78a3225124d9d348')

Modified: core-i686/hwdetect
===================================================================
--- core-i686/hwdetect	2008-09-21 13:36:31 UTC (rev 12830)
+++ core-i686/hwdetect	2008-09-21 13:38:26 UTC (rev 12831)
@@ -399,7 +399,7 @@
 			#	START_HOOKS=$(echo $START_HOOKS | sed -e "s/raid//g")
 			#fi
 			if ! [ "$RAID" = "1" ] ; then 
-				START_HOOKS=$(echo $START_HOOKS | sed -e "s/raid\ //g")
+				START_HOOKS=$(echo $START_HOOKS | sed -e "s/\ raid\ //g")
 			fi
 			if ! [ "$RAID_PARTITIONS" = "1" ] ; then 
 				START_HOOKS=$(echo $START_HOOKS | sed -e "s/raid-partitions\ //g")




More information about the arch-commits mailing list