From db3c251747df636f0420ebc85ae47c88d45f2376 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Mon, 28 Feb 2011 21:21:31 +0100 Subject: initscripts-shr: add correct commands for halt/reboot for palmpre machine Signed-off-by: Simon Busch --- 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 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" -- cgit 1.2.3-korg