diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:14 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:14 +0000 |
commit | 9df71a5bdf6b2d7cf0526a52b334779df8cec42c (patch) | |
tree | 54761d0590866a2b842b8e1dc76ff2bba157f4b8 /doc/examples | |
parent | d556d1a1cc89e0f99d1b76fd6da72fd0174f5862 (diff) |
failure code if package files could not be downloaded
Author: jgg
Date: 1999-07-10 05:32:25 GMT
failure code if package files could not be downloaded
Diffstat (limited to 'doc/examples')
-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 |