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

Tobias Powalowski tpowa at archlinux.org
Tue Sep 8 18:23:01 UTC 2009


    Date: Tuesday, September 8, 2009 @ 14:23:01
  Author: tpowa
Revision: 51470

upgpkg: hwdetect 2009.09-3
    better 8139 fix and remove files again

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-08 18:06:43 UTC (rev 51469)
+++ PKGBUILD	2009-09-08 18:23:01 UTC (rev 51470)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=hwdetect
 pkgver=2009.09
-pkgrel=2
+pkgrel=3
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
 arch=(i686 x86_64)
 license=('GPL')
@@ -16,4 +16,4 @@
 build() {
   install -D -m 755 $startdir/src/hwdetect $startdir/pkg/sbin/hwdetect
 }
-md5sums=('a9a99a622bae3df16431a5357aa21458')
+md5sums=('09e458425152fb73a96a302ce57543b9')

Modified: hwdetect
===================================================================
--- hwdetect	2009-09-08 18:06:43 UTC (rev 51469)
+++ hwdetect	2009-09-08 18:23:01 UTC (rev 51470)
@@ -461,14 +461,14 @@
 					for i in $MODULES_EXPORTED; do
 						BLACKLIST_UDEV="$BLACKLIST_UDEV !$i"
 					done
-					showlist2 "MODULES"  \($BLACKLIST_UDEV $MODULES_EXPORTED\) | sed -e 's/!8139cp//g' -e 's/8139cp//g' -e 's/(\ /(/g' -e 's/\ )/)/g' -e 's/\ \ /\ /g'
+					showlist2 "MODULES"  \($BLACKLIST_UDEV $MODULES_EXPORTED\) | sed -e 's/!8139cp//g' -e 's/8139cp//g' -e 's/(\  /(/g' -e 's/(\ /(/g' -e 's/\ )/)/g' -e 's/\ \ /\ /g'
 				else
 					MODULES_EXPORTED="$MODULES_EXPORTED $(listmods drivers/net/ irda ppp_generic slhc) $(listmods drivers/usb/net/) $(listmods drivers/staging/)"
 					BLACKLIST_UDEV=""
 					for i in $MODULES_EXPORTED; do
 						BLACKLIST_UDEV="$BLACKLIST_UDEV !$i"
 					done
-					showlist2 "MODULES"  \($BLACKLIST_UDEV $MODULES_EXPORTED\) | sed -e -e 's/!8139too//g' 's/8139too//g' -e 's/(\ /(/g' -e 's/\ )/)/g' -e 's/\ \ /\ /g'
+					showlist2 "MODULES"  \($BLACKLIST_UDEV $MODULES_EXPORTED\) | sed -e -e 's/!8139too//g' 's/8139too//g' -e 's/(\  /(/g' -e 's/(\ /(/g' -e 's/\ )/)/g' -e 's/\ \ /\ /g'
 				fi
 			else
 				MODULES_EXPORTED="$MODULES_EXPORTED $(listmods drivers/net/ irda ppp_generic slhc) $(listmods drivers/usb/net/) $(listmods drivers/staging/)"
@@ -495,7 +495,7 @@
 			if [ "$HOOKS_DIR" = "" ]; then
 				HOOKS_DIR="/lib/initcpio/install"
 			fi
-			START_HOOKS="base udev autodetect ide pata scsi sata usb fw pcmcia net dmraid usbinput keymap $ADVANCED filesystems"
+			START_HOOKS="base udev keymap autodetect ide pata scsi sata usb fw pcmcia net dmraid usbinput $ADVANCED filesystems"
 			# remove the ones that don't exist on the system
 			for i in ${START_HOOKS}; do
 				if ! [ -e "${HOOKS_DIR}/$i" ]; then 
@@ -542,9 +542,9 @@
 done
 
 # cleanup
-#rm /tmp/modules-plain
-#rm /tmp/modules-sorted
-#rm /tmp/modules-stripped
-#rm /tmp/moduleslist
+rm /tmp/modules-plain
+rm /tmp/modules-sorted
+rm /tmp/modules-stripped
+rm /tmp/moduleslist
 
 # vim: set ts=2 sw=2 noet:




More information about the arch-commits mailing list