From 7a1b1f8bd649113e99ecef0489e2f2194e283d1e Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:33 +0000 Subject: Dselect support Author: jgg Date: 1998-11-22 23:37:03 GMT Dselect support --- doc/examples/apt.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3