Changeset 2edec46


Ignore:
Timestamp:
Feb 1, 2010 9:53:58 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
2b35261
Parents:
b641cc7
Message:

Factored gateway implementation. Initial import.

Location:
fedkit
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/Makefile

    rb641cc7 r2edec46  
    11BINARIES=federate.sh smbmount.FreeBSD.pl smbmount.Linux.pl \
    22         make_hosts fed-tun.pl fed_evrepeater rc.fedaccounts \
    3          config_from_tunnelip.pl
     3         config_from_tunnelip.pl active_config.pl combo_active.pl \
     4         prep_gateway.pl port_forward.pl setup_bridge.pl
     5
     6LIBRARIES=gateway_lib.pm
    47
    58fedkit.tgz:     ${BINARIES} ${PATCHES}
    69        mkdir -p /tmp/fedkit/local/federation/bin
     10        mkdir -p /tmp/fedkit/local/federation/lib
    711        mkdir -p /tmp/fedkit/local/federation/etc
    812        cp ${BINARIES} /tmp/fedkit/local/federation/bin
     13        cp ${LIBRARIES} /tmp/fedkit/local/federation/lib
    914        tar czf fedkit.tgz -C /tmp/fedkit local
    1015        rm -rf /tmp/fedkit
Note: See TracChangeset for help on using the changeset viewer.