From ee82a139b4755a74fbdb2e0ea46a57eeeb3b7347 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Mon, 13 Jun 2016 13:35:27 +0200 Subject: [PATCH] net/haproxy: use the same description when disabled --- .../opnsense/service/templates/OPNsense/HAProxy/haproxy.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf b/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf index c7fe7377d..63aeafd5b 100644 --- a/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf +++ b/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf @@ -624,7 +624,7 @@ frontend {{frontend.name}} {% endif %} {% else %} -# Frontend (DISABLED): {{frontend.description}} +# Frontend (DISABLED): {{frontend.name}} ({{frontend.description}}) {% endif %} {% endfor %} @@ -783,7 +783,7 @@ backend {{backend.name}} {% endfor %} {% else %} -# Backend (DISABLED): {{backend.description}} +# Backend (DISABLED): {{backend.name}} ({{backend.description}}) {% endif %} {% endfor %}