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

Tobias Powalowski tpowa at archlinux.org
Sat Jun 5 10:53:23 UTC 2010


    Date: Saturday, June 5, 2010 @ 06:53:23
  Author: tpowa
Revision: 81828

upgpkg: hwdetect 2010.06-1
add rudimentary btrfs detection

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-05 06:25:28 UTC (rev 81827)
+++ PKGBUILD	2010-06-05 10:53:23 UTC (rev 81828)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=hwdetect
-pkgver=2010.05
+pkgver=2010.06
 pkgrel=1
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
 arch=(any)
@@ -16,4 +16,5 @@
 build() {
   install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
 }
-md5sums=('099e1ab04b8f2ffaa3493e0f36ba9198')
+
+md5sums=('6dd1834a651c9117866632ef8fb88c49')

Modified: hwdetect
===================================================================
--- hwdetect	2010-06-05 06:25:28 UTC (rev 81827)
+++ hwdetect	2010-06-05 10:53:23 UTC (rev 81828)
@@ -441,7 +441,7 @@
 		--show-staging) showlist "STAGING" $(listmods staging/) ;;
 		--show-video)  showlist "VIDEO  " $(listmods video/) ;;
 		--show-other)  showlist "OTHER  " $(listmods .ko agp/ acpi/ ide/ scsi/ message/fusion block/sx8 block/cciss block/cpqarray block/DAC960 block/virtio virtio/virtio_pci ata/ usb/ ieee1394 net/ isdn/ input/ irda/ pcmcia/ sound/ video/ firewire/ hid/ staging/) ;;
-		--filesystem)   FILESYSTEM="ext2 ext3 ext4 reiserfs xfs jfs vfat"
+		--filesystem)   FILESYSTEM="ext2 ext3 ext4 btrfs reiserfs xfs jfs vfat"
 				for i in $FILESYSTEM; do
 					 [ "$(grep $i /tmp/.blkid)" ] && FS="$FS $i"
 				done




More information about the arch-commits mailing list