summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS10
-rw-r--r--man/bcfg2-repo-validate.82
-rwxr-xr-xsrc/sbin/bcfg2-info2
3 files changed, 13 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 000000000..5e560ad39
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,10 @@
+- Narayan Desai <desai@mcs.anl.gov> has written most of bcfg2, including all parts not
+ explicitly mentioned in this file
+- Joey Hagedorn <hagedorn@mcs.anl.gov> has written the reporting subsystem, including
+ StatReports, GenerateHostinfo, and the xslt, css and javascript associated with it.
+- Ed Smith <esmith4@inf.ed.ac.uk> has done substantial hardening of the bcfg client and
+ server and implemented a common logging infrastructure.
+- Rick Bradshaw <bradshaw@mcs.anl.gov> has written several of the tools included in the
+ tools/ subdirectory
+- Ken Raffenetti <raffenet@mcs.anl.gov> and Rick Bradshaw have written the Hostbase plugin
+- Scott Behrens <behrens@mcs.anl.gov> and Rick Bradshaw have written the VHost plugin \ No newline at end of file
diff --git a/man/bcfg2-repo-validate.8 b/man/bcfg2-repo-validate.8
index 7d61b0cde..7000c8ece 100644
--- a/man/bcfg2-repo-validate.8
+++ b/man/bcfg2-repo-validate.8
@@ -14,6 +14,8 @@ finding typos or malformed data.
.B Repository Location - where the data repository is.
.TP
.B Schema Location - where schemas are. (Optional).
+.SH "OPTIONS"
+.OO
.SH "SEE ALSO"
.BR bcfg2(1),
.BR bcfg2-server(8)
diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info
index 7479f85a1..9c84e48a0 100755
--- a/src/sbin/bcfg2-info
+++ b/src/sbin/bcfg2-info
@@ -123,7 +123,7 @@ def do_version(cmd, core):
print __revision__
if __name__ == '__main__':
- Bcfg2.Logging.setup_logging(to_syslog=False)
+ Bcfg2.Logging.setup_logging('bcfg2-info', to_syslog=False)
logger = logging.getLogger('bcfg2-info')
dispatch = {'build': do_build, 'bundles': do_bundles, 'clients': do_clients,
'generators': do_generators, 'groups': do_groups,