[PATCH 3/3] bsp: Get rid of /tmp/started and rc.local

Adrian Schmutzler freifunk at adrianschmutzler.de
Di Apr 23 13:00:55 CEST 2019


From: Robert Langhammer <rlanghammer at web.de>

/tmp/started is not needed anymore. Since init.d is preferable
and can be moved to packages, also remove rc.local.

Signed-off-by: Robert Langhammer <rlanghammer at web.de>
[Remove rc.local]
Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 bsp/default/root_file_system/etc/rc.local | 7 -------
 1 file changed, 7 deletions(-)
 delete mode 100755 bsp/default/root_file_system/etc/rc.local

diff --git a/bsp/default/root_file_system/etc/rc.local b/bsp/default/root_file_system/etc/rc.local
deleted file mode 100755
index 1243c196..00000000
--- a/bsp/default/root_file_system/etc/rc.local
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# Put your custom commands here that should be executed once
-# the system init finished. By default this file does nothing.
-
-touch /tmp/started
-
-exit 0
-- 
2.11.0



Mehr Informationen über die Mailingliste franken-dev