diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-04-21 08:50:06 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-04-21 08:50:06 -0400 |
commit | 6da7d24710fe67c80c4a71f227cd01675eebca88 (patch) | |
tree | f8aae1f09b879d58e8fab10db1b896284b44e32d /misc | |
parent | 57f6972c4ff063a0fdeff832772af8c18f2ea044 (diff) | |
download | bcfg2-6da7d24710fe67c80c4a71f227cd01675eebca88.tar.gz bcfg2-6da7d24710fe67c80c4a71f227cd01675eebca88.tar.bz2 bcfg2-6da7d24710fe67c80c4a71f227cd01675eebca88.zip |
Lots of cleanup for bcfg2-repo-validate rewrite:
* Changed all references to bcfg2-repo-validate in the documentation
to bcfg2-lint
* Wrote man pages for bcfg2-lint and bcfg2-lint.conf
* Cleaned up straggling references to bcfg2-repo-validate in
Makefiles, spec files, and the POSIX tool
* A few minor bug fixes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bcfg2.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 377e62af2..27840fb5e 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -226,7 +226,7 @@ mv build/dtd %{buildroot}%{_defaultdocdir}/bcfg2-doc-%{version}/ %{_sbindir}/bcfg2-build-reports %{_sbindir}/bcfg2-info %{_sbindir}/bcfg2-ping-sweep -%{_sbindir}/bcfg2-repo-validate +%{_sbindir}/bcfg2-lint %{_sbindir}/bcfg2-reports %{_sbindir}/bcfg2-server |