diff options
author | Michael Vogt <mvo@debian.org> | 2008-12-02 20:16:41 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2008-12-02 20:16:41 +0100 |
commit | 8f989911535e3a7e96fe2bb1746c55e072583061 (patch) | |
tree | 70b12470f3f099497f9b868788cb4b5ec86e4970 /doc/examples | |
parent | 8071aa806453a3e275576c196d6645051475c894 (diff) | |
parent | 9f8432087b2b00747292fd2ea4c2df3ea7517eab (diff) |
* doc/examples/sources.list:
- Removed obsolete commented non-us deb-src entry, replaced it with
'deb-src security.debian.org' one. (Closes: #411298)
* apt-pkg/contrib/mmap.cc:
- Added instruction how to work around MMap error in MMap error message.
(Closes: #385674, 436028)
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/sources.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/sources.list b/doc/examples/sources.list index 9af1c3c4c..ef729e203 100644 --- a/doc/examples/sources.list +++ b/doc/examples/sources.list @@ -6,4 +6,4 @@ deb http://security.debian.org stable/updates main contrib non-free # Uncomment if you want the apt-get source function to work #deb-src http://http.us.debian.org/debian stable main contrib non-free -#deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free +#deb-src http://security.debian.org stable/updates main contrib non-free |