From 6a16db1c89682ecb1e6f238cac47ea1ae06e0d10 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 04 Sep 2013 09:19:13 +0000
Subject: [PATCH] Additional fix for OPENDJ-1119, typos spotted by Jean-Noel (thanks!)
---
opendj-sdk/opends/src/main/docbkx/admin-guide/chap-server-process.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/main/docbkx/admin-guide/chap-server-process.xml b/opendj-sdk/opends/src/main/docbkx/admin-guide/chap-server-process.xml
index 8cd31a8..c13c73c 100644
--- a/opendj-sdk/opends/src/main/docbkx/admin-guide/chap-server-process.xml
+++ b/opendj-sdk/opends/src/main/docbkx/admin-guide/chap-server-process.xml
@@ -124,7 +124,7 @@
<para>(Linux) If OpenDJ directory server was installed from a .deb or .rpm
package, then service management scripts were created at setup time.</para>
- <para>Use the <command>service opendj start</command> command.</para>
+ <para>Use the <command>service opendj stop</command> command.</para>
<screen>centos# service opendj stop
Stopping opendj (via systemctl): [ OK ]</screen>
@@ -164,7 +164,7 @@
<para>(Linux) If OpenDJ directory server was installed from a .deb or .rpm
package, then service management scripts were created at setup time.</para>
- <para>Use the <command>service opendj start</command> command.</para>
+ <para>Use the <command>service opendj restart</command> command.</para>
<screen>centos# service opendj restart
Restarting opendj (via systemctl): [ OK ]</screen>
--
Gitblit v1.10.0