summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-02-28 21:21:31 +0100
committerSimon Busch <morphis@gravedo.de>2011-02-28 21:22:12 +0100
commitdb3c251747df636f0420ebc85ae47c88d45f2376 (patch)
tree2eaabda671497a0d4cb72072b2c4983ab4e0866b
parentc596e049ee68ea143a55be3b6040e3cfa9382516 (diff)
downloadopenembedded-db3c251747df636f0420ebc85ae47c88d45f2376.tar.gz
initscripts-shr: add correct commands for halt/reboot for palmpre machine
Signed-off-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--recipes/shr/initscripts-shr/palmpre/halt2
-rw-r--r--recipes/shr/initscripts-shr/palmpre/reboot2
-rw-r--r--recipes/shr/initscripts-shr_0.0.1.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/shr/initscripts-shr/palmpre/halt b/recipes/shr/initscripts-shr/palmpre/halt
index 6b3dc0d8ed..293d9b27a8 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 195f540d2f..fcd312a11d 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 86ffe0656d..1434048165 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"