r3408 - in trunk/utils/initrd-tools: . debian

Dann Frazier dannf@costa.debian.org
Tue, 28 Jun 2005 01:01:27 +0000


Author: dannf
Date: 2005-06-28 01:01:26 +0000 (Tue, 28 Jun 2005)
New Revision: 3408

Modified:
   trunk/utils/initrd-tools/debian/changelog
   trunk/utils/initrd-tools/mkinitrd
Log:
    - Specify options before arguments to find to avoid some annoying
      warnings.  Patch from Knut Auvor Grythe closes: #315715


Modified: trunk/utils/initrd-tools/debian/changelog
===================================================================
--- trunk/utils/initrd-tools/debian/changelog	2005-06-28 00:52:05 UTC (rev 3407)
+++ trunk/utils/initrd-tools/debian/changelog	2005-06-28 01:01:26 UTC (rev 3408)
@@ -7,11 +7,13 @@
     - Mention the team in the mkinitrd header.
     - Fix module_exists function closes: #312213
     - don't include drbd module closes: #312207
-      both thanks to patch from Andreas Schultz <aschultz@warp10.net> 
+      both thanks to patch from Andreas Schultz <aschultz@warp10.net>
+  * dann frazier
+    - Specify options before arguments to find to avoid some annoying
+      warnings.  Patch from Knut Auvor Grythe closes: #315715
 
+ -- dann frazier <dannf@debian.org>  Mon, 27 Jun 2005 19:02:32 -0600
 
- -- Simon Horman <horms@debian.org>  Tue,  7 Jun 2005 13:05:04 +0900
-
 initrd-tools (0.1.81) unstable; urgency=high
 
   * Revert changes to root device handling in 0.1.80 (bugs #307471 and

Modified: trunk/utils/initrd-tools/mkinitrd
===================================================================
--- trunk/utils/initrd-tools/mkinitrd	2005-06-28 00:52:05 UTC (rev 3407)
+++ trunk/utils/initrd-tools/mkinitrd	2005-06-28 01:01:26 UTC (rev 3408)
@@ -598,7 +598,7 @@
 			sym53c8xx="sym53c8xx"
 		fi
 
-		find /proc/scsi -type d -mindepth 1 -maxdepth 1 \
+		find /proc/scsi -mindepth 1 -maxdepth 1 -type d \
 			-printf "%f\n" | sed '
 				/^ide-scsi$/d
 				/^usb-storage-/d