Changeset 874 in MondoRescue for branches/stable/tools/livwww


Ignore:
Timestamp:
Oct 5, 2006, 12:30:57 AM (18 years ago)
Author:
Bruno Cornec
Message:

Centralize the delivery machine detection
Announce of mp3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/livwww

    r872 r874  
    3131fi
    3232
    33 /sbin/ifconfig | egrep -q '10\.3' 2>&1 > /dev/null
    34 if [ $? = 0 ]; then
    35     DESTMACH=mondo.hpintelco.org
    36 else
    37     DESTMACH=www.mondorescue.org
    38 fi
    39 
    4033dname=`dirname $0`
    4134prem=`echo $dname |cut -c1`
     
    4841. $TOOLHOME/common-env
    4942. $TOOLHOME/svn-env
     43. $TOOLHOME/ftp-env
    5044
    5145# To be safe for SVN commands
Note: See TracChangeset for help on using the changeset viewer.