-// $Id: apt.conf,v 1.16 1998/11/28 00:03:09 jgg Exp $
+// $Id: apt.conf,v 1.17 1998/12/06 04:36:33 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.
Fix-Broken "false";
Fix-Missing "false";
Show-Upgraded "false";
+ No-Upgrade "false";
+ };
+
+ Cache {
+ Important "false";
};
+ CDROM {
+ Rename "false";
+ NoMount "false";
+ Fast "false";
+ NoAct "false";
+ };
+
// Some general options
Ingore-Hold "false";
};
// Locations of binaries
Bin {
- methods "/home/jgg/work/apt/build/bin/methods/";
+ methods "/usr/lib/apt/methods/";
gzip "/bin/gzip";
dpkg "/usr/bin/dpkg";
apt-get "/usr/bin/apt-get";