]> git.saurik.com Git - apt.git/commitdiff
remove Dir:: scope limit of RootDir in the documentation
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 11 Aug 2015 17:24:24 +0000 (19:24 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 12 Aug 2015 09:55:47 +0000 (11:55 +0200)
RootDir doesn't only effect Dir-scope but all FindDir directories, so
document it accordingly.

Closes: 659387
doc/apt.conf.5.xml

index 103d0622c0a569f92567412e25a712219c78298b..6b5ebf2d7803cdb04a41ef3163e4c6fef2c05c81 100644 (file)
@@ -690,7 +690,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
 
    <para>
      The configuration item <literal>RootDir</literal> has a special
-     meaning.  If set, all paths in <literal>Dir::</literal> will be
+     meaning.  If set, all paths will be
      relative to <literal>RootDir</literal>, <emphasis>even paths that
      are specified absolutely</emphasis>.  So, for instance, if
      <literal>RootDir</literal> is set to
@@ -699,6 +699,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
      <filename>/var/lib/dpkg/status</filename>, then the status file
      will be looked up in
      <filename>/tmp/staging/var/lib/dpkg/status</filename>.
+     If you want to prefix only relative paths, set <literal>Dir</literal> instead.
    </para>
 
    <para>