diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:28 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:28 +0000 |
commit | 536976170fe01c9637af246302ab7b589993788e (patch) | |
tree | 783dc4ac9b7256a45ff1d531e599cb961b89a482 /doc/examples/apt.conf | |
parent | e356ae6be21bd43ea8a9a2055acf1cd4e42cbf80 (diff) |
Fixed update and bad conf file
Author: jgg
Date: 1999-04-11 06:46:09 GMT
Fixed update and bad conf file
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r-- | doc/examples/apt.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 4e9ec1660..9c617c998 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.29 1999/04/03 01:05:25 jgg Exp $ +// $Id: apt.conf,v 1.30 1999/04/11 06:46: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. @@ -140,7 +140,7 @@ Dir gzip "/bin/gzip"; dpkg "/usr/bin/dpkg"; apt-get "/usr/bin/apt-get"; - apt-cache "/usr/bin/apt-get"; + apt-cache "/usr/bin/apt-cache"; }; }; |