diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:36 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:36 +0000 |
commit | 159eedd16edfe5d633a8705ba4e23f9140a3159b (patch) | |
tree | c5b59fa918aa0f8539558036ae999b4c6e07c6c5 /doc/examples | |
parent | bd37d2483cf87cbfcc535bde0f96d64a994912dc (diff) |
Fixed security reference
Author: jgg
Date: 1999-08-25 03:19:54 GMT
Fixed security reference
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/sources.list | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/examples/sources.list b/doc/examples/sources.list index 34de62161..4e7be3f7d 100644 --- a/doc/examples/sources.list +++ b/doc/examples/sources.list @@ -1,4 +1,9 @@ -# See sources.list(5) for more information +# Use for a local mirror - remove the ftp1 http lines for the bits +# your mirror contains. +# deb file:/your/mirror/here/debian stable main contrib non-free +# See sources.list(5) for more information, especialy # Remember that you can only use http, ftp or file URIs -deb http://ftp1.us.debian.org/debian unstable main contrib non-free -deb http://non-us.debian.org/debian-non-US unstable non-US/main non-US/contrib non-US/non-free +# CDROMs are managed throught the apt-cdrom tool. +deb http://http.us.debian.org/debian stable main contrib non-free +deb http://non-us.debian.org/debian-non-US stable non-US +deb http://security.debian.org stable updates |