diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-04-03 11:42:48 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2012-04-03 11:42:48 +0200 |
commit | 446eb528fcc222a70464a973d430c0adb0393790 (patch) | |
tree | 64fd307c995a4df97ce8147ba85e1929ccdb6d52 /apt | |
parent | ae93a6d6d22c037988e115ae713ea0eb352a201e (diff) |
Add APT config snippets for approx and squid (replacing older similar full-configs).
Diffstat (limited to 'apt')
-rw-r--r-- | apt/apt.conf.d/99-local-approx | 1 | ||||
-rw-r--r-- | apt/apt.conf.d/99-local-squid | 1 | ||||
-rw-r--r-- | apt/apt.conf.noproxy | 6 | ||||
-rw-r--r-- | apt/apt.conf.proxy | 6 |
4 files changed, 2 insertions, 12 deletions
diff --git a/apt/apt.conf.d/99-local-approx b/apt/apt.conf.d/99-local-approx new file mode 100644 index 0000000..478cf2d --- /dev/null +++ b/apt/apt.conf.d/99-local-approx @@ -0,0 +1 @@ +Acquire::http::Proxy "http://localhost:9999"; diff --git a/apt/apt.conf.d/99-local-squid b/apt/apt.conf.d/99-local-squid new file mode 100644 index 0000000..fdf0b5d --- /dev/null +++ b/apt/apt.conf.d/99-local-squid @@ -0,0 +1 @@ +Acquire::http::Proxy "http://localhost:3128/"; diff --git a/apt/apt.conf.noproxy b/apt/apt.conf.noproxy deleted file mode 100644 index 6f18aed..0000000 --- a/apt/apt.conf.noproxy +++ /dev/null @@ -1,6 +0,0 @@ -// -// Acquire::http::Proxy "http://proxy:3128/"; -// Acquire::http::Pipeline-Depth "0"; -// Pre-configure all packages before they are installed. -// (Automatically added by debconf.) -DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; diff --git a/apt/apt.conf.proxy b/apt/apt.conf.proxy deleted file mode 100644 index e99c678..0000000 --- a/apt/apt.conf.proxy +++ /dev/null @@ -1,6 +0,0 @@ -Acquire::http::Proxy "http://proxy:3128/"; -// Acquire::http::Proxy "http://proxy:8080/"; -// Acquire::http::Pipeline-Depth "0"; -// Pre-configure all packages before they are installed. -// (Automatically added by debconf.) -DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; |