diff options
Diffstat (limited to 'notes/features')
-rw-r--r-- | notes/features | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/notes/features b/notes/features deleted file mode 100644 index ce6fe7d86..000000000 --- a/notes/features +++ /dev/null @@ -1,13 +0,0 @@ -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 = { ... } - } - - |