Re: [OpenWrt-Devel] [PATCH] init.d/led should run after init.d/done to avoid led settings being override

2010-01-05 Thread Felix Fietkau
On 2010-01-06 12:08 AM, Nuno Gonçalves wrote:
> I didn't get any comments to the patch below.
> 
> The issue is that /etc/init.d/done overide led settings done on
> /etc/config/system.
> So I can not set the led being use to signal the system boot on
> /etc/config/system.
> That led is changed on /etc/init.d/done, so led configuration should
> be the last thing running in the boot sequence
Sorry for the delay. Committed in r19050

- Felix
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] init.d/led should run after init.d/done to avoid led settings being override

2010-01-05 Thread Nuno Gonçalves
I didn't get any comments to the patch below.

The issue is that /etc/init.d/done overide led settings done on
/etc/config/system.
So I can not set the led being use to signal the system boot on
/etc/config/system.
That led is changed on /etc/init.d/done, so led configuration should
be the last thing running in the boot sequence

Regards,
Nuno Gonçalves

2009/10/27 Nuno Gonçalves :
> Signed-off-by: Nuno Goncalves 
>
>
> ---
>
> Index: package/base-files/files/etc/init.d/led
> ===
> --- package/base-files/files/etc/init.d/led     (revision 18182)
> +++ package/base-files/files/etc/init.d/led     (working copy)
> @@ -1,7 +1,7 @@
>  #!/bin/sh /etc/rc.common
>  # (C) 2008 openwrt.org
>
> -START=60
> +START=96
>
>  load_led() {
>        local name
>



-- 
\ Nuno Gonçalves
/
\ Bugs? Features!
/
\ nuno...@gmail.com
/ PORTUGAL
Sent from Coimbra, 06, Portugal
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] init.d/led should run after init.d/done to avoid led settings being override

2009-10-27 Thread Nuno Gonçalves
Signed-off-by: Nuno Goncalves 


---

Index: package/base-files/files/etc/init.d/led
===
--- package/base-files/files/etc/init.d/led (revision 18182)
+++ package/base-files/files/etc/init.d/led (working copy)
@@ -1,7 +1,7 @@
 #!/bin/sh /etc/rc.common
 # (C) 2008 openwrt.org

-START=60
+START=96

 load_led() {
local name
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel