Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/rc,v rcsdiff: /ftp/cvs/cvsroot/src/etc/rc,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.170.6.1 retrieving revision 1.170.6.2 diff -u -p -r1.170.6.1 -r1.170.6.2 --- src/etc/rc 2017/03/20 06:52:12 1.170.6.1 +++ src/etc/rc 2017/04/26 02:52:18 1.170.6.2 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: rc,v 1.170.6.1 2017/03/20 06:52:12 pgoyette Exp $ +# $NetBSD: rc,v 1.170.6.2 2017/04/26 02:52:18 pgoyette Exp $ # # rc -- # Run the scripts in /etc/rc.d with rcorder, and log output @@ -87,6 +87,7 @@ rc_real_work() _rc_postprocessor_fd=9 ; export _rc_postprocessor_fd _rc_pid=$$ ; export _rc_pid eval "exec ${_rc_postprocessor_fd}>&1" + fdflags -s +cloexec 9 # Print a metadata line when we exit #