fiss-minit

A standalone service supervisor based on minit
Log | Files | Refs | README | LICENSE

commit b79109d022fb39d885e7134ad5db12d7a6ca21f1
parent cf4c51e8eef85090dae597c97508b0947400671e
Author: leitner <leitner>
Date:   Thu, 31 Mar 2005 17:56:42 +0000

  fix msvc -d followed by msvc -h (would send SIGHUP to pid 1, i.e. kill
    minit; found by Paul Fox)

Diffstat:
MCHANGES | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES @@ -26,6 +26,8 @@ require libowfat instead of shipping half of it ourselves replace malloc with alloca; minit is now 6644 bytes on i386. add usage for serdo (Nikola Vladov) + fix msvc -d followed by msvc -h (would send SIGHUP to pid 1, i.e. kill + minit; found by Paul Fox) 0.9.1: fix embarassing typo in msvc (Gelu G. Lupas)