From 478295680ace945308d04a82606e673734bd9d2f Mon Sep 17 00:00:00 2001 From: anton-reutov Date: Fri, 7 Nov 2014 14:13:18 +0300 Subject: [PATCH] Update v-list-sys-services --- bin/v-list-sys-services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-list-sys-services b/bin/v-list-sys-services index 2adaa7d6e..ee1aa1ab4 100755 --- a/bin/v-list-sys-services +++ b/bin/v-list-sys-services @@ -203,7 +203,7 @@ fi service=$FIREWALL_EXTENSION if [ ! -z "$service" ] && [ "$service" != 'remote' ]; then get_srv_state $service - str="$str\nNAME='$service' SYSTEM='job scheduler' STATE='$state'" + str="$str\nNAME='$service' SYSTEM='Brute force blocking' STATE='$state'" str="$str CPU='$cpu' MEM='$mem' RTIME='$rtime'" fi