diff options
author | Felix Richter <github@syntax-fehler.de> | 2011-05-26 13:59:47 +0200 |
---|---|---|
committer | Felix Richter <github@syntax-fehler.de> | 2011-05-26 13:59:47 +0200 |
commit | 070edd0a3bc378483081c6e840dafa90ac1bfe19 (patch) | |
tree | 65176890ede1602074abed5fd60584f61514bd23 /.scripts/autostart/tinc | |
parent | b4ac01ac0462eec051e225c84355c2e38f0ecb68 (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/tinc | 2 |
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 |