some readability improvements
This commit is contained in:
@@ -2,13 +2,10 @@
|
||||
export MAINDOM="legos.obs-mip.fr"
|
||||
|
||||
# Proxy LEGOS
|
||||
export PROXYAPT="acng.$MAINDOM"
|
||||
export PROXYAPTPORT="3142"
|
||||
export PROXYSRV="proxy.$MAINDOM"
|
||||
export PROXYSRVPORT="3128"
|
||||
|
||||
# Distribution sources.list (Ubuntu Focal)
|
||||
export APT_SOURCE_LIST="ubuntu_focal.list"
|
||||
export PROXY_APT="acng.$MAINDOM"
|
||||
export PROXY_APT_PORT="3142"
|
||||
export PROXY_SRV="proxy.$MAINDOM"
|
||||
export PROXY_SRV_PORT="3128"
|
||||
|
||||
# Langues supportés et langue du systême
|
||||
export LOCALESET="en_US.UTF-8 fr_FR.UTF-8"
|
||||
@@ -22,4 +19,7 @@ export CALCTYPE="zfs"
|
||||
export CALCMOUNTPOINT="/calcul/$HOSTNAME"
|
||||
|
||||
# Liste des serveurs NTP
|
||||
export NTPSERVERS="ntp1.$MAINDOM ntp2.$MAINDOM"
|
||||
export NTP_SERVERS="ntp1.$MAINDOM ntp2.$MAINDOM"
|
||||
|
||||
# Relay mail
|
||||
export MAIL_RELAY="smpt.$MAINDOM"
|
||||
|
||||
Reference in New Issue
Block a user