]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - rc.d/init.d/cpusets
tabs
[projects/rc-scripts.git] / rc.d / init.d / cpusets
index 592256257aa88a48180e4f87b2f5b63cb332ce2c..22ea4d6c7393194bf8f69c0f3a40251e673315d5 100755 (executable)
@@ -13,7 +13,7 @@
 . /etc/sysconfig/system
 
 if [ "${CPUSETS:-no}" = "no" ]; then
-       case "$1" in
+       case "$1" in
        start|stop|restart)
                exit 0
                ;;
@@ -100,7 +100,7 @@ cpuset_empty() {
 }
 
 start() {
-       rc_splash "bootcpusets start"
+       rc_splash "bootcpusets start"
 
        for i in $cpusets_boot; do
                show "$(nls -n "Creating cpuset %s" "$i")"
@@ -160,10 +160,10 @@ cpusets_boot=$(
 case "$1" in
   start)
        cpuset_mount
-       start
+       start
        ;;
   stop)
-       stop
+       stop
        ;;
   status)
        nls "Configured cpusets:"
This page took 0.089105 seconds and 4 git commands to generate.