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

Tobias Powalowski tpowa at archlinux.org
Fri Aug 6 20:29:04 UTC 2010


    Date: Friday, August 6, 2010 @ 16:29:04
  Author: tpowa
Revision: 86895

upgpkg: hwdetect 2010.08-1
added nilfs2 support

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-06 20:25:25 UTC (rev 86894)
+++ PKGBUILD	2010-08-06 20:29:04 UTC (rev 86895)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=hwdetect
-pkgver=2010.07
+pkgver=2010.08
 pkgrel=1
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
 arch=(any)
@@ -16,4 +16,4 @@
 build() {
   install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
 }
-md5sums=('387058917c5d9ea898eaae060df9e18c')
+md5sums=('cece9e167bb240c82855ffc3f632a5bb')

Modified: hwdetect
===================================================================
--- hwdetect	2010-08-06 20:25:25 UTC (rev 86894)
+++ hwdetect	2010-08-06 20:29:04 UTC (rev 86895)
@@ -445,7 +445,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 btrfs reiserfs xfs jfs vfat"
+		--filesystem)   FILESYSTEM="ext2 ext3 ext4 nilfs2 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