Explorar o código

Merge pull request #239 from anton-reutov/patch-2

fail2ban label in v-list-sys-services
Serghey Rodin %!s(int64=11) %!d(string=hai) anos
pai
achega
ed11141c91
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/v-list-sys-services

+ 1 - 1
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