summaryrefslogtreecommitdiffstats
path: root/.scripts/autostart/tinc
diff options
context:
space:
mode:
authorFelix Richter <github@syntax-fehler.de>2011-05-26 13:59:47 +0200
committerFelix Richter <github@syntax-fehler.de>2011-05-26 13:59:47 +0200
commit070edd0a3bc378483081c6e840dafa90ac1bfe19 (patch)
tree65176890ede1602074abed5fd60584f61514bd23 /.scripts/autostart/tinc
parentb4ac01ac0462eec051e225c84355c2e38f0ecb68 (diff)
fixed borken parse script
wrong behaviour when we do not know the internal ip of a node for some reason. fixed autostart script to modprobe tun before continuning
Diffstat (limited to '.scripts/autostart/tinc')
-rwxr-xr-x[-rw-r--r--].scripts/autostart/tinc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.scripts/autostart/tinc b/.scripts/autostart/tinc
index 06d10403..12e77d6a 100644..100755
--- a/.scripts/autostart/tinc
+++ b/.scripts/autostart/tinc
@@ -25,6 +25,8 @@ TCONF="/etc/tinc"
NETSFILE="$TCONF/nets.boot"
NETS=""
+modprobe tun
+
test -f $DAEMON || exit 0
[ -r /etc/default/tinc ] && . /etc/default/tinc