summaryrefslogtreecommitdiff
path: root/packages/openslug-init/openslug-init-0.10
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-05-24 15:56:24 +0000
committerJohn Bowler <jbowler@nslu2-linux.org>2005-05-24 15:56:24 +0000
commit4f0066e53b91b14c1bcc863db7d692a358184ee0 (patch)
tree3246a372d1121f5cafb862eae203893bd0f21115 /packages/openslug-init/openslug-init-0.10
parent8890ffce596de992f17cedbc83c00b21c3c09efc (diff)
Fix for LED transition on first boot. The transition from
'S' to '5' (or whatever the first run level is) is not signalled on the ready/status LED. This fixes the problem. BKrev: 42934ea8UBEpAnzT0Beqnj-jJl0Leg
Diffstat (limited to 'packages/openslug-init/openslug-init-0.10')
-rw-r--r--packages/openslug-init/openslug-init-0.10/leds_rs_green2
-rw-r--r--packages/openslug-init/openslug-init-0.10/leds_startup0
2 files changed, 1 insertions, 1 deletions
diff --git a/packages/openslug-init/openslug-init-0.10/leds_rs_green b/packages/openslug-init/openslug-init-0.10/leds_rs_green
index 5483d67202..c3ad3d2d64 100644
--- a/packages/openslug-init/openslug-init-0.10/leds_rs_green
+++ b/packages/openslug-init/openslug-init-0.10/leds_rs_green
@@ -22,7 +22,7 @@ colour() {
case "$1" in
S|0|1|6) echo gr;;
2|3|4|5) echo g;;
- N) echo gr;; # apparently used for S as well
+ N) echo r;;
*) echo "led change: $runlevel: runlevel unknown" >&2
echo r;;
esac
diff --git a/packages/openslug-init/openslug-init-0.10/leds_startup b/packages/openslug-init/openslug-init-0.10/leds_startup
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/openslug-init/openslug-init-0.10/leds_startup