diff options
author | tv <tv@also> | 2011-05-26 21:56:46 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-05-26 21:56:46 +0200 |
commit | fa85b95c593c033379f4579f7b3b7fbebba183f6 (patch) | |
tree | 6db9126eb52fa36348d298f9e6f2a88d44705e8d /retiolum/hosts/.scripts/autostart/Makefile | |
parent | 8ed4ff1118f215ef7319bb0d070ab55e3eaa81b2 (diff) |
Remove cruft
Diffstat (limited to 'retiolum/hosts/.scripts/autostart/Makefile')
-rw-r--r-- | retiolum/hosts/.scripts/autostart/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/retiolum/hosts/.scripts/autostart/Makefile b/retiolum/hosts/.scripts/autostart/Makefile deleted file mode 100644 index 7ca589e1..00000000 --- a/retiolum/hosts/.scripts/autostart/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -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 |