diff options
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r-- | doc/examples/apt.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index affe5d8be..da9bc1d96 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.33 1999/05/24 03:39:37 jgg Exp $ +// $Id: apt.conf,v 1.34 1999/07/10 05:32:26 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. @@ -34,6 +34,8 @@ APT Print-URIs "false"; Compile "false"; No-Download "false"; + Purge "false"; + List-Cleanup "true"; }; Cache |