diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-12-04 13:19:31 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-12-04 13:19:31 -0800 |
| commit | 425d311ce81a366f78a7b9a2490b94b011cf625a (patch) | |
| tree | 3d10dfd99483c1432d16743a8327b04be0848ebf /netcon/docker-test | |
| parent | ac8918992b647c80c6da4b7c0956fd383b15e9d7 (diff) | |
| download | infinitytier-425d311ce81a366f78a7b9a2490b94b011cf625a.tar.gz infinitytier-425d311ce81a366f78a7b9a2490b94b011cf625a.zip | |
Merge of netcon with edge and unification of make processes.
Diffstat (limited to 'netcon/docker-test')
| -rwxr-xr-x | netcon/docker-test/zerotier-cli | bin | 747928 -> 0 bytes | |||
| -rwxr-xr-x | netcon/docker-test/zerotier-intercept | 54 | ||||
| -rwxr-xr-x | netcon/docker-test/zerotier-one | bin | 747928 -> 0 bytes |
3 files changed, 0 insertions, 54 deletions
diff --git a/netcon/docker-test/zerotier-cli b/netcon/docker-test/zerotier-cli Binary files differdeleted file mode 100755 index 95e82b3d..00000000 --- a/netcon/docker-test/zerotier-cli +++ /dev/null diff --git a/netcon/docker-test/zerotier-intercept b/netcon/docker-test/zerotier-intercept deleted file mode 100755 index 85e9fba1..00000000 --- a/netcon/docker-test/zerotier-intercept +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/sh -# usage: -# /usr/bin/intercept program <args> - -if [ $# = 0 ] ; then - echo "$0: insufficient arguments" - exit -fi - -case "$1" in - on) - if [ -z "$LD_PRELOAD" ] - then - export LD_PRELOAD="/lib/libzerotierintercept.so.1.0" - else - echo $LD_PRELOAD | grep -q "/lib/libzerotierintercept\.so.1.0" || \ - export LD_PRELOAD="/lib/libzerotierintercept.so $LD_PRELOAD" - fi - ;; - off) - export LD_PRELOAD=`echo -n $LD_PRELOAD | sed 's/\/lib\/libzerotierintercept.so.1.0 \?//'` - if [ -z "$LD_PRELOAD" ] - then - unset LD_PRELOAD - fi - ;; - show|sh) - echo "LD_PRELOAD=\"$LD_PRELOAD\"" - ;; - -h|-?) - echo "" - ;; - *) - if [ -z "$LD_PRELOAD" ] - then - export LD_PRELOAD="/lib/libzerotierintercept.so.1.0" - else - echo $LD_PRELOAD | grep -q "/lib/libzerotierintercept\.so.1.0" || \ - export LD_PRELOAD="/lib/libzerotierintercept.so.1.0 $LD_PRELOAD" - fi - - if [ $# = 0 ] - then - ${SHELL:-/bin/sh} - fi - - if [ $# -gt 0 ] - then - exec "$@" - fi - ;; -esac - -#EOF diff --git a/netcon/docker-test/zerotier-one b/netcon/docker-test/zerotier-one Binary files differdeleted file mode 100755 index 95e82b3d..00000000 --- a/netcon/docker-test/zerotier-one +++ /dev/null |
