aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/pies.c b/src/pies.c
index 3fcc529..d7d4ae1 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -796,8 +796,8 @@ struct grecs_keyword component_keywords[] = {
},
{"acl",
N_("name: string"),
- N_("Define ACL."),
- grecs_type_section, NULL, 0,
+ N_("Set ACL."),
+ grecs_type_section, NULL, offsetof (struct component, acl),
acl_section_parser, NULL, acl_keywords},
{"remove-file",
N_("file"),
@@ -1154,9 +1154,14 @@ struct grecs_keyword pies_keywords[] = {
return_code_section_parser, NULL, return_code_keywords},
{"acl",
N_("name: string"),
- N_("Define ACL."),
+ N_("Set global ACL."),
grecs_type_section, NULL, 0,
acl_section_parser, NULL, acl_keywords},
+ {"defacl",
+ N_("name: string"),
+ N_("Define an ACL."),
+ grecs_type_section, NULL, 0,
+ defacl_section_parser, NULL, acl_keywords},
{"include-meta1",
N_("file: string"),
N_("Include components from the specified MeTA1 configuration file."),

Return to:

Send suggestions and report system problems to the System administrator.