diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:49 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:49 +0000 |
commit | ab559b358d7c390ac63bfcf8d526ca44761aafc5 (patch) | |
tree | f3e5de5cc903ac81f2df7b8992be8e780b707440 /doc/examples/apt.conf | |
parent | f436bdc5fdd0db812484774d701e7d98b1e76224 (diff) |
Added --no-download
Author: jgg
Date: 1999-05-24 03:39:36 GMT
Added --no-download
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r-- | doc/examples/apt.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index a295e59ea..affe5d8be 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.32 1999/04/19 06:03:09 jgg Exp $ +// $Id: apt.conf,v 1.33 1999/05/24 03:39:37 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. @@ -33,6 +33,7 @@ APT No-Upgrade "false"; Print-URIs "false"; Compile "false"; + No-Download "false"; }; Cache |