diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-04-07 01:40:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-07 01:40:36 +0000 |
commit | 94493e6184fdb356c3185d2851bcef10f561375b (patch) | |
tree | 0fe32321c8b09a1eeeb1092d94515bc8ac3720c2 /init | |
parent | 3c4d0e6eadad3ae11c480e44168fcdd149b51f59 (diff) |
Formerly init.c.~11~
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"); |