Changeset 900 in MondoRescue for trunk/tools/ftp-env


Ignore:
Timestamp:
Oct 24, 2006, 8:49:18 AM (18 years ago)
Author:
Bruno Cornec
Message:

Huge patch to introduce low level functions that will bw used everywhere (mr_free, mr_asprintf, ...)
Nearly linking now due to that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/ftp-env

    r592 r900  
    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"
Note: See TracChangeset for help on using the changeset viewer.