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

Tobias Powalowski tpowa at archlinux.org
Sun Apr 19 15:34:40 UTC 2009


    Date: Sunday, April 19, 2009 @ 11:34:40
  Author: tpowa
Revision: 36021

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

........
  r36020 | tpowa | 2009-04-19 17:33:12 +0200 (So, 19 Apr 2009) | 1 line
  
  upgpkg: hwdetect 2009.04-1
........

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

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


Property changes on: hwdetect/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /hwdetect/trunk:1-31809
   + /hwdetect/trunk:1-36020

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-04-19 15:33:12 UTC (rev 36020)
+++ extra-x86_64/PKGBUILD	2009-04-19 15:34:40 UTC (rev 36021)
@@ -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: extra-x86_64/hwdetect
===================================================================
--- extra-x86_64/hwdetect	2009-04-19 15:33:12 UTC (rev 36020)
+++ extra-x86_64/hwdetect	2009-04-19 15:34:40 UTC (rev 36021)
@@ -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