[oe-commits] Simon Busch : initscripts-shr: add correct commands for halt/ reboot for palmpre machine

git version control git at git.openembedded.org
Mon Feb 28 20:23:04 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: db3c251747df636f0420ebc85ae47c88d45f2376
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=db3c251747df636f0420ebc85ae47c88d45f2376

Author: Simon Busch <morphis at gravedo.de>
Date:   Mon Feb 28 21:21:31 2011 +0100

initscripts-shr: add correct commands for halt/reboot for palmpre machine

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/shr/initscripts-shr/palmpre/halt   |    2 +-
 recipes/shr/initscripts-shr/palmpre/reboot |    2 +-
 recipes/shr/initscripts-shr_0.0.1.bb       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/shr/initscripts-shr/palmpre/halt b/recipes/shr/initscripts-shr/palmpre/halt
index 6b3dc0d..293d9b2 100644
--- a/recipes/shr/initscripts-shr/palmpre/halt
+++ b/recipes/shr/initscripts-shr/palmpre/halt
@@ -20,6 +20,6 @@ then
 	hddown=""
 fi
 
-/sbin/tellbootie shutdown
+halt -d -f
 
 : exit 0
diff --git a/recipes/shr/initscripts-shr/palmpre/reboot b/recipes/shr/initscripts-shr/palmpre/reboot
index 195f540..fcd312a 100644
--- a/recipes/shr/initscripts-shr/palmpre/reboot
+++ b/recipes/shr/initscripts-shr/palmpre/reboot
@@ -8,4 +8,4 @@
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 
 echo -n "Rebooting... "
-/sbin/tellbootie
+reboot -f -d
diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/initscripts-shr_0.0.1.bb
index 86ffe06..1434048 100644
--- a/recipes/shr/initscripts-shr_0.0.1.bb
+++ b/recipes/shr/initscripts-shr_0.0.1.bb
@@ -5,7 +5,7 @@ DEPENDS = ""
 RDEPENDS_${PN} = "procps"
 LICENSE = "GPL"
 PV = "0.0.1"
-PR = "r25"
+PR = "r26"
 
 RCONFLICTS_${PN} = "initscripts"
 





More information about the Openembedded-commits mailing list