From 213486fc1b9fc0675a35b5c530447b401f9410ff Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 5 Jan 2025 17:16:54 +0000 Subject: Remove leftovers from ftp and rsh/ssh methods removal References: fd3684cdbc165ceaa635ed19fcbd231f509b0179 --- doc/examples/configure-index | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'doc/examples') 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 ""; // do auto detection of the cdrom mountpoint @@ -578,7 +553,6 @@ Debug BuildDeps ""; pkgInitialize ""; // This one will dump the configuration space NoLocking ""; - Acquire::Ftp ""; // Show ftp command traffic Acquire::Http ""; // Show http command traffic Acquire::Https ""; // Show https debug Acquire::tor ""; -- cgit v1.2.3-70-g09d2