diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-02-21 13:34:58 -0600 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-02-21 13:34:58 -0600 |
commit | cebc13ad35a2c63ba7cf1374d60a32beaa01f275 (patch) | |
tree | 6ed45144e6d9420965f7395b96f6c58f248b2131 /src/sbin | |
parent | 1e0c946bb6e6aea51d8fad808ea6638c603c7382 (diff) | |
download | bcfg2-cebc13ad35a2c63ba7cf1374d60a32beaa01f275.tar.gz bcfg2-cebc13ad35a2c63ba7cf1374d60a32beaa01f275.tar.bz2 bcfg2-cebc13ad35a2c63ba7cf1374d60a32beaa01f275.zip |
POSIX: Implement recursive attribute for nonexistent Paths
The POSIX client tool now has the ability to recursively remove the
contents of a specified directory provided there are no other managed
entries under the directory.
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'src/sbin')
-rwxr-xr-x | src/sbin/bcfg2-repo-validate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-repo-validate b/src/sbin/bcfg2-repo-validate index 3d5efb093..554e4f72b 100755 --- a/src/sbin/bcfg2-repo-validate +++ b/src/sbin/bcfg2-repo-validate @@ -94,7 +94,7 @@ if __name__ == '__main__': 'hardlink': ['name', 'to'], 'symlink': ['name', 'to'], 'ignore': ['name'], - 'nonexist': ['name'], + 'nonexistent': ['name'], 'permissions': ['name', 'owner', 'group', 'perms']} for rfile in rules_list: try: |