Sync removal of setsid(), setpgid() and a few dup2() from relayd. They are
authortobhe <tobhe@openbsd.org>
Tue, 9 Apr 2024 15:48:01 +0000 (15:48 +0000)
committertobhe <tobhe@openbsd.org>
Tue, 9 Apr 2024 15:48:01 +0000 (15:48 +0000)
commit2269e2921abc0abcac4278cb47ad39da5218de94
treef372567415b8c0c35fd28d30a03b33b0d1913cfc
parent7e440d195958617aa4d56ce3f25adf45e0335334
Sync removal of setsid(), setpgid() and a few dup2() from relayd. They are
redundant since we call daemon() earlier.

ok bluhm@
sbin/iked/proc.c
usr.sbin/httpd/proc.c
usr.sbin/snmpd/proc.c
usr.sbin/vmd/proc.c