renamed variable MAINDOM to REALM
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Domaine LEGOS
|
||||
export MAINDOM="legos.obs-mip.fr"
|
||||
export REALM="legos.obs-mip.fr"
|
||||
|
||||
# Proxy LEGOS
|
||||
export PROXY_APT="acng.$MAINDOM"
|
||||
export PROXY_APT="acng.$REALM"
|
||||
export PROXY_APT_PORT="3142"
|
||||
export PROXY_SRV="proxy.$MAINDOM"
|
||||
export PROXY_SRV="proxy.$REALM"
|
||||
export PROXY_SRV_PORT="3128"
|
||||
|
||||
# Langues supportés et langue du systême
|
||||
@@ -19,7 +19,7 @@ export CALCTYPE="zfs"
|
||||
export CALCMOUNTPOINT="/calcul/$HOSTNAME"
|
||||
|
||||
# Liste des serveurs NTP
|
||||
export NTP_SERVERS="ntp1.$MAINDOM ntp2.$MAINDOM"
|
||||
export NTP_SERVERS="ntp1.$REALM ntp2.$REALM"
|
||||
|
||||
# Relay mail
|
||||
export MAIL_RELAY="smpt.$MAINDOM"
|
||||
export MAIL_RELAY="smpt.$REALM"
|
||||
|
||||
Reference in New Issue
Block a user