summaryrefslogtreecommitdiffstats
path: root/doc/client/paranoid.txt
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-02-22 16:50:42 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-02-22 16:50:42 +0000
commit5408ea0e26b4546b70eab328e2a4b953bc33dde2 (patch)
tree8d22d45d602317a13b4a57823d3eed4e04722bf1 /doc/client/paranoid.txt
parent999544fdb0760bbb048cadd4003227c268f272af (diff)
downloadbcfg2-5408ea0e26b4546b70eab328e2a4b953bc33dde2.tar.gz
bcfg2-5408ea0e26b4546b70eab328e2a4b953bc33dde2.tar.bz2
bcfg2-5408ea0e26b4546b70eab328e2a4b953bc33dde2.zip
doc: Formatting fixes
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5739 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/client/paranoid.txt')
-rw-r--r--doc/client/paranoid.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/client/paranoid.txt b/doc/client/paranoid.txt
index 1bf8c4fa5..8a597892e 100644
--- a/doc/client/paranoid.txt
+++ b/doc/client/paranoid.txt
@@ -16,13 +16,16 @@ administrator.
How do I use it?
================
-#. In the Bcfg2 repository, put `paranoid='true'` in the `info.xml` file.
-#. On the client, create `/var/cache/bcfg2` (in 1.0, you can specify an alternate path in the [paranoid] section of /etc/bcfg2).
+#. In the Bcfg2 repository, put `paranoid='true'` in the ``info.xml``
+ file.
+#. On the client, create ``/var/cache/bcfg2`` (or specify an alternate
+ path in the [paranoid] section of /etc/bcfg2).
#. On the client, run `bcfg2` with the `-P` option.
-This will save a copy of the replaced file in `/var/cache/bcfg2`, but
-it'll be named as the path to the file with /'s replaced by _'s. For
-example, the old `/etc/hosts` will be named `/var/cache/bcfg2/etc_hosts`.
+This will save a copy of the replaced file in ``/var/cache/bcfg2``,
+but it'll be named as the path to the file with /'s replaced
+by _'s. For example, the old `/etc/hosts` will be named
+``/var/cache/bcfg2/etc_hosts``.
Extra configuration
===================