diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:32 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:32 +0000 |
commit | 98c6365aa8d1cab4e523b480d52b52d5c1797de3 (patch) | |
tree | c53f7556ac85516956224a61239430dd945340cc | |
parent | 7eec44704c48c76db92dc0b431149a4093f29ae8 (diff) |
* In apt.conf(5), give the fully qualified name of Dir:...
Author: mdz
Date: 2003-09-02 02:35:57 GMT
* In apt.conf(5), give the fully qualified name of Dir::Bin::Methods,
rather than just "methods"
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | doc/apt.conf.5.sgml | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 73c149cee..b3998e196 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,9 @@ apt (0.5.11) unstable; urgency=low * Updated pt_BR translations from Andre Luis Lopes <andrelop@debian.org> (Closes: #208302) - + * In apt.conf(5), give the fully qualified name of Dir::Bin::Methods, + rather than just "methods" + -- apt (0.5.10) unstable; urgency=low diff --git a/doc/apt.conf.5.sgml b/doc/apt.conf.5.sgml index eb64bed5f..73524f602 100644 --- a/doc/apt.conf.5.sgml +++ b/doc/apt.conf.5.sgml @@ -287,7 +287,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; lexical order from the directory specified. After this is done then the main config file is loaded. <para> - Binary programs are pointed to by <literal/Dir::Bin/. <literal/methods/ + Binary programs are pointed to by <literal/Dir::Bin/. <literal/Dir::Bin::Methods/ specifies the location of the method handlers and <literal/gzip/, <literal/dpkg/, <literal/apt-get/, <literal/dpkg-source/, <literal/dpkg-buildpackage/ and <literal/apt-cache/ specify the location |