SVN: rc-scripts/trunk/rc.d/init.d/functions

glen glen at pld-linux.org
Thu Nov 19 22:07:29 CET 2009


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")


More information about the pld-cvs-commit mailing list