diff options
author | EUcancER <root@euer.krebsco.de> | 2012-07-16 16:40:40 +0200 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2012-07-16 16:40:40 +0200 |
commit | f26978c69e504fc82fabe84b78588ee59abd7518 (patch) | |
tree | c9b90bc63492648dc7f79ec46b1209bedb822f80 /retiolum/Makefile | |
parent | 3dcd5cf2a9650a8d91afbbfaab49ee054ddd6185 (diff) | |
parent | f1cd7451b628c6326c5327f6e3440e4ec68724f5 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'retiolum/Makefile')
-rw-r--r-- | retiolum/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/retiolum/Makefile b/retiolum/Makefile index 668ee58e..a8ae0973 100644 --- a/retiolum/Makefile +++ b/retiolum/Makefile @@ -5,14 +5,13 @@ EXES := update_tinc_hosts fillxx update-retiolum-hosts all: update links links: - for x in $(EXES); do ln -vsnf ../retiolum/bin/$$x ../bin; done + for x in $(EXES); do ln -snf ../retiolum/bin/$$x ../bin; done install: upgrade ../punani/bin/punani install tinc python scripts/tinc_setup/install.sh sudo cp scripts/tinc_setup/tinc-up /etc/tinc/retiolum/tinc-up - scripts/autostart/create-startup.sh upgrade: update if ! diff -u scripts/tinc_setup/tinc-up /etc/tinc/retiolum/tinc-up; then \ @@ -25,5 +24,8 @@ update: hosts bin/update_tinc_hosts restart sudo pkill -HUP tincd || :; +startup: + scripts/autostart/create-startup.sh + hosts: bin/update-retiolum-hosts || :; |