rc-scripts/trunk/rc.d/init.d/cpusets

baggins cvs at pld-linux.org
Sun Aug 14 00:58:22 CEST 2005


Author: baggins
Date: Sun Aug 14 00:58:18 2005
New Revision: 6306

Modified:
   rc-scripts/trunk/rc.d/init.d/cpusets
Log:
- typo


Modified: rc-scripts/trunk/rc.d/init.d/cpusets
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/cpusets	(original)
+++ rc-scripts/trunk/rc.d/init.d/cpusets	Sun Aug 14 00:58:18 2005
@@ -33,8 +33,8 @@
     . /etc/sysconfig/cpusets/cpuset-$i
 
     mkdir /dev/cpuset/"$NAME"
-    [ -n "$CPUS" ] && >echo "$CPUS" >/dev/cpuset/"$NAME"/cpus
-    [ -n "$MEMS" ] && >echo "$MEMS" >/dev/cpuset/"$NAME"/mems
+    [ -n "$CPUS" ] && echo "$CPUS" >/dev/cpuset/"$NAME"/cpus
+    [ -n "$MEMS" ] && echo "$MEMS" >/dev/cpuset/"$NAME"/mems
     [ -n "$CPU_EXCLUSIVE" ] && echo "$CPU_EXCLUSIVE" >/dev/cpuset/"$NAME"/cpu_exclusive
     [ -n "$MEM_EXCLUSIVE" ] && echo "$MEM_EXCLUSIVE" >/dev/cpuset/"$NAME"/mem_exclusive
     [ -n "$NOTIFY_ON_RELEASE" ] && echo "$NOTIFY_ON_RELEASE" >/dev/cpuset/"$NAME"/notify_on_release



More information about the pld-cvs-commit mailing list