← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 524: Minor fix

 

------------------------------------------------------------
revno: 524
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Wed 2012-05-16 15:13:09 +0200
message:
  Minor fix
modified:
  src/docbkx/en/dhis2_implementation_guide_installation.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_implementation_guide_installation.xml'
--- src/docbkx/en/dhis2_implementation_guide_installation.xml	2012-05-16 12:18:53 +0000
+++ src/docbkx/en/dhis2_implementation_guide_installation.xml	2012-05-16 13:13:09 +0000
@@ -192,7 +192,7 @@
     <screen>#!/bin/sh
 #Tomcat init script
 
-HOME=/home/dhis/tomcat/bin;
+HOME=/home/dhis/tomcat/bin
 
 case $1 in
 start)
@@ -234,7 +234,7 @@
     <para>Next make sure the init scripts will be invoked during system startup  and shutdown:</para>
     <screen>sudo /usr/sbin/update-rc.d -f tomcat defaults
 sudo /usr/sbin/update-rc.d -f nginx defaults</screen>
-    <para>Tomcat and nginx will now be started at system startup and stopped at system shutdown. If you later need to revert this you can replace <emphasis role="italic">defaults</emphasis> with <emphasis role="italic">remove</emphasis> and invoke the above commands again.</para>
+    <para>Tomcat and nginx will now be started at system startup and stopped at system shutdown. If you later need to revert this you can replace <code>defaults</code> with  <code>remove</code> and invoke the above commands again.</para>
   </section>
   <section>
     <title>Reverse proxy with Apache (optional)</title>