|
|
@@ -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";
|
|
|
};
|
|
|
};
|
|
|
|