From acc11f4b6c8f1c4fca7cffaad251c8b59feb843a Mon Sep 17 00:00:00 2001 From: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Date: Wed, 11 Aug 2010 11:05:50 -0300 Subject: [PATCH] run-config.sh: Removed "mac" (MAC address) variable It was only used by the availability option. Because availability is not used anymore, the "mac" variable was removed. Signed-off-by: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Acked-by: Ricardo Tavares de Oliveira <rto07@c3sl.ufpr.br> Signed-off-by: Danilo K. S. Yorinori <danilok@c3sl.ufpr.br> --- run-config.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/run-config.sh b/run-config.sh index 66e918f..c752e67 100755 --- a/run-config.sh +++ b/run-config.sh @@ -59,9 +59,6 @@ date +"%F %T" >> ${dirname}/run.log # Get common functions source ${dirname}/common.sh -# Get MAC address from collect-parser mac-address script -mac=$(bash ${dirname}/../scripts/collect/mac-address/number.string) - url="--url=http://seed.c3sl.ufpr.br/tomcat/axis/Seed2.jws" inep=$(cat ${dirname}/conf/inep) @@ -79,7 +76,6 @@ getProxyConf proxy="${phost} ${pport} ${puid} ${ppasswd}" inep="--inep=${inep}" -mac="--mac=${mac}" # Execution if test $# -ne 1; then -- GitLab