It was Rich Felker who did the minimal init - give proper credit - sinit - suckless init
 (HTM) git clone git://git.suckless.org/sinit
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 581cb839f723b182e4119955ec5abfae53f65748
 (DIR) parent 31e1196c9174122635ed4ec3be3510209598e097
 (HTM) Author: sin <sin@2f30.org>
       Date:   Fri,  7 Feb 2014 21:34:38 +0000
       
       It was Rich Felker who did the minimal init - give proper credit
       
       Diffstat:
         M README                              |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -2,7 +2,7 @@ sinit - suckless init
        =====================
        
        sinit is a simple init.  It was initially based on
       -Strake's init.c[1].
       +Rich Felker's minimal init[1].
        
        Why?
        ----
       @@ -21,6 +21,6 @@ There are 3 signals that sinit will act on.
        To see how sinit integrates with the init scripts, then have
        a look at [3].
        
       -[1] https://github.com/strake/init
       +[1] https://gist.github.com/rofl0r/6168719
        [2] http://git.2f30.org/morpheus/
        [3] http://git.2f30.org/fs/