diff options
author | Felix Richter <github@syntax-fehler.de> | 2011-05-26 13:06:12 +0200 |
---|---|---|
committer | Felix Richter <github@syntax-fehler.de> | 2011-05-26 13:06:27 +0200 |
commit | 32c1be4902f05a262715af6af4714d344f80bd93 (patch) | |
tree | 32e27e9a098cd2c3080958859232f9e29f32d691 /retiolum | |
parent | 14c7f881101e9377ba840c8eeb7063fd0314e029 (diff) |
fixed missing +x in startup script
Diffstat (limited to 'retiolum')
-rw-r--r-- | retiolum/hosts/.scripts/autostart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/retiolum/hosts/.scripts/autostart/Makefile b/retiolum/hosts/.scripts/autostart/Makefile index 58bfc0c5..7ca589e1 100644 --- a/retiolum/hosts/.scripts/autostart/Makefile +++ b/retiolum/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 |