summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-01-14 08:26:23 +0000
committerJulian Andres Klode <jak@debian.org>2025-01-14 08:26:23 +0000
commitce452d40f499fa56f6ddc15e8871b1262d4e1418 (patch)
treecca88ab8b56520eec386921aa51906d7bdf4f385 /doc/examples
parentf9a59225c3b1e025ad93116773cc7825621809c8 (diff)
parentaa4c681f09f06359c0892329b9e39da77e4f9fda (diff)
Merge branch 'fix/cleanup' into 'main'
Drop unused and obsolete macros as well as documentation See merge request apt-team/apt!428
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/configure-index27
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 15338c17d..ba51a9881 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -132,7 +132,6 @@ APT
SourceListWarnings "<BOOL>"
{
APTAuth "<BOOL>";
- NonFreeFirmware "<BOOL>";
SignedBy "<BOOL>";
};
};
@@ -334,31 +333,6 @@ Acquire
User-Agent "Debian APT-CURL/1.0";
};
- ftp
- {
- Proxy "ftp://127.0.0.1/";
- Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting
-
- /* Required script to perform proxy login. This example should work
- for tisfwtk */
- ProxyLogin
- {
- "USER $(PROXY_USER)";
- "PASS $(PROXY_PASS)";
- "USER $(SITE_USER)@$(SITE):$(SITE_PORT)";
- "PASS $(SITE_PASS)";
- };
-
- Timeout "30";
- ConnectionAttemptDelayMsec "250";
-
- /* Passive mode control, proxy, non-proxy and per-host. Pasv mode
- is preferred if possible */
- Passive "true";
- Proxy::Passive "true";
- Passive::http.us.debian.org "true"; // Specific per-host setting
- };
-
cdrom
{
AutoDetect "<BOOL>"; // do auto detection of the cdrom mountpoint
@@ -579,7 +553,6 @@ Debug
BuildDeps "<BOOL>";
pkgInitialize "<BOOL>"; // This one will dump the configuration space
NoLocking "<BOOL>";
- Acquire::Ftp "<BOOL>"; // Show ftp command traffic
Acquire::Http "<BOOL>"; // Show http command traffic
Acquire::Https "<BOOL>"; // Show https debug
Acquire::tor "<BOOL>";