You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2013/02/23 22:58:53 UTC

git commit: refs/heads/4.0 - Fix: CS-1298 docs issue

Updated Branches:
  refs/heads/4.0 530bd4d6c -> 4226f8861


Fix: CS-1298 docs issue


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4226f886
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4226f886
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4226f886

Branch: refs/heads/4.0
Commit: 4226f88614fa7b26b7641686c03e4e94cd53d6a9
Parents: 530bd4d
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Sat Feb 23 16:58:38 2013 -0500
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Sat Feb 23 16:58:38 2013 -0500

----------------------------------------------------------------------
 docs/en-US/configure-package-repository.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4226f886/docs/en-US/configure-package-repository.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-package-repository.xml b/docs/en-US/configure-package-repository.xml
index 7687fa3..aaccece 100644
--- a/docs/en-US/configure-package-repository.xml
+++ b/docs/en-US/configure-package-repository.xml
@@ -43,7 +43,7 @@
     <section id="configure-package-repository-deb">
         <title>DEB package repository</title>
         <para>You can add a DEB package repository to your apt sources with the following commands. Please note that currently only packages for Ubuntu 12.04 LTS (precise) are being build.</para>
-        <para>Use your preferred editor and open (or create) <filename>/etc/apt/sources.list.d/cloudstack</filename>. Add the community provided repository to the file:</para>
+        <para>Use your preferred editor and open (or create) <filename>/etc/apt/sources.list.d/cloudstack.list</filename>. Add the community provided repository to the file:</para>
 <programlisting>deb http://cloudstack.apt-get.eu/ubuntu precise 4.0</programlisting>
         <para>We now have to add the public key to the trusted keys.</para>
         <programlisting language="Bash"><prompt>$</prompt> <command>wget</command> -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -</programlisting>