forcing localhost as host name always

This commit is contained in:
maroy 2005-04-08 14:26:39 +00:00
parent 1bc35f29e0
commit d6c26fe4b4

View file

@ -22,7 +22,7 @@
# #
# #
# Author : $Author: maroy $ # Author : $Author: maroy $
# Version : $Revision: 1.1 $ # Version : $Revision: 1.2 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/user_setup.sh,v $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/user_setup.sh,v $
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -97,7 +97,8 @@ fi
scheduler_base_port=3344 scheduler_base_port=3344
user=`whoami` user=`whoami`
hostname=`hostname -f` # force localhost always
hostname=localhost
http_port=80 http_port=80
scheduler_port=`expr $scheduler_base_port + $UID` scheduler_port=`expr $scheduler_base_port + $UID`
dbserver=localhost dbserver=localhost