[arch-commits] Commit in hwdetect/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Sat Jun 27 10:32:22 UTC 2009
Date: Saturday, June 27, 2009 @ 06:32:22
Author: tpowa
Revision: 43657
Merged revisions 43656 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/hwdetect/trunk
........
r43656 | tpowa | 2009-06-27 12:31:42 +0200 (Sa, 27 Jun 2009) | 1 line
upgpkg: hwdetect 2009.06-2
........
Modified:
hwdetect/repos/extra-x86_64/ (properties)
hwdetect/repos/extra-x86_64/PKGBUILD
hwdetect/repos/extra-x86_64/hwdetect
----------+
PKGBUILD | 4 ++--
hwdetect | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Property changes on: hwdetect/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /hwdetect/trunk:1-43126
+ /hwdetect/trunk:1-43656
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-06-27 10:31:42 UTC (rev 43656)
+++ extra-x86_64/PKGBUILD 2009-06-27 10:32:22 UTC (rev 43657)
@@ -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-x86_64/hwdetect
===================================================================
--- extra-x86_64/hwdetect 2009-06-27 10:31:42 UTC (rev 43656)
+++ extra-x86_64/hwdetect 2009-06-27 10:32:22 UTC (rev 43657)
@@ -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