From 5097ddd6a0a743534499e1c984286658cf4d82b6 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 2 May 2013 15:35:51 +0200 Subject: [PATCH] Remove profile.d/proxy.sh (moved to desktop-base-openmamba) --- profile.d/proxy.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 profile.d/proxy.sh diff --git a/profile.d/proxy.sh b/profile.d/proxy.sh deleted file mode 100644 index ce87eea..0000000 --- a/profile.d/proxy.sh +++ /dev/null @@ -1,14 +0,0 @@ -# -# openmamba system-wide proxy configuration -# - -#export http_proxy=http://username:password@host:port/ -#export https_proxy=http://username:password@host:port/ -#export ftp_proxy=http://username:password@host:port/ -#export socks_proxy=http://username:password@host:port/ -#export no_proxy=localhost,127.0.0.1 -[ "$HTTP_PROXY" ] && export HTTP_PROXY=$http_proxy -[ "$HTTPS_PROXY" ] && export HTTPS_PROXY=$https_proxy -[ "$FTP_PROXY" ] && export FTP_PROXY=$ftp_proxy -[ "$SOCKS_PROXY" ] && export SOCKS_PROXY=$socks_proxy -[ "$NO_PROXY" ] && export NO_PROXY=$no_proxy