summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
authorJack Neely <jjneely@ncsu.edu>2011-03-03 15:41:10 -0500
committerJack Neely <jjneely@ncsu.edu>2011-03-03 15:41:10 -0500
commit821a6d5c9244af924146c2e7d4caa0939885a84f (patch)
tree14d5d99bc7a60492361bbf600604865e52d361a1 /src/sbin
parent81fce09fb9671c652703c37a5f9b48d020a34307 (diff)
parent73a4e8648c501437b3b1f4bd95e9c4023da9b681 (diff)
downloadbcfg2-821a6d5c9244af924146c2e7d4caa0939885a84f.tar.gz
bcfg2-821a6d5c9244af924146c2e7d4caa0939885a84f.tar.bz2
bcfg2-821a6d5c9244af924146c2e7d4caa0939885a84f.zip
Merge branch 'master' into yumng
Diffstat (limited to 'src/sbin')
-rwxr-xr-xsrc/sbin/bcfg2-repo-validate2
-rwxr-xr-xsrc/sbin/bcfg2-reports2
2 files changed, 2 insertions, 2 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:
diff --git a/src/sbin/bcfg2-reports b/src/sbin/bcfg2-reports
index f3e60d89e..d83e45e7c 100755
--- a/src/sbin/bcfg2-reports
+++ b/src/sbin/bcfg2-reports
@@ -138,7 +138,7 @@ if expire != "":
c_inst.save()
elif '-h' in args:
- print """Usage: python bcfg2-reports [option] ...
+ print """Usage: bcfg2-reports [option] ...
Options and arguments (and corresponding environment variables):
-a : shows all hosts, including expired hosts