summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"