diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-26 15:51:15 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-26 15:51:15 +0200 |
commit | 04e9cc0814dd0a77fcae4847d5d0d9002fa54a8f (patch) | |
tree | 4bf7464155370e51fd1eb94904f60fa6d7273442 /doc/examples | |
parent | aa9de3cd97897b269d61031082d1039a242d8b4a (diff) |
* doc/examples/sources.list:
- use the codename instead of 'stable' in the examples sources.list
as we do in the manpage and as the debian-installer does
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/sources.list | 9 | ||||
-rw-r--r-- | doc/examples/sources.list.in | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/doc/examples/sources.list b/doc/examples/sources.list deleted file mode 100644 index 1aa3d6865..000000000 --- a/doc/examples/sources.list +++ /dev/null @@ -1,9 +0,0 @@ -# See sources.list(5) for more information, especialy -# Remember that you can only use http, ftp or file URIs -# CD-ROMs are managed through the apt-cdrom tool. -deb http://http.us.debian.org/debian stable main contrib non-free -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://security.debian.org stable/updates main contrib non-free diff --git a/doc/examples/sources.list.in b/doc/examples/sources.list.in new file mode 100644 index 000000000..745e32cbe --- /dev/null +++ b/doc/examples/sources.list.in @@ -0,0 +1,8 @@ +# See sources.list(5) manpage for more information +# Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool. +deb http://ftp.us.debian.org/debian &stable-codename; main contrib non-free +deb http://security.debian.org &stable-codename;/updates main contrib non-free + +# Uncomment if you want the apt-get source function to work +#deb-src http://ftp.us.debian.org/debian &stable-codename; main contrib non-free +#deb-src http://security.debian.org &stable-codename;/updates main contrib non-free |