]> Pileus Git - mkinit/commit
Lots of work on mkinit
authorAndy Spencer <andy753421@gmail.com>
Thu, 15 Oct 2009 03:27:37 +0000 (03:27 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 15 Oct 2009 03:27:37 +0000 (03:27 +0000)
commite90b48c458d3ebc6d08e0ac36f7a09ac21fd2eee
treee1ee717fa4784f0d501f1b0e8d85196418847de7
parent3928288d9e80e2ff76e7e5d83678b92c4d275c3c
Lots of work on mkinit

Interprocess communication, mkinit now reads from a fifo, which is written to
by initctld and (by default) tty0.

Initctld reads the old /dev/initctl fifo which is used by shutdown.

Adding a better concept of runlevels and -stop scripts for most services.
init.mk
mkfile
src/initctld.c [new file with mode: 0644]
src/mkinit
src/service