[arch-commits] Commit in hwdetect/trunk (PKGBUILD hwdetect)
Tobias Powalowski
tpowa at archlinux.org
Sat Jun 27 10:31:43 UTC 2009
Date: Saturday, June 27, 2009 @ 06:31:42
Author: tpowa
Revision: 43656
upgpkg: hwdetect 2009.06-2
Modified:
hwdetect/trunk/PKGBUILD
hwdetect/trunk/hwdetect
----------+
PKGBUILD | 4 ++--
hwdetect | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-27 05:16:40 UTC (rev 43655)
+++ PKGBUILD 2009-06-27 10:31:42 UTC (rev 43656)
@@ -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: hwdetect
===================================================================
--- hwdetect 2009-06-27 05:16:40 UTC (rev 43655)
+++ hwdetect 2009-06-27 10:31:42 UTC (rev 43656)
@@ -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