summaryrefslogtreecommitdiffstats
path: root/hosts/.scripts/README
diff options
context:
space:
mode:
authorFelix Richter <github@syntax-fehler.de>2011-05-19 21:04:56 +0200
committerFelix Richter <github@syntax-fehler.de>2011-05-19 21:04:56 +0200
commit3a3f45b5a15996fdf44ef5dee5d157a77873b240 (patch)
tree62038adb1b849e7ee7be8a5e39450614a48ff4a7 /hosts/.scripts/README
parentdd99d319fdbb899480a979deb276949a538d4584 (diff)
cleaned up the script mess
README: added README files for the whole directory as well as the subdirs adv_graphgen/* : contains the graphgen files tinc_setup/* : contains the build script and the bootstrap script tinc_multicast/* : contains the multicast script
Diffstat (limited to 'hosts/.scripts/README')
-rw-r--r--hosts/.scripts/README31
1 files changed, 16 insertions, 15 deletions
diff --git a/hosts/.scripts/README b/hosts/.scripts/README
index 8d104179..4dbb42af 100644
--- a/hosts/.scripts/README
+++ b/hosts/.scripts/README
@@ -1,15 +1,16 @@
-This directory contains the build and install scripts for shack-retiolum
-
-1. build_arch
- arch linux build script
-2. build_debian
- debian build script
-3. build_debian_clean
- debian script which builds a clean tinc daemon
-4. build_ec2
- Amazon ec2 base instance build script
-5. install.sh
- configures the tinc daemon
- $1 is the nickname
- $2 is the ip-address
-hosts.tar contains the currently available hosts
+This Folder contains all the cool scripts created for tinc_retiolum
+
+currently the following functions are deployed:
+
+adv_graphgen/ - makefu
+ this folder contains a script suite which parses the interesting
+ parameters from the syslog file by sending SIGUSR2 to the tinc process
+
+tinc_multicast/ - Miefda,Lassulus
+ A tinc multicast script suite which provides automagic-discovery in a
+ local network by utilizing multicast
+
+tinc_setup/ - makefu (i am so sorry...)
+ A number of scripts which build and configure tinc on a local machine.
+ Core is the install.sh script which actually writes the configuration
+ and creates users as well as private/public keys