From 5392511e88b7ca77b88b3d16f5991bde70823144 Mon Sep 17 00:00:00 2001
From: Felix Richter <Felix.Richter@syntax-fehler.de>
Date: Sat, 28 May 2011 22:41:20 +0200
Subject: install.sh: bugfixes/ does the right thing now

autostart/Makefile: fixed paths as this will only work with debian anyway
---
 modules/retiolum/scripts/autostart/Makefile | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

(limited to 'modules/retiolum/scripts/autostart/Makefile')

diff --git a/modules/retiolum/scripts/autostart/Makefile b/modules/retiolum/scripts/autostart/Makefile
index 7ca589e1..aba6bd33 100644
--- a/modules/retiolum/scripts/autostart/Makefile
+++ b/modules/retiolum/scripts/autostart/Makefile
@@ -1,8 +1,14 @@
 INIT_FOLDER=/etc/init.d
 .phony: all
-all:
+debian:
 	#TODO change the tinc file before writing
-	cp tinc $(INIT_FOLDER)/tinc
-	chmod +x $(INIT_FOLDER)/tinc
+	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"
+
+
-- 
cgit v1.2.3