The latest and greatest. init basically works, though needs

a minor inittab design change to accomodate specifying the device
to run each process on.
 -Erik
This commit is contained in:
Erik Andersen
2000-01-05 09:34:26 +00:00
parent f4a99cc02c
commit 0881de706e
9 changed files with 103 additions and 115 deletions

View File

@@ -22,7 +22,7 @@ BUILDTIME=$(shell date "+%Y%m%d-%H%M")
# Comment out the following to make a debuggable build
# Leave this off for production use.
DODEBUG=true
DODEBUG=false
# If you want a static binary, turn this on. I can't think
# of many situations where anybody would ever want it static,
# but...