CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/09 15:06:51
Modified files:
usr.sbin/relayd: proc.c relayd.c relayd.h
usr.sbin/httpd : httpd.c httpd.h proc.c
Log message:
During the fork+exec implementation, daemon(3) was moved after
proc_init(). As a consequence httpd(8) and relayd(8) child processes
did not detach from the terminal anymore. Dup /dev/null to the
stdio file descriptors in the children.
OK benno@
