From b37324962cf9379f66a094f04c54995f85533f94 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 16 Aug 2012 11:58:40 +0200 Subject: [PATCH] autoport: replace AUTOPORT_CGI_SECONDARY with AUTOPORT_CGI_HOST in default configuration template --- etc/sysconfig/autoport | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/sysconfig/autoport b/etc/sysconfig/autoport index e209c53..f05eaed 100644 --- a/etc/sysconfig/autoport +++ b/etc/sysconfig/autoport @@ -3,7 +3,7 @@ # local_ftp=/var/ftp/pub/openmamba/ #AUTOPORT_ENABLE=1 -#AUTOPORT_CGI_SECONDARY="http://192.168.1.200/cgi-bin/autoport" +#AUTOPORT_CGI_HOST=(http://localhost/cgi-bin/autodist http://arm-sdk/cgi-bin/autodist) #AUTOPORT_ARCH[0]=x86_64 #AUTOPORT_DISABLE[0]= @@ -20,3 +20,4 @@ local_ftp=/var/ftp/pub/openmamba/ #AUTOPORT_CROSS[1]= #AUTOPORT_NATIVE[1]= #AUTOPORT_REPOSITORIES[1]="milestone2-makedist" +AUTOPORT_CGI_HOST=(http://localhost/cgi-bin/autodist http://192.168.0.100/cgi-bin/autodist)