summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-10-15 14:22:32 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-10-15 14:22:32 -0500
commite78fbc567240f1c0d618524b3497740cb989783f (patch)
treef3f0d4dfca121d25e49c8b4389f10447cb4a4e2b /tools
parente45ca2c053d03dd4cb1e33b1510c8f8f2b4716d1 (diff)
downloadbcfg2-e78fbc567240f1c0d618524b3497740cb989783f.tar.gz
bcfg2-e78fbc567240f1c0d618524b3497740cb989783f.tar.bz2
bcfg2-e78fbc567240f1c0d618524b3497740cb989783f.zip
Lint: Migrate Lint to 'mode' attribute
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/manpagegen/bcfg2-lint.8.ronn2
-rw-r--r--tools/manpagegen/bcfg2-lint.conf.5.ronn2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/manpagegen/bcfg2-lint.8.ronn b/tools/manpagegen/bcfg2-lint.8.ronn
index e089bf2e7..f3c9771e8 100644
--- a/tools/manpagegen/bcfg2-lint.8.ronn
+++ b/tools/manpagegen/bcfg2-lint.8.ronn
@@ -80,7 +80,7 @@ the plugins listed below.
* `InfoXML`:
Check that certain attributes are specified in `info.xml` files. By
- default, requires that *owner*, *group*, and *perms* are specified.
+ default, requires that *owner*, *group*, and *mode* are specified.
Can also require that an `info.xml` exists for all Cfg files, and
that paranoid mode be enabled for all files.
diff --git a/tools/manpagegen/bcfg2-lint.conf.5.ronn b/tools/manpagegen/bcfg2-lint.conf.5.ronn
index 657ea6e74..aed3eaaa8 100644
--- a/tools/manpagegen/bcfg2-lint.conf.5.ronn
+++ b/tools/manpagegen/bcfg2-lint.conf.5.ronn
@@ -94,7 +94,7 @@ files, all lines are checked since comment characters may vary.
* `required_attrs`:
A comma-delimited list of attributes to require on `<Info>` tags.
- Default is "owner,group,perms".
+ Default is "owner,group,mode".
### MergeFiles