[openbeos] Re: Could not open application 'x' with application 'x' (not an e

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Mon, 15 Jan 2007 22:15:56 +0100 (MET)

"Karl vom Dorff" <haikubounties@xxxxxxxxxxx> wrote:
> I suppose sync is missing from the restart script?

There is no restart script; here is how shutdown looks like in the 
kernel, no matter if restart or actual shutdown:

status_t
shutdown(bool reboot)
{
        sync();

        return arch_cpu_shutdown(reboot);
}

And that's all. Whatever it is, it's strange :-)

Bye,
   Axel.


Other related posts: