summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2013-02-26 12:18:52 +0000
committermakefu <root@pigstarter.de>2013-02-26 12:18:52 +0000
commitef4eb3189363f5cd9a33b43693322a68d3142979 (patch)
tree683df8268baae71451633518aa7ff7ea258a4aa8 /minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin
parente2369060a397e8dad82a2dfcc63c81df1e08a983 (diff)
parent001bfd5f2b6890cafd209de4ea360927d4dd8a55 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Conflicts: minikrebs
Diffstat (limited to 'minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin')
-rwxr-xr-xminikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/autoinfest4
-rwxr-xr-xminikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/genhostid2
-rwxr-xr-xminikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/led3
-rwxr-xr-xminikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/tinc-update4
4 files changed, 0 insertions, 13 deletions
diff --git a/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/autoinfest b/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/autoinfest
deleted file mode 100755
index a30c1a2b..00000000
--- a/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/autoinfest
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-printf "enter your tincname:"
-HOSTNAME=$(uci get system.@system[0].hostname)_$(hostid)
-wget -O- http://tinc.krebsco.de | HOSTN=$HOSTNAME sh
diff --git a/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/genhostid b/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/genhostid
deleted file mode 100755
index 463e04b7..00000000
--- a/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/genhostid
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-dd if=/dev/urandom bs=1 count=4> /etc/hostid
diff --git a/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/led b/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/led
deleted file mode 100755
index e3e998a8..00000000
--- a/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/led
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-[ x${:-} = x ] && echo "usage: $0 [0|1]" && exit 1
-echo $1 > /sys/class/leds/tp-link\:blue\:system/brightness
diff --git a/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/tinc-update b/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/tinc-update
deleted file mode 100755
index 4ff46b8f..00000000
--- a/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/tinc-update
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-if test -e /etc/tinc/retiolum; then
- if ping -c 1 euer.krebsco.de -W 5 &>/dev/null; then (wget -O- http://euer.krebsco.de/retiolum/supernodes.tar.gz | tar xz -C /etc/tinc/retiolum/hosts/);fi
-fi