summaryrefslogtreecommitdiffstats
path: root/notes/features
diff options
context:
space:
mode:
Diffstat (limited to 'notes/features')
-rw-r--r--notes/features13
1 files changed, 13 insertions, 0 deletions
diff --git a/notes/features b/notes/features
new file mode 100644
index 000000000..ce6fe7d86
--- /dev/null
+++ b/notes/features
@@ -0,0 +1,13 @@
+High-level:
+ ability to define many objects in one section, e.g.:
+ Files {
+ "/etc/inetd.conf" = { .... }
+ }
+
+ ability to set local and global defaults for a section:
+ Files {
+ template = { o=root, g=root }
+ "/etc/inetd.conf" < template = { ... }
+ }
+
+