From 0a8e3465cb644e380ab0fc6d66f6d1f17363b34e Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:01 +0000 Subject: Sync Author: jgg Date: 1998-10-02 04:39:42 GMT Sync --- doc/examples/apt.conf | 47 +++++++++++++++++++++++++++++++++++++++++++++++ doc/examples/sources.list | 4 ++++ 2 files changed, 51 insertions(+) create mode 100644 doc/examples/apt.conf create mode 100644 doc/examples/sources.list (limited to 'doc/examples') diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf new file mode 100644 index 000000000..0a6477c6e --- /dev/null +++ b/doc/examples/apt.conf @@ -0,0 +1,47 @@ +// $Id: apt.conf,v 1.1 1998/10/02 04:39:59 jgg Exp $ +/* This file is an index of all APT configuration directives. It should + NOT actually be used as a real config file, though it is a completely + valid file. +*/ + +APT { + Architecture "i386"; + + Get { + Download-Only "false"; + Simulate "false"; + Assume-Yes "false"; + Fix-Broken "false"; + Show-Upgraded "false"; + }; +}; + +Dir +{ + State "/var/state/apt/" + { + lists "lists/"; + xstatus "xstatus"; + userstatus "status.user"; + status "/var/lib/dpkg/status"; + }; + + Cache "/var/cache/apt/" { + archives "archives/"; + srcpkgcache "srcpkgcache.bin"; + pkgcache "pkgcache.bin"; + }; + + Etc "/etc/apt/" { + sourcelist "sources.list"; + main "apt.conf"; + }; +}; + +DSelect { + +} + +Debug { + pkgProblemResolver "true"; +} diff --git a/doc/examples/sources.list b/doc/examples/sources.list new file mode 100644 index 000000000..0fcc006d4 --- /dev/null +++ b/doc/examples/sources.list @@ -0,0 +1,4 @@ +# See sources.list(5) for more information +# 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 -- cgit v1.2.3