Changeset 874 in MondoRescue


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

Centralize the delivery machine detection
Announce of mp3

Location:
branches/stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/ftp-env

    r590 r874  
    77
    88# BerliOS FTP/SSH setup
    9 export ACCOUNT=bruno@ftp.mondorescue.org
     9/sbin/ifconfig | egrep -q '10\.3' 2>&1 > /dev/null
     10if [ $? = 0 ]; then
     11    export DESTMACH=mondo.hpintelco.org
     12else
     13    export DESTMACH=www.mondorescue.org
     14fi
     15
     16export ACCOUNT=bruno@$DESTMACH
    1017export DSTDIR=/mondo/ftp
    1118export FTPSERV="ftp.berlios.de"
  • 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.