summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-02-21 13:34:58 -0600
committerSol Jerome <sol.jerome@gmail.com>2011-02-21 13:34:58 -0600
commitcebc13ad35a2c63ba7cf1374d60a32beaa01f275 (patch)
tree6ed45144e6d9420965f7395b96f6c58f248b2131 /src/sbin
parent1e0c946bb6e6aea51d8fad808ea6638c603c7382 (diff)
downloadbcfg2-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-xsrc/sbin/bcfg2-repo-validate2
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: