aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/pies.c b/src/pies.c
index 9ca7827..4a9ac9e 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -932,10 +932,7 @@ _cb_runlevels (enum grecs_callback_command cmd,
struct grecs_keyword component_keywords[] = {
{"mode",
- /* TRANSLATORS: The words between '{' and '}' are keywords, do not
- translate them. */
- N_
- ("mode: {exec | wait | accept | inetd | nostartaccept | pass-fd | pass}"),
+ N_("mode"),
N_("Component execution mode."),
grecs_type_string, GRECS_DFLT,
NULL, offsetof (struct component, mode),
@@ -1005,7 +1002,7 @@ struct grecs_keyword component_keywords[] = {
NULL },
{"max-ip-connections-message",
NULL,
- N_("Text to send back if max-ip-connections-message is reached (inetd only)."),
+ N_("Text to send back if max-ip-connections is reached (inetd only)."),
grecs_type_string, GRECS_DFLT,
NULL, offsetof (struct component, max_ip_connections_message),
NULL },

Return to:

Send suggestions and report system problems to the System administrator.