aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/pies.c b/src/pies.c
index 73d33a0..ff36269 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -1297,12 +1297,19 @@ struct grecs_keyword component_keywords[] = {
{"runlevels",
N_("chars"),
N_("Runlevels to start that component in."),
grecs_type_string, GRECS_DFLT,
NULL, offsetof (struct component, runlevels),
_cb_runlevels },
+ {"pass-fd-socket",
+ N_("name"),
+ N_("Pass fd through this socket."),
+ grecs_type_string, GRECS_DFLT,
+ NULL, offsetof (struct component, pass_fd_socket),
+ NULL,
+ },
{"pass-fd-timeout",
NULL,
N_("Time to wait for pass-fd socket to become available."),
grecs_type_uint, GRECS_DFLT,
NULL, offsetof (struct component, pass_fd_timeout),
NULL,
@@ -1349,19 +1356,12 @@ struct grecs_keyword component_keywords[] = {
/* TRANSLATORS: words after `type:' are keywords. */
N_("type: {stream | dgram | raw | rdm | seqpacket}"),
N_("Set socket type."),
grecs_type_int, GRECS_DFLT,
NULL, offsetof (struct component, socket_type),
_cb_socket_type },
- {"pass-fd-socket",
- N_("name"),
- N_("Pass fd through this socket."),
- grecs_type_string, GRECS_DFLT,
- NULL, offsetof (struct component, pass_fd_socket),
- NULL,
- },
{"acl",
NULL,
N_("Define connection ACL."),
grecs_type_section, GRECS_DFLT,
NULL, offsetof (struct component, acl),
acl_section_parser, NULL, acl_keywords},

Return to:

Send suggestions and report system problems to the System administrator.