]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
tabs
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 1 Sep 2013 21:46:44 +0000 (21:46 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 1 Sep 2013 21:46:44 +0000 (21:46 +0000)
svn-id: @12720

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.030403 seconds and 4 git commands to generate.