diff options
| author | root <root@filebitch> | 2011-08-16 19:10:17 +0200 |
|---|---|---|
| committer | root <root@filebitch> | 2011-08-16 19:10:17 +0200 |
| commit | 460982f036bdc4815ea5e9447392bdb049ff2a87 (patch) | |
| tree | b27e2e3cb28b8b4ecbb3e9ba2004966241262c85 /retiolum/scripts/autostart/Makefile | |
| parent | 9a9ff1d97fa5072109a4381484f5daf5a4bfb0c1 (diff) | |
| parent | 84f25017f61d87c592bcc4519bee56e49fe66083 (diff) | |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'retiolum/scripts/autostart/Makefile')
| -rw-r--r-- | retiolum/scripts/autostart/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/retiolum/scripts/autostart/Makefile b/retiolum/scripts/autostart/Makefile deleted file mode 100644 index aba6bd33..00000000 --- a/retiolum/scripts/autostart/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -INIT_FOLDER=/etc/init.d -.phony: all -debian: - #TODO change the tinc file before writing - cp tinc /etc/init.d/tinc - chmod +x /etc/init.d - echo "retiolum" > /etc/tinc/nets.boot - update-rc.d tinc defaults -arch: - @cp tinc /etc/rc.d - @chmod +x /etc/rc.d/tinc - @echo "add tinc to DAEMONS in /etc/rc.conf" - - |
