summaryrefslogtreecommitdiffstats
path: root/doc/unsorted/converging_rhel5.txt
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-06-10 20:26:23 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-06-10 17:52:27 -0500
commit827151ffa0d16aa50d4074fb981c78966da138a7 (patch)
tree27a3bb1c5b03a13f9b9779b730533056a3451829 /doc/unsorted/converging_rhel5.txt
parente89e645ff0cbdbf74929c13f2db588c3de5d5a0e (diff)
downloadbcfg2-827151ffa0d16aa50d4074fb981c78966da138a7.tar.gz
bcfg2-827151ffa0d16aa50d4074fb981c78966da138a7.tar.bz2
bcfg2-827151ffa0d16aa50d4074fb981c78966da138a7.zip
doc: Replace ConfigFile with Path references
Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5918 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/unsorted/converging_rhel5.txt')
-rw-r--r--doc/unsorted/converging_rhel5.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/unsorted/converging_rhel5.txt b/doc/unsorted/converging_rhel5.txt
index e41c46f8e..9d508e5e4 100644
--- a/doc/unsorted/converging_rhel5.txt
+++ b/doc/unsorted/converging_rhel5.txt
@@ -51,7 +51,7 @@ For a "Package"
* For example, {{{/etc/motd}}} to {{{/var/lib/bcfg2/Cfg/etc/motd/motd}}}. Yes, there is an extra directory level named after the file.
- #. Specify configuration files as {{{<ConfigFile name='PATH' />}}} in the Base or Bundler configuration.
+ #. Specify configuration files as {{{<Path name='PATH' />}}} in the Base or Bundler configuration.
#. Add directories to {{{/var/lib/bcfg2/Rules/directories.xml}}}. For example:
.. code-block:: xml
@@ -84,7 +84,7 @@ For a "Package"
#. Add {{{pkg_checks="false"}}} to the {{{<Package />}}} tag.
-For a "ConfigFile"
+For a "Path"
-------------------
* Unclear verification problem (no details from BCFG2)