diff options
| author | David Kalnischkies <david@kalnischkies.de> | 2025-01-05 17:16:54 +0000 |
|---|---|---|
| committer | David Kalnischkies <david@kalnischkies.de> | 2025-01-05 22:16:09 +0000 |
| commit | 213486fc1b9fc0675a35b5c530447b401f9410ff (patch) | |
| tree | b88bf0c3330a289e1bd5f0ab4e81e8601d03fcbc /doc/examples | |
| parent | 889cb31fc79be9b06a08a82063eef0102cf30543 (diff) | |
Remove leftovers from ftp and rsh/ssh methods removal
References: fd3684cdbc165ceaa635ed19fcbd231f509b0179
Diffstat (limited to 'doc/examples')
| -rw-r--r-- | doc/examples/configure-index | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 482b6d870..ba51a9881 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -333,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 @@ -578,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>"; |
