diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:00 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:00 +0000 |
commit | 3d8fd17432ef64ca260e5bd8469b0f636119a8e8 (patch) | |
tree | 1500d205751efd288d5b7b25fc59693cc609bb5e /doc/examples/apt.conf | |
parent | d2685fd634b32f152748b7004c6810e946bbbcf2 (diff) |
Final draft
Author: jgg
Date: 1998-12-06 04:36:25 GMT
Final draft
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r-- | doc/examples/apt.conf | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 3fbf93efe..18292f6f6 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.16 1998/11/28 00:03:09 jgg Exp $ +// $Id: apt.conf,v 1.17 1998/12/06 04:36:33 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. @@ -28,8 +28,20 @@ APT { Fix-Broken "false"; Fix-Missing "false"; Show-Upgraded "false"; + No-Upgrade "false"; + }; + + Cache { + Important "false"; }; + CDROM { + Rename "false"; + NoMount "false"; + Fast "false"; + NoAct "false"; + }; + // Some general options Ingore-Hold "false"; }; @@ -79,7 +91,7 @@ Dir // Locations of binaries Bin { - methods "/home/jgg/work/apt/build/bin/methods/"; + methods "/usr/lib/apt/methods/"; gzip "/bin/gzip"; dpkg "/usr/bin/dpkg"; apt-get "/usr/bin/apt-get"; |