diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-14 14:50:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-14 14:50:12 +0000 |
commit | 285312fd74ae999433d163dff3e63bb194224571 (patch) | |
tree | 13c9cd5ffc0a418fad756c866697bbaa1d3621e1 | |
parent | 1a8447cc2198d81d71b1758a18da50dd6e823f28 (diff) | |
parent | 029999acbb7522240c0697332d18218332e13866 (diff) |
merge of 287509423a7ccc469c088f6b92bbdfec0edeadee
and 407eb0296d350c9cc97e2b25538dc773ded42ce9
-rw-r--r-- | packages/openslug-init/openslug-init-0.10/initscripts/zleds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/openslug-init/openslug-init-0.10/initscripts/zleds b/packages/openslug-init/openslug-init-0.10/initscripts/zleds index c3ad3d2d64..c4e2b37219 100644 --- a/packages/openslug-init/openslug-init-0.10/initscripts/zleds +++ b/packages/openslug-init/openslug-init-0.10/initscripts/zleds @@ -30,8 +30,8 @@ colour() { # leds syntax is -A +<init state> /<new state> case "$1" in -start) leds -A +"$(colour "$runlevel")";; -stop) leds -A +"$(colour "$previous")" /"$(colour "$runlevel")";; +start) leds -gr +"$(colour "$runlevel")";; +stop) leds -gr +"$(colour "$previous")" /"$(colour "$runlevel")";; *) echo "led change: $1: command ignored" >&2;; esac |