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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to