From 625944f0d712a80040ed3cbbb764ba581a9c64a8 Mon Sep 17 00:00:00 2001
From: Edileuton Henrique de Oliveira <eho09@c3sl.ufpr.br>
Date: Thu, 26 Sep 2013 16:43:33 -0300
Subject: [PATCH] agent: Remove proxy ask

Signed-off-by: Edileuton Henrique de Oliveira <eho09@c3sl.ufpr.br>
---
 agent/bootstrap/install | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/agent/bootstrap/install b/agent/bootstrap/install
index a252fe8..c25d256 100644
--- a/agent/bootstrap/install
+++ b/agent/bootstrap/install
@@ -126,27 +126,6 @@ printf "Iniciando instalação do agente DATASID. Tenha certeza de %b%b%b\n" \
        "estar conectado à Internet. Além disso, para o agente funcionar \n" \
        "são necessários os pacotes \"cron\" e \"sudo\".\n\n" >&3
 
-PROXY_HOST=""
-PROXY_PORT=""
-PROXY_USERNAME=""
-PROXY_PASSWORD=""
-
-printf "Deseja utilizar proxy? [s/N] " >&3
-read USEPROXY
-
-if test "$USEPROXY" == "s" -o "$USEPROXY" == "S"; then
-    printf "Insira o HOST de seu proxy: " >&3
-    read PROXY_HOST
-
-    printf "Insira a PORTA de seu proxy: " >&3
-    read PROXY_PORT
-
-    printf "Insira o USUÁRIO de seu proxy: " >&3
-    read PROXY_USERNAME
-
-    printf "Insira a SENHA de seu proxy: " >&3
-    read PROXY_PASSWORD
-fi
 # Check if lastexec exist then save its content to prevent that
 # agent send a inventory more than once per day
 if test -f ${LASTEXEC}; then
-- 
GitLab