SVN: rc-scripts/trunk/rc.d/rc.sysinit

glen glen at pld-linux.org
Fri May 31 00:55:48 CEST 2013


Author: glen
Date: Fri May 31 00:55:48 2013
New Revision: 12683

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
fix typo


Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit	(original)
+++ rc-scripts/trunk/rc.d/rc.sysinit	Fri May 31 00:55:48 2013
@@ -740,7 +740,7 @@
 		done
 	fi
 
-	if ! is_no "$DM_MULTIPATH" [ -x /sbin/multipath ]; then
+	if ! is_no "$DM_MULTIPATH" && [ -x /sbin/multipath ]; then
 		# first make nodes that were discarded due (possible) new /dev mount
 		modprobe -s dm-mod
 		/sbin/dmsetup mknodes


More information about the pld-cvs-commit mailing list