forcing localhost as host name always
This commit is contained in:
parent
1bc35f29e0
commit
d6c26fe4b4
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue