summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:54:37 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:54:37 +0000
commit917ae8051ca9a28c724875eaa77058ef162b4278 (patch)
tree188d396a9fbcf38fb25e949d8b25f839a3dd4e5b /doc
parentbf3abeedae8085fc1ef2180e2b331a213a842735 (diff)
Use symlinks for source
Author: jgg Date: 1999-08-28 03:22:34 GMT Use symlinks for source
Diffstat (limited to 'doc')
-rw-r--r--doc/apt.conf.5.yo4
-rw-r--r--doc/examples/apt.conf3
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/apt.conf.5.yo b/doc/apt.conf.5.yo
index 923e2724e..94834901f 100644
--- a/doc/apt.conf.5.yo
+++ b/doc/apt.conf.5.yo
@@ -99,6 +99,10 @@ dit(bf(Retries))
Number of retries to perform. If this is non-zero apt will retry failed
files the given number of times.
+dit(bf(Acquire::Source-Symlinks))
+Use symlinks for source archives. If set to true then source archives will
+be symlinked when possible instead of copying. True is the default
+
dit(bf(http))
HTTP URIs; http::Proxy is the default http proxy to use. It is in the standard
form of em(http://[[user][:pass]@]host[:port]/). Per host proxies can also
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf
index 955088768..dabdab35b 100644
--- a/doc/examples/apt.conf
+++ b/doc/examples/apt.conf
@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.36 1999/08/12 05:59:47 jgg Exp $
+// $Id: apt.conf,v 1.37 1999/08/28 03:22:45 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.
@@ -62,6 +62,7 @@ Acquire
{
Queue-Mode "host"; // host|access
Retries "0";
+ Source-Symlinks "true";
// HTTP method configuration
http