CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/10/10 15:53:46
Modified files: usr.sbin/httpd : proc.c Log message: Modify httpd(8)'s proc.c to use less file descriptors during the daemon start up. To achieve this proc_init() initiates only the necessary pipes between child and parent, allocate and distribute fds in proc_connect(). In case of configuration checks ('-n') we do nothing in proc_init() and proc_connect(). ok reyk@