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

glen glen at pld-linux.org
Tue Oct 30 17:23:23 CET 2007


Author: glen
Date: Tue Oct 30 17:23:22 2007
New Revision: 8903

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
- fix obvious typo (perhaps drop it as it never worked?)

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit	(original)
+++ rc-scripts/trunk/rc.d/rc.sysinit	Tue Oct 30 17:23:22 2007
@@ -558,8 +558,8 @@
 		run_cmd "Discovering EVMS volumes" /sbin/evms_activate
 		if is_yes "$EVMS_LVM" && is_yes "$EVMS_LVM_COMPAT_NODES" ; then
 			# Link nodes for compatibility with LVM
-			if [ "echo /dev/evms/lvm/*" != '/dev/evms/lvm/*' ] ; then
-				ln -s /dev/evms/lvm/* /dev/
+			if [ "$(echo /dev/evms/lvm/*)" != '/dev/evms/lvm/*' ] ; then
+				ln -s /dev/evms/lvm/* /dev
 			fi
 		fi
 	fi


More information about the pld-cvs-commit mailing list