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
@@ -1300,6 +1300,13 @@ struct grecs_keyword component_keywords[] = {
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."),
@@ -1352,13 +1359,6 @@ struct grecs_keyword component_keywords[] = {
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."),

Return to:

Send suggestions and report system problems to the System administrator.