GitHub user pdion891 opened a pull request: https://github.com/apache/cloudstack-docs-admin/pull/26
Mak fix hostname.sh You can merge this pull request into a Git repository by running: $ git pull https://github.com/makuk66/cloudstack-docs-admin mak-fix-hostname.sh Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack-docs-admin/pull/26.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #26 ---- commit 6fd951c544091f5036e40b8f4c09dd77da97b232 Author: Martijn Koster <mak-git...@greenhills.co.uk> Date: 2015-02-18T23:14:13Z Update templates.rst There is no /etc/init.d/hostname.sh in ubuntu 14.04.1. You could instead do 'service hostname start', or just do 'hostname -b -F /etc/hostname' which is what that upscript actually does. commit 574003fa16c6341a0d1ba57a28f9b2f615a4d245 Author: Martijn Koster <mak-git...@greenhills.co.uk> Date: 2015-02-18T23:17:32Z Update templates.rst echo does not print backslash-newline as a newline. Use printf instead, and remove trailing spaces commit 11067b123d1881941ab270ff7d80676f71a31993 Author: Martijn Koster <mak-git...@greenhills.co.uk> Date: 2015-02-18T23:20:46Z Update templates.rst it's -> its ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---