summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorFelix Richter <github@syntax-fehler.de>2011-05-26 13:06:12 +0200
committerFelix Richter <github@syntax-fehler.de>2011-05-26 13:06:27 +0200
commit508bcf9c67cdc6bb42a0bef4655c2c1a27d497be (patch)
treea0dc8a72f0e1b17f91c303fd85052dd99bb572b6 /hosts
parent0f5d2d4bdd43592dbddac6579da0d2876f378377 (diff)
fixed missing +x in startup script
Diffstat (limited to 'hosts')
-rw-r--r--hosts/.scripts/autostart/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/.scripts/autostart/Makefile b/hosts/.scripts/autostart/Makefile
index 58bfc0c5..7ca589e1 100644
--- a/hosts/.scripts/autostart/Makefile
+++ b/hosts/.scripts/autostart/Makefile
@@ -1,7 +1,8 @@
-INIT_FOLDER=/etc/rc.d
+INIT_FOLDER=/etc/init.d
.phony: all
all:
#TODO change the tinc file before writing
cp tinc $(INIT_FOLDER)/tinc
+ chmod +x $(INIT_FOLDER)/tinc
echo "retiolum" > /etc/tinc/nets.boot
update-rc.d tinc defaults