summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:32 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:32 +0000
commit30e1eab53324523297a24c18819b27aba7ce1fb4 (patch)
treea783232e885e67e7d4e2850be380015a1ab9b648 /doc
parent94235cfb1980f4056638fe9abaef162f8c6fe38c (diff)
By gosh, I think it works
Author: jgg Date: 1998-11-22 03:20:30 GMT By gosh, I think it works
Diffstat (limited to 'doc')
-rw-r--r--doc/Bugs9
-rw-r--r--doc/examples/apt.conf5
2 files changed, 9 insertions, 5 deletions
diff --git a/doc/Bugs b/doc/Bugs
index 1c7aac890..52202629a 100644
--- a/doc/Bugs
+++ b/doc/Bugs
@@ -34,10 +34,6 @@
Summary: The man pages have references to several non-existent items,
ftp.conf is only one of them.
Status: Fix the man pages. This certainly will be done in 0.3.0
-#28391: apt-get install without upgrading
- Summary: Make install leave the package in the keep state if it is already
- installed
- Status: Will be implemented in 0.3.0
-- Fixed but unclosed things
#25026: apt: Why do you list the packages you're _not_ doing anything to instead of the ones you are?
@@ -96,6 +92,11 @@
though it failed. I'm paying very close attention to this in
0.3.x. Not to mention that the clean behavior will be
configurable..
+#28391: apt-get install without upgrading
+ Summary: Make install leave the package in the keep state if it is already
+ installed
+ Status: Will be implemented in 0.3.0
+ Try the --no-upgrade options
-- Silly things
#26592: apt: Problems with ftpd in SunOS 5.6
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf
index 2519fa2ae..ddd7d512d 100644
--- a/doc/examples/apt.conf
+++ b/doc/examples/apt.conf
@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.11 1998/11/11 06:54:18 jgg Exp $
+// $Id: apt.conf,v 1.12 1998/11/22 03:20:38 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.
@@ -25,6 +25,7 @@ APT {
Simulate "false";
Assume-Yes "false";
Fix-Broken "false";
+ Fix-Missing "false";
Show-Upgraded "false";
};
@@ -73,6 +74,7 @@ Dir
Bin {
methods "/home/jgg/work/apt/build/bin/methods/";
gzip "/bin/gzip";
+ dpkg "/usr/bin/dpkg";
};
};
@@ -86,6 +88,7 @@ Debug {
pkgProblemResolver "false";
pkgAcquire "false";
pkgAcquire::Worker "false";
+ pkgDPkgPM "false";
pkgInitialize "false"; // This one will dump the configuration space
}