Hi, On Tue, Nov 01, 2011 at 11:49:48AM +0100, Svante Signell wrote: > In package uptimed-0.3.16 the following function is defined:
BTW, I had a look at uptimed before, and the main problem I faced (IIRC), was making it crash safe. uptimed is writing the current uptime into a file, and even on GNU/Linux with ext3 or so I had some issuse with corrupted uptime files after reboot. Parsing those files is the main point, so writing them safely is important. I don't remember whether the code for that is platform-dependent though. Michael