diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-19 11:51:20 -0800 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-19 11:51:20 -0800 |
commit | c9cdb036578b9636821b2dd88b423f1ebf35559a (patch) | |
tree | c7ba55752c5892e792e9e5af4f7c68bba7a8e368 /docs/source/siteadmin/production-deployments.rst | |
parent | 5c58b69e51bd2bed1b48e260cb10f9e7f86d6097 (diff) | |
download | mediagoblin-c9cdb036578b9636821b2dd88b423f1ebf35559a.tar.lz mediagoblin-c9cdb036578b9636821b2dd88b423f1ebf35559a.tar.xz mediagoblin-c9cdb036578b9636821b2dd88b423f1ebf35559a.zip |
Move Ubuntu -> *buntu because of absurd trademark issues
For more context, see:
http://joeyh.name/blog/entry/trademark_nonsense/
Diffstat (limited to 'docs/source/siteadmin/production-deployments.rst')
-rw-r--r-- | docs/source/siteadmin/production-deployments.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/siteadmin/production-deployments.rst b/docs/source/siteadmin/production-deployments.rst index add2cd87..e65ac332 100644 --- a/docs/source/siteadmin/production-deployments.rst +++ b/docs/source/siteadmin/production-deployments.rst @@ -58,7 +58,7 @@ modify it to suit your environment's setup: .. code-block:: bash # Set the WorkingDirectory, Environment and ExecStart values to match your environment. - # If using Debian/Ubuntu, mkdir and chown are located in /bin/mkdir and /bin/chown, respectively. + # If using Debian/*buntu, mkdir and chown are located in /bin/mkdir and /bin/chown, respectively. # If using Fedora/CentOS/Red Hat, mkdir and chown are located in /usr/bin/mkdir and /usr/bin/chown, respectively. [Unit] @@ -90,7 +90,7 @@ The second file should be named ``mediagoblin-paster.service``: .. code-block:: bash # Set the WorkingDirectory, Environment and ExecStart values to match your environment. - # If using Debian/Ubuntu, mkdir and chown are located in /bin/mkdir and /bin/chown, respectively. + # If using Debian/*buntu, mkdir and chown are located in /bin/mkdir and /bin/chown, respectively. # If using Fedora/CentOS/Red Hat, mkdir and chown are located in /usr/bin/mkdir and /usr/bin/chown, respectively. [Unit] Description=Mediagoblin |