summaryrefslogtreecommitdiffstats
path: root/hosts/.scripts/autostart/Makefile
diff options
context:
space:
mode:
authorLassulus <Lassulus@googlemail.com>2011-05-26 15:53:04 +0200
committerLassulus <Lassulus@googlemail.com>2011-05-26 15:53:04 +0200
commitf56613952b89729e8b7d4d17fb0816e649a0ecd0 (patch)
tree72371f92870fd39e8410fc073fc548560c6d3d69 /hosts/.scripts/autostart/Makefile
parentc7b41b910f5b876bac7a82366a6c1b27fd52bd72 (diff)
parent6197a76a6aee4b49afe951291f46fb3318188f30 (diff)
Merge branch 'master' of github.com:miefda/retiolum
Diffstat (limited to 'hosts/.scripts/autostart/Makefile')
-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