Author: glen
Date: Thu Nov 19 22:07:29 2009
New Revision: 10983

Modified:
   rc-scripts/trunk/rc.d/init.d/functions
Log:
- fix weird typo

Modified: rc-scripts/trunk/rc.d/init.d/functions
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/functions      (original)
+++ rc-scripts/trunk/rc.d/init.d/functions      Thu Nov 19 22:07:29 2009
@@ -839,8 +839,8 @@
 
        if [ "$pid" ]; then
                cpuset_msg="..."
-               if [ -n "$SERVICE_CPUSET" ] && is_yes "$CPUSETS" ]; then
-                       if $(grep -q "$pid" 
"/dev/cpuset/${SERVICE_CPUSET}/tasks"); then
+               if [ -n "$SERVICE_CPUSET" ] && is_yes "$CPUSETS"; then
+                       if grep -q "$pid" 
"/dev/cpuset/${SERVICE_CPUSET}/tasks"; then
                                cpuset_msg=$(nls " in cpuset %s..." 
"$SERVICE_CPUSET")
                        else
                                cpuset_msg=$(nls " outside of configured cpuset 
%s..." "$SERVICE_CPUSET")
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to