diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-11 23:00:35 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-11 23:00:35 +0000 |
| commit | dbc44398c0c4985d87788a366cc07af63ecd2cd8 (patch) | |
| tree | d45553e9d6456ddf0882a9066aca747a932f1bb2 /sysutils/apt/files/patch-doc_examples_sources.list | |
| parent | Update to version 1.46. (diff) | |
APT is the Debian project's advanced front-end for dpkg. APT features complete
installation ordering, multiple source capability and several other unique
features.
WWW: http://packages.debian.org/apt
PR: ports/105563
Submitted by: Nick Barkas <snb at threerings.net>
Diffstat (limited to 'sysutils/apt/files/patch-doc_examples_sources.list')
| -rw-r--r-- | sysutils/apt/files/patch-doc_examples_sources.list | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/apt/files/patch-doc_examples_sources.list b/sysutils/apt/files/patch-doc_examples_sources.list new file mode 100644 index 000000000000..e988da807d76 --- /dev/null +++ b/sysutils/apt/files/patch-doc_examples_sources.list @@ -0,0 +1,14 @@ +--- doc/examples/sources.list.orig Tue Sep 12 03:55:21 2006 ++++ doc/examples/sources.list Thu Nov 2 13:52:02 2006 +@@ -1,9 +1,7 @@ + # See sources.list(5) for more information, especialy + # Remember that you can only use http, ftp or file URIs + # CDROMs 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 ++deb http://www.example.com/packages stable 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://www.example.com/packages stable main contrib non-free |
