diff options
author | Lassulus <Lassulus@googlemail.com> | 2011-05-26 15:53:04 +0200 |
---|---|---|
committer | Lassulus <Lassulus@googlemail.com> | 2011-05-26 15:53:04 +0200 |
commit | dc4e9b72f168a7c29703cbb36990887926f63d5a (patch) | |
tree | 834286b6e372d026b809098b93ffd5fa252c5d29 /.scripts/autostart/Makefile | |
parent | ea45809be2ee536e08a891d6063e43319e9e7364 (diff) | |
parent | 506c0bbf04754c58574badc4113e0502da29e782 (diff) |
Merge branch 'master' of github.com:miefda/retiolum
Diffstat (limited to '.scripts/autostart/Makefile')
-rw-r--r-- | .scripts/autostart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.scripts/autostart/Makefile b/.scripts/autostart/Makefile index 58bfc0c5..7ca589e1 100644 --- a/.scripts/autostart/Makefile +++ b/.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 |