minit

A small yet feature-complete init (http://fefe.de/minit/)
Log | Files | Refs | README | LICENSE

commit fcd80f81722a4b7f735c2a8ee66b245896dbcacb
parent e5a13e24ff940d24842666430b833bea08f2325c
Author: leitner <leitner>
Date:   Thu, 22 Sep 2005 12:33:05 +0000

Fix stupid core dump when printing error message (Nikola Vladov)

Diffstat:
Mmsvc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/msvc.c b/msvc.c @@ -326,7 +326,7 @@ dokill: } tmp[fmt_ulong(tmp,sig)]=0; tmp2[fmt_ulong(tmp2,pid)]=0; - carp(argv[i],": could not send signal ",tmp," to PID ",pid,": ",s); + carp(argv[i],": could not send signal ",tmp," to PID ",tmp2,": ",s); ret=1; } }