SVN: geninitrd/trunk/geninitrd

glen glen at pld-linux.org
Fri Oct 20 18:03:54 CEST 2006


Author: glen
Date: Fri Oct 20 18:03:54 2006
New Revision: 7882

Modified:
   geninitrd/trunk/geninitrd
Log:
Depend on xfs_admin due that.

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd	(original)
+++ geninitrd/trunk/geninitrd	Fri Oct 20 18:03:54 2006
@@ -290,8 +290,8 @@
 				get_uuid="get_uuid_ext2"
 				;;
 			xfs)
-				if [ ! -x /usr/sbin/xfs_db ] ; then
-					echo "/usr/sbin/xfs_db is missing" 1>&2
+				if [ ! -x /usr/sbin/xfs_admin ] ; then
+					echo "/usr/sbin/xfs_admin is missing" 1>&2
 					exit 1
 				fi
 				get_uuid="get_uuid_xfs"


More information about the pld-cvs-commit mailing list