diff options
author | root <root@krebs> | 2011-05-25 22:05:02 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-05-25 22:05:02 +0200 |
commit | 22f3b8ed47870ca653f44c1347ede0a152ffb457 (patch) | |
tree | 7172ae8bfb7b9b265ca5097c4681f2159633fd1e /modules/retiolum/Makefile | |
parent | ddd37810eefa8c4fab4d15d67e815e7425d5b9f3 (diff) |
replaced whole retiolum module
with enterprise install script.
does the right thing by calling the bootstrap file from retiolum
Diffstat (limited to 'modules/retiolum/Makefile')
-rw-r--r-- | modules/retiolum/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/retiolum/Makefile b/modules/retiolum/Makefile deleted file mode 100644 index 9bda5dfc..00000000 --- a/modules/retiolum/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -all: - mkdir -p /etc/tinc/retiolum - git clone git://github.com/miefda/retiolum.git /etc/tinc/retiolum/hosts - echo cd /etc/tinc/retiolum/hosts/.scripts - echo "choose the right build script from here" -update: - cd /etc/tinc/retiolum/hosts - git pull origin master |