From 4a174029b89e6e21ccab33b169126501d0139f31 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 24 Jul 1999 19:11:59 +0000 Subject: 1999-07-24 Roland McGrath * Makefile (split-init): Set to `yes' by default. --- init/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'init') diff --git a/init/Makefile b/init/Makefile index a1a601d8..716aaa5a 100644 --- a/init/Makefile +++ b/init/Makefile @@ -18,7 +18,11 @@ dir := init makemode := server -##split-init=yes +# Set this to something other than `yes' to get the old Hurd init +# that has BSD-style rc and ttys functionality rolled in. +# The option for this old style may go away at some point in the future; +# if you want BSD style, best to use runttys (in daemons) instead. +split-init = yes SRCS = init.c OBJS = $(SRCS:.c=.o) \ -- cgit v1.2.3