diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:33 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:33 +0000 |
commit | 7a1b1f8bd649113e99ecef0489e2f2194e283d1e (patch) | |
tree | 753f89e873612294a9a5a782294ebc2bf1c65462 /doc | |
parent | 30e1eab53324523297a24c18819b27aba7ce1fb4 (diff) |
Dselect support
Author: jgg
Date: 1998-11-22 23:37:03 GMT
Dselect support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/apt.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index ddd7d512d..8bd47550a 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.12 1998/11/22 03:20:38 jgg Exp $ +// $Id: apt.conf,v 1.13 1998/11/22 23:37:09 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. @@ -75,11 +75,15 @@ Dir methods "/home/jgg/work/apt/build/bin/methods/"; gzip "/bin/gzip"; dpkg "/usr/bin/dpkg"; + apt-get "/usr/bin/apt-get"; + apt-cache "/usr/bin/apt-get"; }; }; DSelect { - + Clean "auto"; + Options "-f"; + UpdateOptions ""; } /* Options you can set to see some debugging text They corrispond to names |