From bc81e3e657bae0f8c76c275edff3eaadd8794f6b Mon Sep 17 00:00:00 2001 From: Mattias Nissler Date: Sun, 4 Nov 2007 22:55:32 +0100 Subject: [PATCH] Set executable bits on the startup items. Otherwise, they won't be executed on startup, thanks Nichole Armes for reporting it. --- tuntap/startup_item/tap/tap | 0 tuntap/startup_item/tun/tun | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tuntap/startup_item/tap/tap mode change 100644 => 100755 tuntap/startup_item/tun/tun diff --git a/tuntap/startup_item/tap/tap b/tuntap/startup_item/tap/tap old mode 100644 new mode 100755 diff --git a/tuntap/startup_item/tun/tun b/tuntap/startup_item/tun/tun old mode 100644 new mode 100755 -- 2.11.4.GIT