diff options
author | Felix Richter <github@syntax-fehler.de> | 2011-05-19 21:04:56 +0200 |
---|---|---|
committer | Felix Richter <github@syntax-fehler.de> | 2011-05-19 21:04:56 +0200 |
commit | 53afb468cd03a5361f9271004d2ec50d07f12dcb (patch) | |
tree | 9f44e0f12b98d269ce19e97b0d6e9be4628b75b9 /retiolum/hosts/.scripts/README | |
parent | 1ef074390e7085af3dbfbb2ad3a379b083672949 (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 'retiolum/hosts/.scripts/README')
-rw-r--r-- | retiolum/hosts/.scripts/README | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/retiolum/hosts/.scripts/README b/retiolum/hosts/.scripts/README index 8d104179..4dbb42af 100644 --- a/retiolum/hosts/.scripts/README +++ b/retiolum/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 |