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

Submitted by Adrian Schmutzler on April 23, 2019, 11 a.m.

Details

Message ID 20190423110055.4673-3-freifunk@adrianschmutzler.de
State Deferred
Headers show

Commit Message

Adrian Schmutzler April 23, 2019, 11 a.m.
From: Robert Langhammer <rlanghammer@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@web.de>
[Remove rc.local]
Signed-off-by: Adrian Schmutzler <freifunk@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

Patch hide | download patch | download mbox

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