[4/4] bsp: finaly get rid of /tmp/startet

Submitted by Robert Langhammer on Sept. 10, 2018, 7:48 p.m.

Details

Message ID 20180910194820.16700-5-rlanghammer@web.de
State Superseded
Headers show

Commit Message

Robert Langhammer Sept. 10, 2018, 7:48 p.m.
and remove all dependecies to rc.local

Signed-off-by: Robert Langhammer <rlanghammer@web.de>
---
 bsp/default/root_file_system/etc/rc.local | 10 ----------
 1 file changed, 10 deletions(-)

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
index 59042c3..82e3357 100755
--- a/bsp/default/root_file_system/etc/rc.local
+++ b/bsp/default/root_file_system/etc/rc.local
@@ -1,13 +1,3 @@ 
 #!/bin/sh
 # Put your custom commands here that should be executed once
 # the system init finished. By default this file does nothing.
-
-/usr/sbin/configurenetwork
-
-sleep 3
-
-/usr/sbin/configurehood
-
-touch /tmp/started
-
-exit 0

Comments

Adrian Schmutzler Sept. 14, 2018, 9:46 p.m.
Hallo,

zwei Tippfehler im Titel.

Ansonsten finde ich, dass gehört zu den jeweiligen Patches: Wenn man den
init.d für z.B. configurehood anlegt, gehört das im selben Patch aus
rc.local entfernt. Für diesen Patch bliebe dann nur noch das Entfernen der
/tmp/started übrig, falls wir das wirklich schaffen.

Grüße

Adrian

> -----Original Message-----
> From: franken-dev [mailto:franken-dev-bounces@freifunk.net] On Behalf
> Of Robert Langhammer
> Sent: Montag, 10. September 2018 21:48
> To: franken-dev@freifunk.net
> Subject: [PATCH 4/4] bsp: finaly get rid of /tmp/startet
> 
> and remove all dependecies to rc.local
> 
> Signed-off-by: Robert Langhammer <rlanghammer@web.de>
> ---
>  bsp/default/root_file_system/etc/rc.local | 10 ----------
>  1 file changed, 10 deletions(-)
> 
> diff --git a/bsp/default/root_file_system/etc/rc.local
> b/bsp/default/root_file_system/etc/rc.local
> index 59042c3..82e3357 100755
> --- a/bsp/default/root_file_system/etc/rc.local
> +++ b/bsp/default/root_file_system/etc/rc.local
> @@ -1,13 +1,3 @@
>  #!/bin/sh
>  # Put your custom commands here that should be executed once  # the
> system init finished. By default this file does nothing.
> -
> -/usr/sbin/configurenetwork
> -
> -sleep 3
> -
> -/usr/sbin/configurehood
> -
> -touch /tmp/started
> -
> -exit 0
> --
> 2.11.0