From: Shamus Hammons Date: Mon, 3 Apr 2017 14:05:29 +0000 (-0500) Subject: Rewrite of Ruby script into C. To my eye, it's much cleaner. :-) X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f23f04c3792ce4c64fec9f1b8116e0586f50ce0;hp=9f23f04c3792ce4c64fec9f1b8116e0586f50ce0;p=init-ng Rewrite of Ruby script into C. To my eye, it's much cleaner. :-) There are still a few things that need to be added, like status of monitored processes, and reading/parsing of inittab to make it a true drop in replacement for SysV init, but this is pretty close as it is. ---