X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=rc.d%2Finit.d%2Fcpusets;h=22ea4d6c7393194bf8f69c0f3a40251e673315d5;hb=6de551d963024c0a11e9d52c9383518505e453b1;hp=592256257aa88a48180e4f87b2f5b63cb332ce2c;hpb=74241476e7707172a2c309dabd9effc8ea158619;p=projects%2Frc-scripts.git diff --git a/rc.d/init.d/cpusets b/rc.d/init.d/cpusets index 59225625..22ea4d6c 100755 --- a/rc.d/init.d/cpusets +++ b/rc.d/init.d/cpusets @@ -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:"