From ecf521737be8ae10643089b10b5e8c516aabb667 Mon Sep 17 00:00:00 2001 From: James Adams Date: Thu, 28 Nov 2024 15:36:23 +0000 Subject: [PATCH] ncm-metaconfig: xinetd: Fix wrapping and indentation in pan --- ncm-metaconfig/src/main/metaconfig/xinetd/pan/schema.pan | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ncm-metaconfig/src/main/metaconfig/xinetd/pan/schema.pan b/ncm-metaconfig/src/main/metaconfig/xinetd/pan/schema.pan index 0555f77d73..84cde5642e 100644 --- a/ncm-metaconfig/src/main/metaconfig/xinetd/pan/schema.pan +++ b/ncm-metaconfig/src/main/metaconfig/xinetd/pan/schema.pan @@ -4,7 +4,8 @@ type xinetd_options_type = choice("RPC", "INTERNAL", "TCPMUX", "TCPMUXPLUS", "UN type xinetd_options_flags = choice("INTERCEPT", "NORETRY", "IDONLY", "NAMEINARGS", "NODELAY", "KEEPALIVE", "NOLIBWRAP", "SENSOR", "IPv4", "IPv6", - "LABELED", "REUSE"); + "LABELED", "REUSE" +); type xinetd_options_ips = string; # TODO, write proper check for all possible combinations