CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/14 09:34:55
Modified files:
usr.sbin/tftpd : tftpd.c
Log message:
move daemon(3) call before chroot(2) in tftpd.
so daemon(3) will be able to redirect standard input, standard output and
standard error to /dev/null.
ok jca@
