Changeset 510

Show
Ignore:
Timestamp:
05/11/08 10:22:50 (3 months ago)
Author:
free
Message:

Use ares as default host name

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cdd-utils/trunk/lib/server.sh

    r509 r510  
    6464 
    6565    if [ "$1" == "" ]; then 
    66         host="server.local
     66        host="ares
    6767    else 
    6868        host=$1 
     
    221221 
    222222    if [ "$2" == "" ]; then 
    223         host="server.local
     223        host="ares
    224224    else 
    225225        host=$2