From 94493e6184fdb356c3185d2851bcef10f561375b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 7 Apr 1994 01:40:36 +0000 Subject: Formerly init.c.~11~ --- init/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init') diff --git a/init/init.c b/init/init.c index a2082b08..8e79d3be 100644 --- a/init/init.c +++ b/init/init.c @@ -326,8 +326,9 @@ launch_system (void) authserver)) perror ("fsys_init"); - /* Declare that the filesystem is our child. */ + /* Declare that the filesystem and auth are our children. */ proc_child (procserver, fstask); + proc_child (procserver, authtask); run_for_real ("/bin/sh"); printf ("Init has completed.\n"); -- cgit v1.2.3