From b3b1187e2d1cb615405851174f044882346a6815 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 26 May 2011 13:59:47 +0200 Subject: 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 --- hosts/.scripts/autostart/tinc | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 hosts/.scripts/autostart/tinc (limited to 'hosts/.scripts/autostart') diff --git a/hosts/.scripts/autostart/tinc b/hosts/.scripts/autostart/tinc old mode 100644 new mode 100755 index 06d10403..12e77d6a --- a/hosts/.scripts/autostart/tinc +++ b/hosts/.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 -- cgit v1.2.3