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

Tobias Powalowski tpowa at archlinux.org
Sun Apr 19 15:33:13 UTC 2009


    Date: Sunday, April 19, 2009 @ 11:33:12
  Author: tpowa
Revision: 36020

upgpkg: hwdetect 2009.04-1

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-19 13:00:52 UTC (rev 36019)
+++ PKGBUILD	2009-04-19 15:33:12 UTC (rev 36020)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=hwdetect
-pkgver=2009.03
+pkgver=2009.04
 pkgrel=1
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
 arch=(i686 x86_64)
@@ -12,4 +12,3 @@
 build() {
   install -D -m 755 $startdir/src/hwdetect $startdir/pkg/sbin/hwdetect
 }
-md5sums=('76658017051a668aeb0b46e30e4dbc73')

Modified: hwdetect
===================================================================
--- hwdetect	2009-04-19 13:00:52 UTC (rev 36019)
+++ hwdetect	2009-04-19 15:33:12 UTC (rev 36020)
@@ -387,7 +387,7 @@
 			if [ "$HOOKS_DIR" = "" ]; then
 				HOOKS_DIR="/lib/initcpio/install"
 			fi
-			START_HOOKS="base udev dsdt autodetect ide pata scsi sata usb fw pcmcia net dmraid mdadm usbinput keymap encrypt lvm2 filesystems"
+			START_HOOKS="base udev dsdt autodetect ide pata scsi sata usb fw pcmcia net dmraid mdadm usbinput keymap lvm2 encrypt filesystems"
 			# remove the ones that don't exist on the system
 			for i in ${START_HOOKS}; do
 				if ! [ -e "${HOOKS_DIR}/$i" ]; then 




More information about the arch-commits mailing list