diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:10 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:10 +0000 |
commit | c88edf1d276eb4e01b92835163bdd8574ded93db (patch) | |
tree | 58a2a86710184e87288f16656294606a152ac02a /doc/examples/apt.conf | |
parent | 24231681aa99e84c8a6aae5e54b7e207e19d6087 (diff) |
Sync
Author: jgg
Date: 1998-10-24 04:57:55 GMT
Sync
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r-- | doc/examples/apt.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index ab1bfbc21..04d4fbc85 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.4 1998/10/22 04:56:50 jgg Exp $ +// $Id: apt.conf,v 1.5 1998/10/24 04:58:10 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. @@ -14,6 +14,8 @@ APT { Fix-Broken "false"; Show-Upgraded "false"; }; + + Ingore-Hold "false"; }; Acquire @@ -39,7 +41,7 @@ Dir }; Etc "/etc/apt/" { - sourcelist "sources.list"; + sourcelist "sources.list.test"; main "apt.conf"; }; |