From 22f3b8ed47870ca653f44c1347ede0a152ffb457 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 May 2011 22:05:02 +0200 Subject: replaced whole retiolum module with enterprise install script. does the right thing by calling the bootstrap file from retiolum --- modules/retiolum/install.sh | 69 +-------------------------------------------- 1 file changed, 1 insertion(+), 68 deletions(-) mode change 100755 => 100644 modules/retiolum/install.sh (limited to 'modules/retiolum/install.sh') diff --git a/modules/retiolum/install.sh b/modules/retiolum/install.sh old mode 100755 new mode 100644 index 7942b703..d30857ce --- a/modules/retiolum/install.sh +++ b/modules/retiolum/install.sh @@ -1,68 +1 @@ -#! /bin/sh -# USE WITH GREAT CAUTION - -set -e -myname="${1:-dummy}" -rel_hostsfile=`dirname $0`/hosts -hostsfile=`readlink -f $rel_hostsfile` -netname=retiolum -myipv4="${2:-10.7.7.56}" -mynet4=10.7.7.0 -CURR=`pwd` -# create configuration directory for $netname -mkdir -p /etc/tinc/$netname -cd /etc/tinc/$netname - -# get currently known hosts -cp -r $hostsfile . -echo "added known hosts:" -ls -1 | LC_ALL=C sort -echo "delete the nodes you do not trust!" - - -cat>tinc-up<tinc.conf< hosts/$myname -tincd -n $netname -K - -echo Writing Public Key to irc channel -cat>write_channel.py<