From 8b18ca3c9d1dbb0416fc40be850259651a9ed5cd Mon Sep 17 00:00:00 2001 From: System Void Date: Thu, 25 Feb 2016 02:42:21 +0000 Subject: [PATCH] Fixed NGINX/Named Status Sharing Issue Closes #636 --- bin/v-list-sys-services | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/v-list-sys-services b/bin/v-list-sys-services index 8e08d175..0c947867 100755 --- a/bin/v-list-sys-services +++ b/bin/v-list-sys-services @@ -116,9 +116,7 @@ fi # DNS service=$DNS_SYSTEM if [ ! -z "$service" ] && [ "$service" != 'remote' ]; then - if [ "$service" == 'bind' ] || [ "$service" == 'bind9' ]; then - proc_name='named' - fi + proc_name='named' get_srv_state $service $proc_name str="$str\nNAME='$service' SYSTEM='dns server' STATE='$state' CPU='$cpu'" str="$str MEM='$mem' RTIME='$rtime'"