summaryrefslogtreecommitdiffstats
path: root/autowifi/confdir/hooks
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-11-19 08:51:24 +0100
committermakefu <github@syntax-fehler.de>2013-11-19 08:51:24 +0100
commit1a49b2e844a733812be1de8fc76af1a4c2ec5f0e (patch)
tree616db5a7eb6339e399ff4daafbb83c5e5b59928d /autowifi/confdir/hooks
parent022d115bdae70e588b4639da5b3037845fab9fe6 (diff)
autowifi -> graveyard
autowifi source is superserseeded by github.com/krebscode/autowifi
Diffstat (limited to 'autowifi/confdir/hooks')
-rwxr-xr-xautowifi/confdir/hooks/wlan0/post/00tinc-up2
-rwxr-xr-xautowifi/confdir/hooks/wlan0/pre/00changemac5
2 files changed, 0 insertions, 7 deletions
diff --git a/autowifi/confdir/hooks/wlan0/post/00tinc-up b/autowifi/confdir/hooks/wlan0/post/00tinc-up
deleted file mode 100755
index 3fd786e4..00000000
--- a/autowifi/confdir/hooks/wlan0/post/00tinc-up
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-tincd -n retiolum -kALRM
diff --git a/autowifi/confdir/hooks/wlan0/pre/00changemac b/autowifi/confdir/hooks/wlan0/pre/00changemac
deleted file mode 100755
index c3e0632f..00000000
--- a/autowifi/confdir/hooks/wlan0/pre/00changemac
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-ifconfig wlan0 down
-sleep 1
-macchanger -r wlan0
-ifconfig wlan0 up