From 1abd2f44ba360f397e2feb670dd76c0422108954 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Tue, 22 Sep 2009 14:56:02 +0200 Subject: [PATCH] ktune/ktune.init: bz519019 - typos in init script --- ktune/ktune.init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ktune/ktune.init b/ktune/ktune.init index 50dba74..99e8616 100644 --- a/ktune/ktune.init +++ b/ktune/ktune.init @@ -185,11 +185,11 @@ stop() { status() { if [ ! -f "$VAR_SUBSYS_KTUNE" ]; then - echo $"ktune stettings are not applied." + echo $"ktune settings are not applied." return 3 fi - echo $"Current ktune sysctl stettings:" + echo $"Current ktune sysctl settings:" keys=$(awk '/^[#;]/ { next } /=/ { match($1,"=") && $1=substr($1,1,RSTART-1); print $1 }' "$SAVE_FILE") for key in $keys; do $SYSCTL_GET $key @@ -197,7 +197,7 @@ status() { if [ -n "$ELEVATOR" -a -n "$SYS_BLOCK_SDX" -a $CMDLINE_ELEVATOR -ne 0 ]; then echo - echo $"Current elevator stettings:" + echo $"Current elevator settings:" for i in $SYS_BLOCK_SDX; do echo -n "${i}: "; cat "$i" done