diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:50 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:50 +0000 |
commit | 542ec555f1d484a299b56e35655756d78716f102 (patch) | |
tree | aac5b14d4831b01214c19660c4130f0363dc3030 /doc | |
parent | f46e768107c0250eb0609a89a74b66ab3c9d8cec (diff) |
CDROM support
Author: jgg
Date: 1998-12-04 21:16:46 GMT
CDROM support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/method.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/method.sgml b/doc/method.sgml index 35070d919..d1ebddcf5 100644 --- a/doc/method.sgml +++ b/doc/method.sgml @@ -4,7 +4,7 @@ <title>APT Method Interface </title> <author>Jason Gunthorpe <email>jgg@debian.org</email></author> -<version>$Id: method.sgml,v 1.4 1998/10/30 07:53:49 jgg Exp $</version> +<version>$Id: method.sgml,v 1.5 1998/12/04 21:16:54 jgg Exp $</version> <abstract> This document describes the interface that APT uses to the archive @@ -207,6 +207,8 @@ The following is a short index of the header fields that are supported <tag>Site<item>String indicating the site authorization is required for <tag>User<item>Username for authorization <tag>Password<item>Password for authorization +<tag>Fail<item>Operation failed +<tag>Drive<item>Drive the media should be placed in <tag>Config-Item<item> A string of the form <var>item</>=<var>value</> derived from the APT configuration space. These may include method specific values and general @@ -214,9 +216,8 @@ values not related to the method. It is up to the method to filter out the ones it wants. <tag>Single-Instance<item>Requires that only one instance of the method be run This is a yes/no value. -<tag>Pre-Scan<item>Method can detect if archives are already available. - This is a yes/no value. <tag>Pipeline<item>The method is capable of pipelining. +<tag>Local<item>The method only returns Filename: feilds. <tag>Send-Config<item>Send configuration to the method. <tag>Version<item>Version string for the method </taglist> @@ -279,7 +280,7 @@ Fields: Site <tag>403 Media Failure<item> A method that deals with multiple media requires that a new media be inserted. The Media field contains the name of the media to be inserted. -Fields: Media +Fields: Media, Drive <tag>600 URI Acquire<item> APT is requesting that a new URI be added to the acquire list. Last-Modified @@ -301,7 +302,7 @@ Fields: Site, User, Password <tag>603 Media Changed<item> This is sent in response to a <em>403 Media Failure</> message. It indicates that the user has changed media and it is safe to proceed. -Fields: Media +Fields: Media, Fail </taglist> </sect> |