Subversion Repositories ALCASAR

Rev

Rev 917 | Rev 933 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 917 Rev 923
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
#  $Id: alcasar.sh 917 2012-06-30 07:09:10Z franck $ 
2
#  $Id: alcasar.sh 923 2012-07-03 06:34:18Z franck $ 
3
 
3
 
4
# alcasar.sh
4
# alcasar.sh
5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
 
7
 
Line 278... Line 278...
278
##########################################
278
##########################################
279
 
279
 
280
INSTALL_DATE=$DATE
280
INSTALL_DATE=$DATE
281
VERSION=$VERSION
281
VERSION=$VERSION
282
ORGANISM=$ORGANISME
282
ORGANISM=$ORGANISME
-
 
283
DOMAIN=$DOMAIN
283
EOF
284
EOF
284
	chmod o-rwx $CONF_FILE
285
	chmod o-rwx $CONF_FILE
285
} # End of init ()
286
} # End of init ()
286
 
287
 
287
##################################################################
288
##################################################################