CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2018/09/10 04:36:01

Modified files:
        usr.sbin/vmd   : proc.c proc.h vmd.c 

Log message:
During the fork+exec implementation, daemon(3) was moved after
proc_init().  As a consequence vmd(8) child processes did not detach
from the terminal anymore.  Dup /dev/null to the stdio file descriptors
in the children.
OK mlarkin@ reyk@

Reply via email to