add BACKUP_SERVER_IP variable

This commit is contained in:
Daniel Berteaud 2012-05-23 22:23:04 +02:00
parent 0a12868e68
commit 7feea7c950
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
%define version 0.0.1
%define release 1.beta22
%define release 1.beta23
%define name ipasserelle-gp

View File

@ -35,6 +35,7 @@
<variable name="IPASSERELLE_NT_DOMAIN" value="__NT_DOMAIN__" />
<variable name="IPASSERELLE_NAME" value="__NETBIOS_NAME__" />
<variable name="IPASSERELLE_IP" value="__IP_ADDRESS__" />
<variable name="BACKUP_SERVER_IP" value="__IP_ADDRESS__" />
<variable name="IPASSERELLE_HOME_URL" value="http://auth.%IPASSERELLE_DOMAIN%" />
<variable name="TOOLS" value="\\%IPASSERELLE_IP%\tools" />
<variable name="WPKGLOGS" value="\\%IPASSERELLE_IP%\wpkglogs" />