diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 3 |
1 files changed, 2 insertions, 1 deletions
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"); |