dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17491
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 525: Minor fix
------------------------------------------------------------
revno: 525
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Thu 2012-05-17 12:05:13 +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 13:13:09 +0000
+++ src/docbkx/en/dhis2_implementation_guide_installation.xml 2012-05-17 10:05:13 +0000
@@ -232,8 +232,8 @@
<screen>sudo mv tomcat nginx /etc/init.d
sudo chmod +x /etc/init.d/nginx /etc/init.d/tomcat</screen>
<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>
+ <screen>sudo /usr/sbin/update-rc.d -f nginx defaults 80
+sudo /usr/sbin/update-rc.d -f tomcat defaults 81</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 <code>defaults</code> with <code>remove</code> and invoke the above commands again.</para>
</section>
<section>