Просмотр исходного кода

More bug notes
Author: jgg
Date: 1998-11-28 00:03:07 GMT
More bug notes

Arch Librarian лет назад: 22
Родитель
Сommit
dcc4826617
2 измененных файлов с 20 добавлено и 4 удалено
  1. 12 2
      doc/Bugs
  2. 8 2
      doc/examples/apt.conf

+ 12 - 2
doc/Bugs

@@ -23,7 +23,10 @@
  Summary: FTP method has no controls for firewalls
  Status: The 0.3.0 ftp method should probably use the configuration mechanism
          to control this desired behavoir.
-	 
+#29441: documenting the codes for -s
+ Summary: Apparently the simulation output is not immediately obvois
+ Status: Someone should update the man page.
+ 
 -- Fixed but unclosed things
 #25026: apt: Why do you list the packages you're _not_ doing anything to instead of the ones you are?
 #22507: apt: apt-get - listing packages to be upgraded (wishlist)
@@ -101,9 +104,16 @@
 #29920: Wish for more verbosity on "has no installation candidate"
  Summary: More reports
  Status: Already fixed in .3
- 
+#29382: apt: apt deletes packages after installation without any question
+ Summary: Obvois.
+ Status: Fixed in .3, use Dselect::Clean "prompt"
+#30027: apt: version comparison bug
+ Summary: Version compare differs from dpkg
+ Status: Fixed in all CVS versions.
+
 -- Silly things
 #26592: apt: Problems with ftpd in SunOS 5.6
+#29903: apt-get insists onto sending a SIZE command
  Summary: SunOS ftpd does not support the SIZE command
  Status: Probably not worth fixing
 #20723: Apt suggestion

+ 8 - 2
doc/examples/apt.conf

@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.15 1998/11/23 23:17:49 jgg Exp $
+// $Id: apt.conf,v 1.16 1998/11/28 00:03: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.
@@ -24,6 +24,7 @@ APT {
      Download-Only "false";
      Simulate "false";
      Assume-Yes "false";
+     Force-Yes "false";  // I would never set this.
      Fix-Broken "false";  
      Fix-Missing "false";     
      Show-Upgraded "false";
@@ -44,6 +45,11 @@ Acquire
     Proxy "http://127.0.0.1:3128";
     Proxy::http.us.debian.org "DIRECT";  // Specific per-host setting
   };
+  
+  cdrom
+  {
+    Mount "/cdrom";	
+  };
 };
 
 // Directory layout
@@ -83,7 +89,7 @@ Dir
 
 // Things that effect the APT dselect method
 DSelect {
-   Clean "auto";
+   Clean "auto";   // always|auto|prompt|never
    Options "-f";
    UpdateOptions "";
    PromptAfterUpdate "no";