summaryrefslogtreecommitdiffstats
path: root/doc/client
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-03-24 21:03:21 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-03-25 17:19:43 -0500
commit5d3338b5da94a1e884ca5328bfa3df8cc2107e3b (patch)
tree89c7a73400fec6e5c496acfde0922ec08734864d /doc/client
parent04b2528d6a9febaa39915c86f944e136bf90f028 (diff)
downloadbcfg2-5d3338b5da94a1e884ca5328bfa3df8cc2107e3b.tar.gz
bcfg2-5d3338b5da94a1e884ca5328bfa3df8cc2107e3b.tar.bz2
bcfg2-5d3338b5da94a1e884ca5328bfa3df8cc2107e3b.zip
doc: More fixes
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5792 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/client')
-rw-r--r--doc/client/tools/index.txt20
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/client/tools/index.txt b/doc/client/tools/index.txt
index 37fcdae5c..a613b9d40 100644
--- a/doc/client/tools/index.txt
+++ b/doc/client/tools/index.txt
@@ -14,7 +14,7 @@ management. The POSIX tool also handles file system and permissions/groups
operations.
To write your own tool driver, to handle a new packaging format, or new
-service architecture see WritingClientToolDrivers.
+service architecture see :ref:`development-index-writingtooldrivers`
When the bcfg2 client is run, it attempts to instantiate each of these
drivers. The succeeding list of drivers are printed as a debug message
@@ -54,8 +54,8 @@ Tool to manage services (primarily on Redhat based distros).
.. note:: Start and stop are standard arguments, but the one for reload
isn't consistent across services. You can specify which argument
to use with the `restart` property in Service tags. Example:
- `<Service name="ftp" restart="condrestart" status="on"
- type="chkconfig">`
+ ``<Service name="ftp" restart="condrestart" status="on"
+ type="chkconfig">``
DebInit
-------
@@ -82,10 +82,10 @@ launchd
-------
Mac OS X Services. To use this tool, you must maintain a standard launch
-daemon .plist file in ``/Library/LaunchDaemons/`` (example ssh.plist) and
-setup a `<Service name="com.openssh.sshd" type="launchd" status="on" />`
-entry in your config to load or unload the service. Note the name is the
-''Label'' specified inside of the .plist file
+daemon .plist file in ``/Library/LaunchDaemons/`` (example ssh.plist)
+and setup a ``<Service name="com.openssh.sshd" type="launchd" status="on"
+/>`` entry in your config to load or unload the service. Note the name
+is the ''Label'' specified inside of the .plist file
Portage
-------
@@ -107,8 +107,9 @@ as Gentoo.
RPM
---
+.. warning:: Deprecated in favor of :ref:`RPMng <client-tools-yumng>`
+
Executes rpm to manage packages most often on redhat based systems.
-'''DEPRECATED:''' in favor of RPMng
RPMng
-----
@@ -143,8 +144,9 @@ Upstart service support. Uses `Upstart`_ to configure services.
Yum
---
+.. warning:: Deprecated in favor of :ref:`YUMng <client-tools-yumng>`
+
Handles RPMs using the YUM package manager.
-'''DEPRECATED: ''' in favor of YUMng
YUMng
-----